I think I have fixed the update in the code for the batch status update so it now sends emails.
On line 356 in super_batch_status it currently reads
if ($notify == 1) email_latest_status($oID);
It should read
if ($notify = 1) email_latest_status($oID);
It now sends out emails but it does not change notification it still reads as x and not a tick
Bookmarks