Fix notification popup for fresh installs

Fix docker setup by compiling php5-intl (#616)
This commit is contained in:
jekkos
2016-07-17 12:52:38 +02:00
parent a66868651b
commit 75db191baf
4 changed files with 13 additions and 11 deletions

View File

@@ -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'),