Fix address reported when scheduling a poll
This commit is contained in:
parent
3a35bce9e7
commit
eebe8a159d
@ -484,7 +484,7 @@ class SystemController extends Controller
|
|||||||
$no->tearline = sprintf('%s (%04X)',Setup::PRODUCT_NAME,Setup::PRODUCT_ID);
|
$no->tearline = sprintf('%s (%04X)',Setup::PRODUCT_NAME,Setup::PRODUCT_ID);
|
||||||
$no->save();
|
$no->save();
|
||||||
|
|
||||||
Log::info(sprintf('%s:= Areafix to [%s], scheduling a poll',self::LOGKEY,$no->fftn->ftn));
|
Log::info(sprintf('%s:= Areafix to [%s], scheduling a poll',self::LOGKEY,$no->tftn->ftn));
|
||||||
AddressPoll::dispatch($no->tftn);
|
AddressPoll::dispatch($no->tftn);
|
||||||
|
|
||||||
return redirect()->back()->with('success','Areafix/Filefix sent');
|
return redirect()->back()->with('success','Areafix/Filefix sent');
|
||||||
|
Loading…
Reference in New Issue
Block a user