IDEMPIERE-2549 Password rule break Initial Client Setup / fix broken swing

This commit is contained in:
Carlos Ruiz 2015-04-15 14:04:41 -05:00
parent 7d01f70a64
commit fe98584345
1 changed files with 1 additions and 1 deletions

View File

@ -474,7 +474,7 @@ public class VSetup extends CPanel
m_frame.setBusyTimer(45);
// Step 1
boolean ok = ms.createClient(fClientName.getText(), fOrgValue.getText(), fOrgName.getText(),
fUserClient.getText(), fUserOrg.getText(), null, null, null, null, null, null, null); // this form is not used
fUserClient.getText(), fUserOrg.getText(), null, null, null, null, null, null, null, true); // this form is not used
String info = ms.getInfo();
if (ok)