acc_ledger_fin . translation
This commit is contained in:
parent
2334329097
commit
47cab2980d
1 changed files with 2 additions and 1 deletions
|
|
@ -739,7 +739,8 @@ class Acc_Ledger_Fin extends Acc_Ledger
|
|||
$amount = 0.0;
|
||||
$idx_operation = 0;
|
||||
$ret = '<table class="result" >';
|
||||
$ret.=tr(th('Date').th('n° interne') . th('Quick Code') . th('Nom') . th('Libellé') . th('Montant', ' style="text-align:right"'));
|
||||
$ret.=tr(th(_('Date')).th(_('n° interne')) . th(_('Quick Code'))
|
||||
. th(_('Nom')) . th(_('Libellé')) . th(_('Montant'), ' style="text-align:right"'));
|
||||
// Credit = goods
|
||||
$get_solde=true;
|
||||
for ($i = 0; $i < $nb_item; $i++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue