mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
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 '</tr>';
|
||||
|
||||
|
||||
print '<tr>';
|
||||
if ($mysoc->localtax2_assuj == "1" || $object->total_localtax2 != 0) {
|
||||
print '<td>' . $langs->transcountry("AmountLT2", $mysoc->country_code) . '</td>';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user