mirror of
https://github.com/Karaka-Management/oms-Sales.git
synced 2026-01-11 03:18:41 +00:00
crash backup
This commit is contained in:
parent
0460a56a2d
commit
ea8031ff21
|
|
@ -77,7 +77,7 @@ final class BackendController extends Controller
|
|||
|
||||
$view->data['rep'] = SalesRepMapper::get()
|
||||
->with('main')
|
||||
->where('id', (int) $request->getData('id'))
|
||||
->where('id', $request->getDataInt('id') ?? 0)
|
||||
->execute();
|
||||
|
||||
return $view;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user