|
@@ -747,10 +747,12 @@ class Fullordersmt extends Start_Controller {
|
|
|
if($user['vip'] == 1)
|
|
|
{
|
|
|
$vip = 1;
|
|
|
+ $this->data['userid'] = $user['id'];
|
|
|
}
|
|
|
else
|
|
|
{
|
|
|
$vip = 0;
|
|
|
+ $this->data['userid'] = 0;
|
|
|
}
|
|
|
$xwtype = '';
|
|
|
$userwh = explode('|',trim($user['warehouse'],'|'));
|
|
@@ -762,6 +764,7 @@ class Fullordersmt extends Start_Controller {
|
|
|
else
|
|
|
{
|
|
|
$vip = 0;
|
|
|
+ $this->data['userid'] = 0;
|
|
|
}
|
|
|
$post = $this->input->post(NULL, TRUE);
|
|
|
if(isset($post['id']))
|