Merge pull request 'dev' (#41) from dev into dev-deploy
Reviewed-on: #41
This commit is contained in:
commit
ccdbb16ad6
@ -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