mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
remove logging
This commit is contained in:
parent
b3707967d8
commit
0c2df0bc22
@ -581,8 +581,6 @@ class Invoice extends BaseModel
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
nlog($line_items);
|
|
||||||
|
|
||||||
return Expense::whereIn('id', $this->transformKeys($expense_ids))
|
return Expense::whereIn('id', $this->transformKeys($expense_ids))
|
||||||
->where('invoice_documents', 1)
|
->where('invoice_documents', 1)
|
||||||
@ -608,8 +606,6 @@ class Invoice extends BaseModel
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
nlog($task_ids);
|
|
||||||
|
|
||||||
return Task::whereIn('id', $this->transformKeys($task_ids))
|
return Task::whereIn('id', $this->transformKeys($task_ids))
|
||||||
->whereHas('company', function($query){
|
->whereHas('company', function($query){
|
||||||
$query->where('invoice_task_documents', 1);
|
$query->where('invoice_task_documents', 1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user