mirror of
https://github.com/Karaka-Management/oms-Shop.git
synced 2026-01-11 18:48:41 +00:00
template fixes + bug fixes + style fixes
This commit is contained in:
parent
cd394eb5e5
commit
d25c90959a
|
|
@ -87,7 +87,7 @@ final class ApiController extends Controller
|
|||
->where('client/account', $request->header->account)
|
||||
->where('status', BillStatus::ARCHIVED)
|
||||
->where('elements/item', $request->getDataInt('item'))
|
||||
->execute();
|
||||
->executeGetArray();
|
||||
|
||||
$items = [];
|
||||
foreach ($bills as $bill) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user