phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r5370 - phpcompta/trunk/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r5370 - phpcompta/trunk/include
Date: Sat, 31 Aug 2013 19:52:36 +0200 (CEST)

Author: danydb
Date: 2013-08-31 19:52:34 +0200 (Sat, 31 Aug 2013)
New Revision: 5370

Modified:
   phpcompta/trunk/include/export_fiche_balance_pdf.php
Log:
Bug : $name not set

Modified: phpcompta/trunk/include/export_fiche_balance_pdf.php
===================================================================
--- phpcompta/trunk/include/export_fiche_balance_pdf.php        2013-08-30 
22:25:45 UTC (rev 5369)
+++ phpcompta/trunk/include/export_fiche_balance_pdf.php        2013-08-31 
17:52:34 UTC (rev 5370)
@@ -38,6 +38,7 @@
 $cn=new Database($gDossier);
 $g_user->Check();
 $g_user->check_dossier($gDossier);
+$name=$cn->get_value('select fd_label from fiche_def where 
fd_id=$1',array($_GET['cat']));
 
 $pdf=new PDF($cn);
 $pdf->setDossierInfo("  Periode : ".$_GET['start']." - ".$_GET['end']);



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu



reply via email to

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