mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-30 20:03:52 -04:00
Fix notification popup for fresh installs
Fix docker setup by compiling php5-intl (#616)
This commit is contained in:
@@ -117,8 +117,8 @@ class Config extends Secure_Controller
|
||||
'receiving_calculate_average_price' => $this->input->post('receiving_calculate_average_price') != NULL,
|
||||
'lines_per_page' => $this->input->post('lines_per_page'),
|
||||
'default_sales_discount' => $this->input->post('default_sales_discount'),
|
||||
'config_notify_horizontal_position' => $this->input->post('config_notify_horizontal_position'),
|
||||
'config_notify_vertical_position' => $this->input->post('config_notify_vertical_position'),
|
||||
'notify_horizontal_position' => $this->input->post('notify_horizontal_position'),
|
||||
'notify_vertical_position' => $this->input->post('notify_vertical_position'),
|
||||
'custom1_name' => $this->input->post('custom1_name'),
|
||||
'custom2_name' => $this->input->post('custom2_name'),
|
||||
'custom3_name' => $this->input->post('custom3_name'),
|
||||
|
||||
Reference in New Issue
Block a user