@@ -161,6 +161,8 @@ class Order extends Core
if (!$v['order_id']) {
$this->data['order'][$k]['order_id'] = $v['id'];
}
+
+ $this->data['order'][$k]['journal'] = $this->getJournal($v['product_id']);