mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-24 17:27:55 -05:00
Remove copyright comments and apply suggestions
This commit is contained in:
@@ -303,10 +303,7 @@ class Config extends Secure_Controller
|
||||
'quantity_decimals' => $this->input->post('quantity_decimals'),
|
||||
'country_codes' => $this->input->post('country_codes'),
|
||||
'payment_options_order' => $this->input->post('payment_options_order'),
|
||||
// Added By Jorge Colmenarez 2016-10-31 16:39
|
||||
// Support for filter datetime reports
|
||||
'filter_datetime_format' => $this->input->post('filter_datetime_format')
|
||||
// End Jorge Colmenarez
|
||||
);
|
||||
|
||||
$result = $this->Appconfig->batch_save($batch_save_data);
|
||||
|
||||
Reference in New Issue
Block a user