IDWS-8 Cannot update user info in WebStore (#267)

IDEMPIERE-4287
This commit is contained in:
Carlos Ruiz 2020-09-21 12:01:21 +02:00 committed by GitHub
parent d875208a00
commit 1aa7565ad7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ public class WebUser
}
if (m_bpl != null)
{
m_loc = MLocation.get (m_ctx, m_bpl.getC_Location_ID(), null);
m_loc = MLocation.getCopy (m_ctx, m_bpl.getC_Location_ID(), null);
if (log.isLoggable(Level.FINE)) log.fine("Found LOC=" + m_loc);
}
else