Ap.Muthu and bogeyman,
Thanks a lot for wonderful help. After manipulating the code below in doctext.inc, I've managed to get desired and much required result of changing the title to commercial invoice and Com Inv No."
$this->title = ($packing_slip==1 ? _("PACKING SLIP") : _("COMMERCIAL INVOICE"));
$this->formData['document_name'] = _("Com Inv No.");I've just changed the above code in doctext.inc and have not done any changes to rep110.php file.
But wanted to confirm one more thing.
As Ap.Muthu has suggested, as I am only ever going to use English language, should I hard code the changes within docttext.in file ? Or should I leave it as above for now ?
Also, do I need to make changes to rep110.php file or leave it as it is?
And finally, would any of these changes upset anything else, apart from translation issue, which I don't think I'll need ?
Sorry for queries and thanks a lot once again.
Regards,
GJ
