feature/jp-0331 #526
@ -1548,6 +1548,8 @@ public class EstimateService {
|
|||||||
StringUtils.isEmpty(itemResponse.getUnitPrice())
|
StringUtils.isEmpty(itemResponse.getUnitPrice())
|
||||||
? "0"
|
? "0"
|
||||||
: itemResponse.getUnitPrice());
|
: itemResponse.getUnitPrice());
|
||||||
|
|
||||||
|
itemResponse.setSalePrice(String.valueOf(salePrice));
|
||||||
} else {
|
} else {
|
||||||
salePrice =
|
salePrice =
|
||||||
new BigDecimal(
|
new BigDecimal(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user