rabin 5 years ago
parent
commit
907e5ab0a7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/act/src/Order.php

+ 2 - 0
app/act/src/Order.php

@@ -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']);
             }
         }