remove logging
This commit is contained in:
parent
b3707967d8
commit
0c2df0bc22
1 changed files with 0 additions and 4 deletions
|
|
@ -581,8 +581,6 @@ class Invoice extends BaseModel
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
nlog($line_items);
|
||||
|
||||
return Expense::whereIn('id', $this->transformKeys($expense_ids))
|
||||
->where('invoice_documents', 1)
|
||||
|
|
@ -608,8 +606,6 @@ class Invoice extends BaseModel
|
|||
|
||||
}
|
||||
|
||||
nlog($task_ids);
|
||||
|
||||
return Task::whereIn('id', $this->transformKeys($task_ids))
|
||||
->whereHas('company', function($query){
|
||||
$query->where('invoice_task_documents', 1);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue