CMS MADE SIMPLE FORGE

Flat Rate Taxes

 

[#11646] Can't add tax value in admin

avatar
Created By: Franck (knarf)
Date Submitted: Wed Nov 22 11:14:49 -0500 2017

Assigned To: Robert Campbell (calguy1000)
Version: 1.3
CMSMS Version: 2.2.3.1
Severity: Major
Resolution: None
State: Open
Summary:
Can't add tax value in admin
Detailed Description:
When trying to add a new tax value, and saving the new value, nothing is stored.

Mathieu (AireLibre - Thanks!) made it work:
By adding line 47 of action.defaultadmin.php : $tmp =
cms_utils::get_module('Orders');
Then by replacing in the 3 lines below including "line_item" by
"\Orders\LineItem"


History