Test fixes
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled

This commit is contained in:
Dennis Eichhorn 2024-05-16 02:14:55 +00:00
parent 2a31fa2e6e
commit 3ad305de4a
3 changed files with 2 additions and 7 deletions

View File

@ -76,7 +76,7 @@ final class ApiController extends Controller
. ' /purchase/order/suggestion/create'
. ($supplier === null ? '' : ' -supplier ' . \escapeshellarg($supplier))
. ($productGroup === null ? '' : ' -pgroup ' . \escapeshellarg((string) $productGroup))
. ($showIrrelevant === null ? '' : ' -irrelevant ' . \escapeshellarg((string) $showIrrelevant))
. (' -irrelevant ' . \escapeshellarg((string) $showIrrelevant))
. ' -user ' . ((int) $request->header->account),
true
);

View File

@ -1,5 +0,0 @@
# Structure
## ER
![ER](Modules/Purchase/Docs/Dev/img/er.png)

View File

@ -12,7 +12,7 @@
},
"creator": {
"name": "Jingga",
"website": "jingga.app"
"website": "https://jingga.app"
},
"description": "Purchase module.",
"directory": "Purchase",