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