mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-19 04:23:59 +00:00
fix payment due date days filter
This commit is contained in:
@@ -23,7 +23,7 @@ class PackingListOrderedByInvoiceDate implements Filter
|
||||
$join->on('transactions.owner_id', '=', 'packing_lists.id');
|
||||
$join->where('transactions.owner_type', '=', PackingList::class);
|
||||
$join->where('transactions.status', '=', ApprovalStatus::APPROVED);
|
||||
})->orderBy('transactions.updated_at')->get();
|
||||
})->orderBy('transactions.updated_at');
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user