flex structure form

This commit is contained in:
2020-02-04 00:57:54 -06:00
parent d7fdfab9f1
commit 37f9b2a6e7

View File

@@ -116,7 +116,7 @@ class MoonMailerCommand extends Command
foreach($rentals as $rental) {
$previous = new Carbon($rental->Paid_Until);
if($today->greaterThan($previous)) {
if($today->greaterThanOrEqualTo($previous)) {
$this->UpdateNotPaid($rental);
}
}