Browse Source

Fix install cat

Mathieu Moulin 1 year ago
parent
commit
b21540ae35
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/install.php

+ 1 - 1
web/install.php

@@ -3,5 +3,5 @@
 require_once "bootstrap.inc.php";
 
 $inc_context = 'install';
-$inc_options = ['supplier', 'product', 'img', 'product_lot', 'supplier_price', 'customer', 'address', 'order', 'payment'];
+$inc_options = ['supplier', 'cat', 'product', 'img', 'product_lot', 'supplier_price', 'customer', 'address', 'order', 'payment'];
 require_once "context_include.inc.php";