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