mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-19 04:23:59 +00:00
billing fix up
This commit is contained in:
@@ -17,7 +17,7 @@ class DoesNotHaveTransactionType implements Filter
|
||||
return $builder->whereDoesntHave('transactions', function (Builder $query) use($value) {
|
||||
$query->where('type', $value);
|
||||
})->whereHas('containers', function ($query){
|
||||
return $query->whereDate('loading_date', '>=', Carbon::parse('08-08-2022'));
|
||||
return $query->whereDate('loading_date', '>=', Carbon::parse('01-01-2022'));
|
||||
});
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user