mirror of
https://github.com/Karaka-Management/oms-Purchase.git
synced 2026-01-11 15:48:41 +00:00
Test fixes
This commit is contained in:
parent
2a31fa2e6e
commit
3ad305de4a
|
|
@ -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
|
||||
);
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
# Structure
|
||||
|
||||
## ER
|
||||
|
||||

|
||||
Loading…
Reference in New Issue
Block a user