Fix config screen (#68)

This commit is contained in:
jekkos
2018-08-18 00:08:26 +02:00
committed by jekkos
parent 085d24447c
commit 3be57ffb66

View File

@@ -299,8 +299,8 @@ class Config extends Secure_Controller
'suggestions_second_column' => $this->input->post('suggestions_second_column'),
'suggestions_third_column' => $this->input->post('suggestions_third_column'),
'giftcard_number' => $this->input->post('giftcard_number'),
'derive_sale_quantity' => $this->input->post('derive_sale_quantity') != NULL
'multi_pack_enabled' => $this->input->post('multi_pack_enabled') != NULL,
'derive_sale_quantity' => $this->input->post('derive_sale_quantity') != NULL,
'multi_pack_enabled' => $this->input->post('multi_pack_enabled') != NULL
);
$this->Module->set_show_office_group($this->input->post('show_office_group') != NULL);