Re: Problem with php for invoice comp
Posted: 07 Sep 2008, 21:19
Hi, maybe your php error reporting is off so you cannot see the php error...
You have added the string into the end of the file, but they should be added before the parenthesis ")" ends
after:
'VM_VENDOR_UPDATED' => 'The Vendor has been updated.'
don't forget to add the coma after:
'VM_VENDOR_UPDATED' => 'The Vendor has been updated.'
so:
'VM_VENDOR_UPDATED' => 'The Vendor has been updated.',
Jan
You have added the string into the end of the file, but they should be added before the parenthesis ")" ends
after:
'VM_VENDOR_UPDATED' => 'The Vendor has been updated.'
don't forget to add the coma after:
'VM_VENDOR_UPDATED' => 'The Vendor has been updated.'
so:
'VM_VENDOR_UPDATED' => 'The Vendor has been updated.',
Jan