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