new discount on sales

This commit is contained in:
Erastus
2018-08-31 15:27:44 -05:00
parent a5f0c83e87
commit a6b11e6f48
44 changed files with 288 additions and 334 deletions

View File

@@ -287,7 +287,6 @@ class Config extends Secure_Controller
'theme' => $this->input->post('theme'),
'default_sales_discount_type' => $this->input->post('default_sales_discount_type') != NULL,
'default_sales_discount' => $this->input->post('default_sales_discount'),
'default_sales_discount_fixed' => $this->input->post('default_sales_discount_fixed'),
'enforce_privacy' => $this->input->post('enforce_privacy'),
'receiving_calculate_average_price' => $this->input->post('receiving_calculate_average_price') != NULL,
'lines_per_page' => $this->input->post('lines_per_page'),