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