Add receipt font size configuration (#1401 #1416)

This commit is contained in:
FrancescoUK
2017-07-28 21:48:34 +01:00
parent 256c926e3d
commit cd792eb56a
9 changed files with 69 additions and 30 deletions

View File

@@ -801,6 +801,7 @@ class Config extends Secure_Controller
{
$batch_save_data = array (
'receipt_template' => $this->input->post('receipt_template'),
'receipt_font_size' => $this->input->post('receipt_font_size'),
'receipt_show_company_name' => $this->input->post('receipt_show_company_name') != NULL,
'receipt_show_taxes' => $this->input->post('receipt_show_taxes') != NULL,
'receipt_show_total_discount' => $this->input->post('receipt_show_total_discount') != NULL,