Quote Originally Posted by redheads View Post
Known issue with no known resolution

Would love to know when/if anyone has ever figured it... this is a great feature and apparently it works for some and not for others. I would be willing to help collect data for comparison if anyone is able to help figure out what the difference is between mine, yours, and those that work...
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