IDEMPIERE-6031 Redundant code in MSetup.createClient method (#2232)

This commit is contained in:
hengsin 2024-02-08 02:42:36 +08:00 committed by Carlos Ruiz
parent 61e3e48c9a
commit 284b6f97f6
1 changed files with 0 additions and 4 deletions

View File

@ -339,10 +339,6 @@ public final class MSetup
MUser clientUser = new MUser(m_ctx, 0, m_trx.getTrxName());
name = userClient;
if (name == null || name.length() == 0)
name = m_clientName + "Client";
name = userOrg;
if (name == null || name.length() == 0)
name = m_clientName + "Org";