FIX: Problem on supplier payment card

This commit is contained in:
Alexandre SPANGARO 2020-12-04 02:57:40 +01:00
parent 6042b8df4e
commit 0a24298385
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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>';