|
|
@@ -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'];
|
|
|
}
|
|
|
|
|
|
|