noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 105/107: fixup! New Task 1728: Aide à l'enco


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 105/107: fixup! New Task 1728: Aide à l'encodage - Journaux négatifs (note de crédit)
Date: Mon, 26 Aug 2019 10:32:10 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit ad8315f05821757b833670416db780ce78ce3621
Author: Dany De Bontridder <address@hidden>
Date:   Mon Aug 26 16:20:30 2019 +0200

    fixup! New Task 1728: Aide à l'encodage - Journaux négatifs (note de crédit)
---
 include/class/acc_ledger.class.php   | 1 -
 include/export/export_ledger_pdf.php | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/include/class/acc_ledger.class.php 
b/include/class/acc_ledger.class.php
index a251257..165f792 100644
--- a/include/class/acc_ledger.class.php
+++ b/include/class/acc_ledger.class.php
@@ -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
diff --git a/include/export/export_ledger_pdf.php 
b/include/export/export_ledger_pdf.php
index 9f30e8d..5312ca2 100644
--- a/include/export/export_ledger_pdf.php
+++ b/include/export/export_ledger_pdf.php
@@ -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');



reply via email to

[Prev in Thread] Current Thread [Next in Thread]