|
@@ -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 {
|