Fixes to emailing cancel requests. Changes to email jobs with no site_id
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user