Billing Extension Release 1.3.27

Changelog

Type Description
Changed
Integration Code in invoicepdf.tpl has been moved to an external php file so that you no longer have to update the integration code when it changes
Fixed
Clients details were no longer cached on Invoice Created due to a bug of previous release
Fixed
Cached currency suffix and prefix were not used
Fixed
GroupSimilarLineItems function of WHMCS causing a visual bug

Upgrade instructions

Steps Description
1 Integration Code in your invoicepdf.tpl is no longer needed. Open this file and remove the entire Integration Code. Once you've done that, simply put this code on top of your invoicepdf.tpl

# Billing Extension
require_once("modules/addons/BillingExtension/includes/invoicepdf.php");
# Billing Extension