Subversion Repositories SmartDukaan

Rev

Rev 6096 | Rev 6241 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6096 Rev 6098
Line 1221... Line 1221...
1221
	            return "Expected delay successfully updated on prod"; 
1221
	            return "Expected delay successfully updated on prod"; 
1222
            } else {
1222
            } else {
1223
            	return "Error:expected delay should not be null";
1223
            	return "Error:expected delay should not be null";
1224
            }
1224
            }
1225
        } catch (Exception e) {
1225
        } catch (Exception e) {
1226
            logger.error("Error while updating prices on production", e);
1226
            logger.error("Error while updating expected delay on production", e);
1227
            return "Error while updating all prices on production. Some of the prices may not have been  updated";
1227
            return "Error while updating expected delay on production";
1228
        }
1228
        }
1229
	}
1229
	}
1230
 
1230
 
1231
 
1231
 
1232
	
1232