Topic: Signature on Invoice
Need Help,
Try to add signature on invoice, found the wiki and i try to add the code on file rep107 but it did not show any different, i put it in the print_invoice() module
if ($this->formData['doctype'] == ST_SALESINVOICE)
{
$txt = "test";
$this->TextWrapLines($ccol, $this->row, $right - $ccol, $txt, 'C')
}
should it be put on a specific line?
Regards,
SiKumbang.