mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
commit
83456a6016
@ -203,6 +203,7 @@ class PreviewController extends BaseController
|
|||||||
if($request->has('entity_id')){
|
if($request->has('entity_id')){
|
||||||
|
|
||||||
info("trying to find entity id = " . $this->decodePrimaryKey($request->input('entity_id')));
|
info("trying to find entity id = " . $this->decodePrimaryKey($request->input('entity_id')));
|
||||||
|
info("company id = " . auth()->user()->company()->id);
|
||||||
|
|
||||||
$entity_obj = $class::on(auth()->user()->company()->db)
|
$entity_obj = $class::on(auth()->user()->company()->db)
|
||||||
->withTrashed()
|
->withTrashed()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user