webERP Forum

Full Version: 4.07 PrintCustStatements
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
Hi, Srdjanm,

Thanks for your report!

Fixed now!

Best regards!

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