IDEMPIERE-3165 Calendar create period use wrong org

This commit is contained in:
Carlos Ruiz 2016-08-24 12:38:57 +02:00
parent c6ac14ef60
commit 9dca8269bb
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ public class MPeriodControl extends X_C_PeriodControl
{
this (period.getCtx(), period.getAD_Client_ID(), period.getC_Period_ID(),
DocBaseType, period.get_TrxName());
setClientOrg(period);
} // MPeriodControl
/**