Fix long line in PDF

This commit is contained in:
Dany De Bontridder 2012-06-24 19:22:06 +00:00
parent 3be4593d52
commit 12241ed2da
2 changed files with 2 additions and 2 deletions

View file

@ -85,7 +85,7 @@ class Print_Ledger_Financial extends PDF
$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');

View file

@ -56,7 +56,7 @@ $g_user->Check();
$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();