Billing Extension Release 1.3.18
Changelog
Type | Description |
---|---|
New |
Add exemption rules by groups of clients |
New |
Enable manual invocing for specific clients or groups of clients |
New |
Persistent exemption and manual invoicing rules by groups |
New |
Detailed front end page where clients can view all their transactions |
Upgrade instructions
Steps | Description |
---|---|
1 | Run this query from PHPMyAdmin to your WHMCS database:ALTER TABLE `mod_billingextensionexempts` ADD `action` VARCHAR( 255 ) NOT NULL AFTER `id`; |
2 | Now run this other query:UPDATE `mod_billingextensionexempts` SET `action`='Exempt' |