mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -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')){
|
||||
|
||||
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)
|
||||
->withTrashed()
|
||||
|
Loading…
x
Reference in New Issue
Block a user