Minor fix to avoid HouseKeeping throwing message errors
Housekeeping - Process to delete historic information - ID: 2074600 http://sourceforge.net/support/tracker.php?aid=2074600
This commit is contained in:
parent
f958219a71
commit
75d7c4f277
|
@ -141,7 +141,7 @@ public class HouseKeeping extends SvrProcess{
|
|||
houseKeeping.setLastDeleted(nodel);
|
||||
houseKeeping.saveEx();
|
||||
addLog("@Deleted@ " + nodel);
|
||||
String msg = Msg.translate(getCtx(), tableName + "_ID") + " #" + nodel;
|
||||
String msg = Msg.getElement(getCtx(), tableName + "_ID") + " #" + nodel;
|
||||
return msg;
|
||||
}//doIt
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue