James Cole
2024-11-02 05:14:03 +01:00
parent 40de147611
commit 4b27ab38f8
3 changed files with 17 additions and 4 deletions

View File

@@ -306,6 +306,8 @@ class BillRepository implements BillRepositoryInterface
{
// app('log')->debug('Now in getPaidDatesInRange()');
Log::debug(sprintf('Search for linked journals between %s and %s', $start->toW3cString(), $end->toW3cString()));
return $bill->transactionJournals()
->before($end)->after($start)->get(
[