Compare commits
3 Commits
1734a9ac43
...
ccdbb16ad6
| Author | SHA1 | Date | |
|---|---|---|---|
| ccdbb16ad6 | |||
| 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