From 68b228f45f9f6ad8f081407066cb1d5d875bc181 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 5 Nov 2021 15:24:37 +1100 Subject: [PATCH] Minor fixes for Check Data --- app/Console/Commands/CheckData.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/Console/Commands/CheckData.php b/app/Console/Commands/CheckData.php index 8fa974f95da0..97b442b5b207 100644 --- a/app/Console/Commands/CheckData.php +++ b/app/Console/Commands/CheckData.php @@ -484,6 +484,9 @@ class CheckData extends Command } } + + $this->logMessage("{$this->wrong_paid_to_dates} clients with incorrect paid to dates"); + }