|
|
@@ -510,6 +510,7 @@ class Colour extends Start_Controller {
|
|
|
}
|
|
|
$wlshop = $this->shop->find_all('1=1 and '.rtrim($sid,'or'));
|
|
|
$this->data['wlshop'] = $wlshop;
|
|
|
+ $shoplist = $this->shop->find_all('status = 0');
|
|
|
$warehouse = $this->warehouse->find_all('1=1 and '.rtrim($wid,'or'),"*","px asc");
|
|
|
$this->data['warehouse'] = $warehouse;
|
|
|
$this->_Template('colour_seeindex',$this->data);
|