Page 1 of 1

Order status history count bug

Posted: Tue May 17, 2016 11:15 pm
by praveenkumarm
order status history shows 5 nos but in below it shows 7 nos (please see the image bottom right corner).

I checked db .there is void status added when i editing order

public function editOrder($order_id, $data) {
$this->event->trigger('pre.order.edit', $data);
// Void the order first
$this->addOrderHistory($order_id, 0);
order status bug.png

order status bug - order status bug.png (15.18 KiB) Viewed 437 times