caipin 5 年之前
父節點
當前提交
74c420e9aa
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      protected/model/invoiceReceivables.php

+ 1 - 2
protected/model/invoiceReceivables.php

@@ -560,10 +560,9 @@ class invoiceReceivables extends DooModel {
 			$tem=array();
 			foreach ($invoiceList as $ilK=>$ilv){
 				if($value['irid']==$ilv['irid']){
-					
 					$tem[$XDeode->encode ($ilv['iid'])]= $ilv['invoiceSerial'];
 					
-					unset($invoiceList[$ilk]);
+					unset($invoiceList[$ilK]);
 				}
 			}
 			$list [$key] ['invoiceList']=$tem;