fixup! New Task 1728: Aide à l'encodage - Journaux négatifs (note de crédit)

This commit is contained in:
Dany De Bontridder 2019-08-26 16:20:30 +02:00
parent dfc79b6a29
commit ad8315f058
2 changed files with 1 additions and 2 deletions

View file

@ -61,7 +61,6 @@ class Acc_Ledger extends jrn_def_sql
{
var $id; /* * < jrn_def.jrn_def_id */
var $name; /* * < jrn_def.jrn_def_name */
var $db; /* * < database connextion */
var $row; /* * < row of the ledger */
var $type; /* * < type of the ledger ACH ODS FIN

View file

@ -76,7 +76,7 @@ $jrn_type = $Jrn->get_type();
$pdf = Print_Ledger::factory($cn, $p_simple, "PDF", $Jrn);
$pdf->setDossierInfo($Jrn->name);
$pdf->setDossierInfo($Jrn->jrn_def_name);
$pdf->AliasNbPages();
$pdf->AddPage();
$pdf->SetAuthor('NOALYSS');