fixup! New Task 1728: Aide à l'encodage - Journaux négatifs (note de crédit)
This commit is contained in:
parent
dfc79b6a29
commit
ad8315f058
2 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue