|
@@ -210,6 +210,7 @@ class Shop extends Start_Controller {
|
|
|
$post['taxrate'] = $this->input->post('taxrate',true);
|
|
|
$post['uphone'] = $this->input->post('uphone',true);
|
|
|
**/
|
|
|
+ $post['px'] = $this->input->post('px',true);
|
|
|
$post['estimaterate'] = $this->input->post('estimaterate',true);
|
|
|
$post['userexp'] = $this->input->post('userexp',true);
|
|
|
$post['mustba'] = $this->input->post('mustba',true);
|