Ticket #1001569: Move receipts into batch from QS to Idempiere - minor fix
This commit is contained in:
parent
e754412dc8
commit
9f5de63894
|
@ -199,7 +199,7 @@ public class WCreateFromForm extends ADForm implements EventListener<Event>, WTa
|
|||
}
|
||||
setStatusLine(count, null);
|
||||
|
||||
// createFrom.info(dataTable, statusBar);
|
||||
form.info(dataTable, statusBar);
|
||||
}
|
||||
|
||||
public void setStatusLine(int selectedRowCount, String text)
|
||||
|
|
|
@ -48,7 +48,7 @@ public abstract class StatementCreateFromBatch extends CreateFromForm
|
|||
public boolean dynInit() throws Exception
|
||||
{
|
||||
log.config("");
|
||||
setTitle(Msg.getElement(Env.getCtx(), "C_BankStatement_ID") + " .. " + Msg.translate(Env.getCtx(), "CreateFromBatch"));
|
||||
setTitle(Msg.getElement(Env.getCtx(), "C_BankStatement_ID") + " .. " + Msg.getElement(Env.getCtx(), "X_CreateFromBatch"));
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue