diff --git a/htdocs/admin/subtotals.php b/htdocs/admin/subtotals.php index fd53f2c5d75..eaf907d9a7e 100644 --- a/htdocs/admin/subtotals.php +++ b/htdocs/admin/subtotals.php @@ -195,12 +195,12 @@ if (empty($conf->use_javascript_ajax)) { print $value_subtotal == 0 ? img_picto($langs->trans("Disabled"), 'switch_off') : img_picto($langs->trans("Enabled"), 'switch_on') . ''; print ''; - print ''; + print ''; $can_modify = !($value_subtotal == 0 && $value_title == 0); print '
'; print ''; print ''; - print ''; print $can_modify ? '' : '';