mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-01-29 07:48:40 +00:00
fix tests
This commit is contained in:
parent
5542af2b98
commit
d5904b4291
|
|
@ -297,7 +297,7 @@ $pdf->Write(0, $lang[$pdf->language]['TaxRemark'], '', false, 'L', false, 0, fal
|
|||
$pdf->Ln();
|
||||
|
||||
$pdf->setFont('helvetica', '', 8);
|
||||
$pdf->Write(0, $bill->termsText, '', 0, 'L', false, 0, false, false, 0);
|
||||
$pdf->Write(0, $bill->termsText, '', false, 'L', false, 0, false, false, 0);
|
||||
$pdf->Ln();
|
||||
|
||||
$pdf->setY($tempY2);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user