Update clientfourn.php
This commit is contained in:
parent
4c649a227a
commit
ead7bd91fe
@ -262,8 +262,7 @@ if ($modecompta == 'BOOKKEEPING') {
|
|||||||
} else {
|
} else {
|
||||||
if ($modecompta == 'CREANCES-DETTES') {
|
if ($modecompta == 'CREANCES-DETTES') {
|
||||||
print_liste_field_titre("AmountHT", $_SERVER["PHP_SELF"], 'amount_ht', '', $param, 'class="right"', $sortfield, $sortorder);
|
print_liste_field_titre("AmountHT", $_SERVER["PHP_SELF"], 'amount_ht', '', $param, 'class="right"', $sortfield, $sortorder);
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
print_liste_field_titre(''); // Make 4 columns in total whatever $modecompta is
|
print_liste_field_titre(''); // Make 4 columns in total whatever $modecompta is
|
||||||
}
|
}
|
||||||
print_liste_field_titre("AmountTTC", $_SERVER["PHP_SELF"], 'amount_ttc', '', $param, 'class="right"', $sortfield, $sortorder);
|
print_liste_field_titre("AmountTTC", $_SERVER["PHP_SELF"], 'amount_ttc', '', $param, 'class="right"', $sortfield, $sortorder);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user