Fix to correspond to the requested table
This commit is contained in:
parent
5e34099363
commit
74c1bcf4e8
@ -2777,7 +2777,7 @@ if ($action == 'create') {
|
|||||||
print '<td class="nowrap amountcard">' . price($object->total_localtax1, '', $langs, 0, -1, -1, $object->multicurrency_code) . '</td>';
|
print '<td class="nowrap amountcard">' . price($object->total_localtax1, '', $langs, 0, -1, -1, $object->multicurrency_code) . '</td>';
|
||||||
}
|
}
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
|
|
||||||
print '<tr>';
|
print '<tr>';
|
||||||
if ($mysoc->localtax2_assuj == "1" || $object->total_localtax2 != 0) {
|
if ($mysoc->localtax2_assuj == "1" || $object->total_localtax2 != 0) {
|
||||||
print '<td>' . $langs->transcountry("AmountLT2", $mysoc->country_code) . '</td>';
|
print '<td>' . $langs->transcountry("AmountLT2", $mysoc->country_code) . '</td>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user