From 3ad305de4a59a2c614b586c8ee0648520a81a3e5 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 16 May 2024 02:14:55 +0000 Subject: [PATCH] Test fixes --- Controller/ApiController.php | 2 +- Docs/Dev/en/structure.md | 5 ----- info.json | 2 +- 3 files changed, 2 insertions(+), 7 deletions(-) delete mode 100755 Docs/Dev/en/structure.md diff --git a/Controller/ApiController.php b/Controller/ApiController.php index 17b42b5..1a731cb 100644 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -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 ); diff --git a/Docs/Dev/en/structure.md b/Docs/Dev/en/structure.md deleted file mode 100755 index 5747701..0000000 --- a/Docs/Dev/en/structure.md +++ /dev/null @@ -1,5 +0,0 @@ -# Structure - -## ER - -![ER](Modules/Purchase/Docs/Dev/img/er.png) \ No newline at end of file diff --git a/info.json b/info.json index fd8a481..231f2d7 100755 --- a/info.json +++ b/info.json @@ -12,7 +12,7 @@ }, "creator": { "name": "Jingga", - "website": "jingga.app" + "website": "https://jingga.app" }, "description": "Purchase module.", "directory": "Purchase",