Billing Extension Release 1.3.15

Changelog

Type Description
New
Transaction Log page now handles, stores, displays and allows you to filter Payment Method
Improved
Better looking buttons on invoice page
Fixed
New customized buttons not showing properly

Upgrade instructions

Steps Description
1 Run this query from PHPMyAdmin to your WHMCS database:

ALTER TABLE `mod_billingextensiontrans` ADD `paymentmethod` TEXT NOT NULL AFTER `currency`;