mirror of
https://github.com/Karaka-Management/oms-StockTaking.git
synced 2026-01-10 18:18:41 +00:00
crash backup
This commit is contained in:
parent
c81f529883
commit
57148d5fb6
|
|
@ -90,7 +90,7 @@ final class BackendController extends Controller
|
|||
->with('items/files')
|
||||
->with('items/files/tags')
|
||||
->with('distributions')
|
||||
->where('id', (int) $request->getData('id'))
|
||||
->where('id', $request->getDataInt('id') ?? 0)
|
||||
->where('items/l11n/language', $response->header->l11n->language)
|
||||
->where('item/sl11n/type/title', ['name1', 'name2'], 'IN')
|
||||
->where('items/files/tags/name', 'profile_image')
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user