入库单发票导入插件
This commit is contained in:
parent
b21474a5ad
commit
62fca77de0
|
|
@ -318,7 +318,7 @@ public class MaterialInbFinaceConfirmeInvoicePlugin extends AbstractBillPlugIn i
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (invArr.size() > 0) {
|
if (!invArr.isEmpty()) {
|
||||||
SaveServiceHelper.save((DynamicObject[]) invArr.toArray(new DynamicObject[invoices.size()]));
|
SaveServiceHelper.save((DynamicObject[]) invArr.toArray(new DynamicObject[invoices.size()]));
|
||||||
}
|
}
|
||||||
this.getView().invokeOperation("invoicesave");
|
this.getView().invokeOperation("invoicesave");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue