mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-04 01:04:36 -04:00
Logging for Preview
This commit is contained in:
parent
435a0ffc23
commit
8c5100dbdc
@ -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