| ';
@@ -703,7 +705,7 @@ print load_fiche_titre($langs->trans("TypeOfSaleTaxes"), '', 'object_payment');
print '';
print '';
-print '| '.$langs->trans("VATManagement").' | '.$langs->trans("Description").' | ';
+print ''.$langs->trans("VATManagement").' | | ';
print ' | ';
print " \n";
@@ -733,7 +735,7 @@ print " ";
print ' ';
print '';
print '';
-print '| '.$form->textwithpicto($langs->transcountry("LocalTax1Management", $mysoc->country_code), $langs->transcountry("LocalTax1IsUsedDesc", $mysoc->country_code)).' | '.$langs->trans("Description").' | ';
+print ''.$form->textwithpicto($langs->transcountry("LocalTax1Management", $mysoc->country_code), $langs->transcountry("LocalTax1IsUsedDesc", $mysoc->country_code)).' | | ';
print ' | ';
print " \n";
@@ -777,7 +779,7 @@ print " ";
print ' ';
print '';
print '';
-print '| '.$form->textwithpicto($langs->transcountry("LocalTax2Management", $mysoc->country_code), $langs->transcountry("LocalTax2IsUsedDesc", $mysoc->country_code)).' | '.$langs->trans("Description").' | ';
+print ''.$form->textwithpicto($langs->transcountry("LocalTax2Management", $mysoc->country_code), $langs->transcountry("LocalTax2IsUsedDesc", $mysoc->country_code)).' | | ';
print ' | ';
print " \n";
@@ -821,7 +823,7 @@ print " ";
print ' ';
print '';
print '';
-print '| '.$form->textwithpicto($langs->trans("RevenueStamp"), $langs->trans("RevenueStampDesc")).' | '.$langs->trans("Description").' | ';
+print ''.$form->textwithpicto($langs->trans("RevenueStamp"), $langs->trans("RevenueStampDesc")).' | | ';
print ' | ';
print " \n";
if ($mysoc->useRevenueStamp()) {
|