caipin 5 лет назад
Родитель
Сommit
64a16b917a
1 измененных файлов с 3 добавлено и 6 удалено
  1. 3 6
      protected/model/invoiceReceivables.php

+ 3 - 6
protected/model/invoiceReceivables.php

@@ -561,18 +561,15 @@ class invoiceReceivables extends DooModel {
 			foreach ($invoiceList as $ilK=>$ilv){
 				if($value['irid']==$ilv['irid']){
 					
-					$tem[$ilv['iid']]=$ilv['invoiceSerial'];
+					$tem[$ilv['iid']]=$XDeode->encode ( $ilv['invoiceSerial']);
 					
 					unset($invoiceList[$ilk]);
 				}
 			}
 			$list [$key] ['invoiceList']=$tem;
 			
-			$invoiceSerial = explode ( ',', $value ['invoiceSerial'] );
-			$invoiceId = explode ( ",", $value ['invoiceId'] );
-			
-			
-			
+// 			$invoiceSerial = explode ( ',', $value ['invoiceSerial'] );
+// 			$invoiceId = explode ( ",", $value ['invoiceId'] );
 // 			if (empty ( $invoiceSerial [0] ))
 // 				$list [$key] ['invoiceList'] = array ();
 // 			else {