Commit 368acf21 authored by stone's avatar stone

【fix】bug修复

parent 9dde23db
......@@ -98,7 +98,6 @@
begin
ACR_INVOICE_PKG.invoiceTmp_update(p_record_id => ${@record_id},
p_invoice_kind => ${@invoice_kind},
p_tax_amount => ${@tax_amount},
p_billing_amount => ${@billing_amount},
p_product_name => ${@product_name},
p_user_id => ${/session/@user_id});
......
......@@ -3,7 +3,7 @@
<a:init-procedure>
<batch-apply sourcepath="/parameter">
<batch-apply sourcepath="/@current_parameter/line_info">
<a:model-update model="acr.ACR510.acr_invoice_create"/>
<a:model-update model="acr.ACR510.acr_invoice_penalty_create"/>
</batch-apply>
<a:model-execute model="acr.ACR510.acr_invoice_penalty_create"/>
</batch-apply>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment