mirror of
https://github.com/Karaka-Management/oms-Sales.git
synced 2026-01-11 11:28: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()
|
$view->data['rep'] = SalesRepMapper::get()
|
||||||
->with('main')
|
->with('main')
|
||||||
->where('id', (int) $request->getData('id'))
|
->where('id', $request->getDataInt('id') ?? 0)
|
||||||
->execute();
|
->execute();
|
||||||
|
|
||||||
return $view;
|
return $view;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user