Hi,
I am trying to get Batch Status Update send mail, and found this in super_batch_status.php :
if ($notify == 1) email_latest_status($oID);
The value of $notify when the checkbox is checked appears to be 'on'... I tried with this mod :
if ($notify == 'on') email_latest_status($oID);
and it seems to work...
Is this a bug, or do I miss something ?
Christophe



