diff --git a/Admin/Hooks/Web/Api.php b/Admin/Hooks/Web/Api.php index ddc4993..b1c7796 100755 --- a/Admin/Hooks/Web/Api.php +++ b/Admin/Hooks/Web/Api.php @@ -13,13 +13,4 @@ declare(strict_types=1); return [ - 'POST:Module:ClientManagement-client-create' => [ - 'callback' => ['\Modules\WarehouseManagement\Controller\ApiController:eventStockCreateInternal'], - ], - 'POST:Module:SupplierManagement-supplier-create' => [ - 'callback' => ['\Modules\WarehouseManagement\Controller\ApiController:eventStockCreateInternal'], - ], - '/POST:Module:Billing\-bill(_element)*\-(create|delete|update)/' => [ - 'callback' => ['\Modules\WarehouseManagement\Controller\ApiController:eventBillUpdateInternal'], - ], ]; diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 6a18754..864b127 100755 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -8,7 +8,7 @@ "uri": null, "target": "self", "icon": "fa fa-cube", - "order": 55, + "order": 50, "from": "WarehouseManagement", "permission": { "permission": 2, "category": null, "element": null }, "parent": 0,