phpcompta-dev
[Top][All Lists]
Advanced

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

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


From: phpcompta-dev
Subject: [Phpcompta-dev] r4999 - phpcompta/trunk/include
Date: Sun, 24 Jun 2012 21:22:06 +0200 (CEST)

Author: danydb
Date: 2012-06-24 21:22:06 +0200 (Sun, 24 Jun 2012)
New Revision: 4999

Modified:
   phpcompta/trunk/include/class_print_ledger_fin.php
   phpcompta/trunk/include/export_ledger_pdf.php
Log:
Fix long line in PDF

Modified: phpcompta/trunk/include/class_print_ledger_fin.php
===================================================================
--- phpcompta/trunk/include/class_print_ledger_fin.php  2012-06-24 19:21:47 UTC 
(rev 4998)
+++ phpcompta/trunk/include/class_print_ledger_fin.php  2012-06-24 19:22:06 UTC 
(rev 4999)
@@ -85,7 +85,7 @@
             $this->Cell(20,5,$row['internal']);
 
             $name=$this->ledger->get_tiers($this->jrn_type,$row['id']);
-            $this->Cell(40,5,$name,0,0);
+            $this->LongLine(40,5,$name,0,'L');
 
 
             $this->LongLine(105,5,$row['comment'],0,'L');

Modified: phpcompta/trunk/include/export_ledger_pdf.php
===================================================================
--- phpcompta/trunk/include/export_ledger_pdf.php       2012-06-24 19:21:47 UTC 
(rev 4998)
+++ phpcompta/trunk/include/export_ledger_pdf.php       2012-06-24 19:22:06 UTC 
(rev 4999)
@@ -56,7 +56,7 @@
 $g_user->check_dossier($gDossier);
 
 // Security
-if ( $_GET['jrn_id']!=0 &&  $User->check_jrn($_GET['jrn_id']) == 'X' )
+if ( $_GET['jrn_id']!=0 &&  $g_user->check_jrn($_GET['jrn_id']) == 'X' )
 {
     /* Cannot Access */
     NoAccess();



---
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]