How to Remove Invoice Status Watermark in iBilling

To remove the watermark, edit the file /application/models/Invoice.php on around line 178 you will find-

$mpdf->showWatermarkText = true;

Replace this with-

$mpdf->showWatermarkText = false;

Or just remove this line. 

Can’t find the answers you’re looking for?

We’re here to help. Chat with us.