dever 3 lat temu
rodzic
commit
bc4ba0db7c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/mshop/src/My.php

+ 1 - 1
app/mshop/src/My.php

@@ -410,7 +410,7 @@ class My extends Core
         $id = Dever::input('id');
         $where['id'] = $id;
         $where['shop_id'] = $this->shop_id;
-        $this->data['config'] = Dever::db('main/sell_config')->find();
+        $this->data['config'] = Dever::db('main/manage_config')->find();
         $this->data['info'] = Dever::db('cash/shop')->find($where);
         $stat_type = Dever::db('cash/shop')->config['config_type'];