|
@@ -799,6 +799,7 @@ class Fullordersmt extends Start_Controller {
|
|
|
{
|
|
{
|
|
|
$id = $this->input->post('id',true);
|
|
$id = $this->input->post('id',true);
|
|
|
$data = $this->fullordersmt->read($id);
|
|
$data = $this->fullordersmt->read($id);
|
|
|
|
|
+ $post['library'] = $data['library'];
|
|
|
$post['type'] = $this->input->post('warehouse',true);
|
|
$post['type'] = $this->input->post('warehouse',true);
|
|
|
$post['country'] = $this->input->post('country',true);
|
|
$post['country'] = $this->input->post('country',true);
|
|
|
$currency = $this->country->read($post['country']);
|
|
$currency = $this->country->read($post['country']);
|
|
@@ -3768,6 +3769,7 @@ class Fullordersmt extends Start_Controller {
|
|
|
$post['zsbjz'] = $data['zsbjz'];
|
|
$post['zsbjz'] = $data['zsbjz'];
|
|
|
$post['zzl'] = $data['zzl'];
|
|
$post['zzl'] = $data['zzl'];
|
|
|
$post['bx'] = $data['bx'];
|
|
$post['bx'] = $data['bx'];
|
|
|
|
|
+ $post['library'] = $data['library'];
|
|
|
|
|
|
|
|
//南非 限制邮箱
|
|
//南非 限制邮箱
|
|
|
if($post['country'] == 166){
|
|
if($post['country'] == 166){
|