Billing Extension Release 1.3.17
Changelog
Type | Description |
---|---|
New |
Fully customizable and multi-language disclaimer for EU Cookie Law. Quick and easy. There's no need to put any code in your template |
New |
Added support for multi-currency system in Premium support (paid support tickets) |
New |
Added support for multi-currency system when assigning penalties to customers |
New |
Custom Client Fields now have descriptions available in the editor page |
New |
The Refund functionality now also copies "relid" and "type" fileds in the newly created credit note |
New |
New language: Spanish |
Changed |
All tables of the module are now in UTF8 |
Fixed |
Customized Pay To Text not saving |
Fixed |
Some language strings were not appearing |
Upgrade instructions
Steps | Description |
---|---|
1 | Integration code has been updated in order to support new functionalities. Please update it |
2 | Run these queries from PHPMyAdmin to your WHMCS database:ALTER TABLE mod_billingextension CONVERT TO CHARACTER SET utf8; |