|
@@ -135,16 +135,16 @@ public class M25PfxxPlugin extends AbstractPuPfxxPlugin {
|
|
|
orderHVO.setFinvoicetype(0);
|
|
|
vo.setParentVO(orderHVO);
|
|
|
AggregatedValueObject[] savedVos = (new InvoiceInsertAction()).insert(new InvoiceVO[]{(InvoiceVO) vo}, (InvoiceUIToBSEnv) null);
|
|
|
- try {
|
|
|
- HashMap<String, Object> pfparam = new HashMap<String, Object>();
|
|
|
- pfparam.put(PfParameterUtil.ORIGIN_VO_PARAMETER, CloneUtil.deepClone(savedVos));
|
|
|
-
|
|
|
- NCLocator.getInstance().lookup(IPFBusiAction.class) .processBatch("APPROVE", "25",savedVos, null, null, pfparam);
|
|
|
- } catch (BusinessException e) {
|
|
|
-
|
|
|
- ExceptionUtils.wrappException(e);
|
|
|
- return null;
|
|
|
- }
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
return savedVos[0];
|
|
|
}
|
|
|
|