Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
Kivii.Biz.Finances.V2.0
Project
Overview
Details
Activity
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
陶然
Kivii.Biz.Finances.V2.0
Commits
5cc93a11
Commit
5cc93a11
authored
Jan 09, 2023
by
陶然
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复了借票撤销时到账开票金额统计不准确bug
parent
887ad243
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
RestfulInvoice.Debit.cs
Src/Transforms/RestfulInvoice.Debit.cs
+1
-1
No files found.
Src/Transforms/RestfulInvoice.Debit.cs
View file @
5cc93a11
...
...
@@ -166,7 +166,7 @@ namespace Kivii.Finances.Transforms
if
(!
splitPayments
.
IsNullOrEmpty
())
//要是所选Payment存在拆分项,满足条件就要更新AmountInvoice
{
decimal
amountInvoice
=
0
;
amountInvoice
.
PopulateWith
(
item
.
AmountInvoice
);
// = payment
.AmountInvoice;
amountInvoice
=
item
.
AmountInvoice
;
foreach
(
var
split
in
splitPayments
)
{
if
(
amountInvoice
<=
0
)
split
.
AmountInvoice
=
0
;
...
...
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