Compare commits
2 Commits
fb78708764
...
fd35964144
| Author | SHA1 | Date | |
|---|---|---|---|
| fd35964144 | |||
| ee2a8a357d |
@ -2344,10 +2344,6 @@ public class EstimateService {
|
||||
throw new QcastException(ErrorCode.INVALID_INPUT_VALUE,
|
||||
message.getMessage("common.message.required.data", "Plan No"));
|
||||
}
|
||||
if (StringUtils.isEmpty(estimateRequest.getSaleStoreId())) {
|
||||
throw new QcastException(ErrorCode.INVALID_INPUT_VALUE,
|
||||
message.getMessage("common.message.required.data", "Sale Store ID"));
|
||||
}
|
||||
if (StringUtils.isEmpty(estimateRequest.getUserId())) {
|
||||
throw new QcastException(ErrorCode.INVALID_INPUT_VALUE,
|
||||
message.getMessage("common.message.required.data", "User ID"));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user