dever 3 jaren geleden
bovenliggende
commit
b25ba11239
3 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  1. 1 1
      app/factory/database/goods.php
  2. 1 1
      app/shop/database/goods.php
  3. 1 1
      app/store/database/goods.php

+ 1 - 1
app/factory/database/goods.php

@@ -117,7 +117,7 @@ return array
             'option'    => $status,
             'search'    => 'select',
             'list'      => true,
-            'edit'      => true,
+            //'edit'      => true,
         ),
 
         'state'     => array

+ 1 - 1
app/shop/database/goods.php

@@ -127,7 +127,7 @@ return array
             'option'    => $status,
             'search'    => 'select',
             'list'      => true,
-            'edit'      => true,
+            //'edit'      => true,
         ),
 
         'state'     => array

+ 1 - 1
app/store/database/goods.php

@@ -128,7 +128,7 @@ return array
             'option'    => $status,
             'search'    => 'select',
             'list'      => true,
-            'edit'      => true,
+            //'edit'      => true,
         ),
 
         'state'     => array