견적서 토탈 수량 계산 수정
This commit is contained in:
parent
817e13ec8a
commit
5e5766d143
@ -1186,10 +1186,10 @@ public class EstimateService {
|
||||
|
||||
supplyPrice = supplyPrice.add(salePrice.multiply(amount));
|
||||
}
|
||||
|
||||
// 주문수량 더하기
|
||||
totAmount = totAmount.add(amount);
|
||||
}
|
||||
|
||||
// 주문수량 더하기
|
||||
totAmount = totAmount.add(amount);
|
||||
}
|
||||
|
||||
if ("YJSS".equals(estimateType)) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user