Billing Extension Release 1.3.30
Changelog
Type | Description |
---|---|
Changed |
Integration page has been updated with new contents and descriptions |
Fixed |
Some misspelled words has been corrected |
Fixed |
Integration > Cache Paid Invoices. This function was wrongly caching all invoices instead of paid ones only |
Fixed |
Small issue with PDF invoices in version 5.0.6 (release date 16-05-2013) of WHMCS or older |
Fixed |
Small issue with currency format on invoices in older versions of WHMCS (v5) |
Fixed |
In very particular conditions there was a Fatal error appearing when downloading PDF invoices from Admin area |
Fixed |
Customized footer text not recognizing Intra/Extra EU correctly for some countries |
Upgrade instructions
Steps | Description |
---|---|
1 | Open your invoicepdf.tpl file and replacerequire_once("modules/addons/BillingExtension/includes/invoicepdf.php"); with if(file_exists("modules/addons/BillingExtension/includes/invoicepdf.php")): |