afa hai 2 meses
pai
achega
e1c1cf02b5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/admin/controller/shop/ShopDelivery.php

+ 1 - 1
app/admin/controller/shop/ShopDelivery.php

@@ -21,7 +21,7 @@ class ShopDelivery extends Backend
         $this->model = new ShopDeliveryModel();
         $this->assign('platformList', site_config('addonsd.platform_list'));
         //,'shops', 'variety', 'specs'
-        $this->relationField=['customer','user'];
+        $this->relationField=['customer','user', 'shops'];
     }