Fixes to emailing cancel requests. Changes to email jobs with no site_id

This commit is contained in:
Deon George
2022-09-29 12:16:08 +10:00
parent 1667b8c1df
commit 2a19f14adb
13 changed files with 68 additions and 12 deletions

View File

@@ -118,7 +118,7 @@ final class BroadbandTraffic implements ShouldQueue
// If we have no records
if (! $oo) {
Log::error(sprintf('%s:Too many services return for [%s]',self::LOGKEY,$row[$o->getColumnKey('Login')]),['date'=>$date,'count'=>$oo->count()]);
Log::error(sprintf('%s:None or too many services return for [%s]',self::LOGKEY,$row[$o->getColumnKey('Login')]),['date'=>$date]);
$to->service = $row[$o->getColumnKey('Login')];
$to->site_id = 1; // @todo This needs to be worked out a better way