This website works better with JavaScript.
Home
Explore
Help
Sign In
BWPB3
/
B3YunKen
Watch
8
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Activity
Browse Source
更新政策单价 放在一个事物内
master
wushukun
7 years ago
parent
3098dfc8ae
commit
58e3fffbfe
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
BWP.B3_YunKen/BLActions/SaleOrderUpdatePolicyPrice.cs
+ 1
- 1
BWP.B3_YunKen/BLActions/SaleOrderUpdatePolicyPrice.cs
View File
@ -41,7 +41,7 @@ namespace BWP.B3_YunKen.BLActions
var
factor
=
PriceFactor
.
ForOrder
(
bill
)
;
foreach
(
Order_Detail
detail
in
bill
.
Details
)
{
detail
.
SetPolicyPrice
(
factor
)
;
detail
.
SetPolicyPrice
(
factor
,
context
)
;
}
}
}
Write
Preview
Loading…
Cancel
Save