요금안내/견적내기 단가표시 수정
This commit is contained in:
parent
74d41d295c
commit
6269282396
@ -1597,8 +1597,13 @@ public class MjonPayController {
|
||||
picturePrice = mberManageVO.getPicturePrice();
|
||||
picturePrice2 = mberManageVO.getPicture2Price();
|
||||
picturePrice3 = mberManageVO.getPicture3Price();
|
||||
|
||||
}
|
||||
|
||||
if (mberManageVO != null && (double)mberManageVO.getKakaoAtPrice() > 0) {
|
||||
kakaoAtPrice = mberManageVO.getKakaoAtPrice();
|
||||
}
|
||||
|
||||
if (mberManageVO != null && (double)mberManageVO.getFaxPrice() > 0) {
|
||||
faxPrice = mberManageVO.getFaxPrice();
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user