IDEMPIERE-454 - minor typo in message

This commit is contained in:
Carlos Ruiz 2015-04-13 16:54:00 -05:00
parent d3aff28345
commit 9ac075d5be
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ public class GridTabCSVImporter implements IGridTabImporter
} }
if (!isMasterok && isDetail){ if (!isMasterok && isDetail){
rawLine = rawLine + delimiter + quoteChar + Msg.getMsg(Env.getCtx(),"NotProccesed") + quoteChar + "\n"; rawLine = rawLine + delimiter + quoteChar + Msg.getMsg(Env.getCtx(),"NotProcessed") + quoteChar + "\n";
rowsTmpResult.add(rawLine); rowsTmpResult.add(rawLine);
continue; continue;
}else if(isMasterok && isDetail && !isDetailok){ }else if(isMasterok && isDetail && !isDetailok){