I created a new status for the orders and it is being set correctly, my problem is that is not appearing on the order list... it is blank where it should be
what should I edit for this to work?
example:
$order->setState('new_status', 'new_status', 'Some comment', false);
$order->save();
thanks,
Joe