FIX: Problem on supplier payment card
This commit is contained in:
parent
6042b8df4e
commit
0a24298385
@ -118,6 +118,7 @@ class PaiementFourn extends Paiement
|
||||
$this->bank_account = $obj->fk_account;
|
||||
$this->bank_line = $obj->fk_bank;
|
||||
$this->montant = $obj->amount;
|
||||
$this->amount = $obj->amount;
|
||||
$this->note = $obj->note;
|
||||
$this->type_code = $obj->paiement_code;
|
||||
$this->type_libelle = $obj->paiement_type;
|
||||
|
||||
@ -274,10 +274,9 @@ if ($result > 0)
|
||||
|
||||
$i = 0;
|
||||
$total = 0;
|
||||
print '<b>'.$langs->trans("Invoices").'</b><br>';
|
||||
print '<table class="noborder" width="100%">';
|
||||
print '<tr class="liste_titre">';
|
||||
print '<td>'.$langs->trans('Ref').'</td>';
|
||||
print '<td>'.$langs->trans('Invoice').'</td>';
|
||||
print '<td>'.$langs->trans('RefSupplier').'</td>';
|
||||
print '<td>'.$langs->trans('Company').'</td>';
|
||||
print '<td class="right">'.$langs->trans('ExpectedToPay').'</td>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user