Billing Extension Release 1.4.4
Changelog
Type | Description |
---|---|
New |
MOSS. The report is now more flexible. You can now find 30 countries instead of 12 (preview) |
New |
MOSS. You can now find "MOSS countries" option in the dropdown along with "European countries" and "Non-EU countries" etc. (preview) |
Improved |
Newly registered clients are no longer asked to re-accept your terms and conditions |
Improved |
VIES/VAT validation. For the module now it makes no difference if VAT numbers are provided with or without country code |
Improved |
Small HTML improvements made in Settings page |
Improved |
You can now disable Multi-brand independently from the status of Advanced Localisation |
Improved |
Clients were unable to read your terms before accepting changes. The module now allows them to visit that page |
Fixed |
Fatal error occurring when using Overpayments (Mode 1) only on some installations of WHMCS because of missing language files |
Fixed |
Search/Filter by date or range of dates was not working properly on some pages |
Fixed |
Some variables of Billing Extension were ignored in PDF Batch export |
Fixed |
The pagination of Clients tab (exemptions) was not working properly |
Fixed |
Fatal error «country column cannot be null» occurring under very particular circumstances |
Upgrade instructions
Steps | Description |
---|---|
1 | Open your invoicepdf.tpl file and look for this code:require_once(ROOTDIR."/modules/addons/BillingExtension/includes/invoicepdf.php"); Replace it with this: require(ROOTDIR."/modules/addons/BillingExtension/includes/invoicepdf.php"); |