mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-21 13:33:57 +00:00
log list query exception
This commit is contained in:
@@ -18,6 +18,6 @@ class HasPurchaseOrderStatusIn implements Filter
|
||||
{
|
||||
return $builder->has('transactions', function($query) use($value) {
|
||||
return $query->where('transactions.type', TransactionType::PURCHASE_ORDER)->whereIn('transactions.status', $value);
|
||||
});
|
||||
})->dd();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user