mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
Merge pull request #6394 from turbo124/v5-develop
Set DB for live previews
This commit is contained in:
commit
32f496e08b
@ -206,8 +206,6 @@ class PreviewController extends BaseController
|
|||||||
->where('company_id', auth()->user()->company()->id)
|
->where('company_id', auth()->user()->company()->id)
|
||||||
->first();
|
->first();
|
||||||
|
|
||||||
info(print_r($entity_obj,1));
|
|
||||||
|
|
||||||
$entity_obj = $repo->save($request->all(), $entity_obj);
|
$entity_obj = $repo->save($request->all(), $entity_obj);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user