|
|
@@ -511,6 +511,9 @@ 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');
|
|
|
+ $this->data['shoplist'] = $shoplist;
|
|
|
+
|
|
|
+
|
|
|
$warehouse = $this->warehouse->find_all('1=1 and '.rtrim($wid,'or'),"*","px asc");
|
|
|
$this->data['warehouse'] = $warehouse;
|
|
|
$this->_Template('colour_seeindex',$this->data);
|