Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
leaf-hlcm
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hlcm
leaf-hlcm
Commits
368acf21
Commit
368acf21
authored
Jan 20, 2020
by
stone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【fix】bug修复
parent
9dde23db
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
acr_invoice_create.lwm
.../webapp/WEB-INF/classes/acr/ACR510/acr_invoice_create.lwm
+0
-1
acr_invoice_penalty_create.lsc
.../webapp/modules/acr/ACR510/acr_invoice_penalty_create.lsc
+1
-1
No files found.
src/main/webapp/WEB-INF/classes/acr/ACR510/acr_invoice_create.lwm
View file @
368acf21
...
...
@@ -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});
...
...
src/main/webapp/modules/acr/ACR510/acr_invoice_penalty_create.lsc
View file @
368acf21
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment