wugg 2 years ago
parent
commit
91fe28a90f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/admin/controller/OrderInv.php

+ 1 - 0
app/admin/controller/OrderInv.php

@@ -2109,6 +2109,7 @@ class OrderInv extends BaseController{
             $temp['inv_number'] = $value['inv_number'];
             $temp['inv_subtotal'] = $value['inv_subtotal'];
             $temp['inv_total'] = $value['inv_total'];
+            $temp['check_code'] = $value['check_code'];
             $temp['item'] = '';
             $temp['pdfstream'] = '';
             $temp['open_date'] =  date("Y-m-d H:i:s",strtotime($value['open_date']));