many small fixes

This commit is contained in:
Dennis Eichhorn 2023-02-10 18:20:57 +01:00
parent 7b6d9d53e9
commit db9736b652
2 changed files with 1 additions and 10 deletions

View File

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

View File

@ -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,