Jump to content

Text for "Late Fee added" missing in language files


dutchnet

Recommended Posts

Hi,

 

It could be me but it seems the text entry for Late Fee added used on overdue invoices seems to be missing from the language files, as a result on our Dutch Invoices the English text line is shown.

 

Am I correct and if so how can I solve this?

 

regards

 

Erik

Link to comment
Share on other sites

The language files won't help you here - this isn't a template issue. The invoice items are being added to the database in english.

 

A workaround could be to run a cron just after WHMCS' cron which would correct the entries in the database using the following query:

 

UPDATE `tblinvoiceitems` SET `description` = 'Dutch late fee message' WHERE `description` = 'English late fee message';

Link to comment
Share on other sites

Too bad it won't work as you describe as along with the text Late Fee added the date is when the late fee is added is stored in the description as well

( Late Fee (Added 24/12/2007) ).

 

Maybe it might be possible to fetch the line and just replace everything but the date, but it would be easier on everybody not using the English language to transfer the line to the text file.

Link to comment
Share on other sites

  • 4 weeks later...
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated