Discount on Sales

This commit is contained in:
Erastus
2018-08-20 13:41:56 -05:00
parent 909cd52d56
commit 85bbbe835c
48 changed files with 508 additions and 119 deletions

View File

@@ -285,7 +285,9 @@ class Config extends Secure_Controller
{
$batch_save_data = array(
'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'),