webERP Forum
4.07 PrintCustStatements - Printable Version

+- webERP Forum (http://www.weberp.org/forum)
+-- Forum: webERP Discussion (http://www.weberp.org/forum/forumdisplay.php?fid=1)
+--- Forum: Problems / Bugs? (http://www.weberp.org/forum/forumdisplay.php?fid=8)
+---- Forum: RESOLVED - Bugs/Problems (http://www.weberp.org/forum/forumdisplay.php?fid=15)
+---- Thread: 4.07 PrintCustStatements (/showthread.php?tid=79)



4.07 PrintCustStatements - srdjanm - 02-13-2012

Hi,
In file: PrintCustStatements.php line 157 need to be changed from:
$pdf->addText($Left_Margin+1,$YPos,$FontSize, _('Settled Transactions'));
new line:
$pdf->addText($Left_Margin+1,$YPos + 20,$FontSize, _('Settled Transactions'));

The original line will overlap 'Settled Transactions' row with next row
Thanks,
Srdjan



RE: 4.07 PrintCustStatements - Exsonqu_Qu - 02-13-2012

Hi, Srdjanm,

Thanks for your report!

Fixed now!

Best regards!

Exson


RE: 4.07 PrintCustStatements - phil - 02-13-2012

Damn - Exson is FAST!! Was going to fix but already done Smile
Thanks for the report