IDEMPIERE-3165 Calendar create period use wrong org
This commit is contained in:
parent
c6ac14ef60
commit
9dca8269bb
|
@ -71,6 +71,7 @@ public class MPeriodControl extends X_C_PeriodControl
|
||||||
{
|
{
|
||||||
this (period.getCtx(), period.getAD_Client_ID(), period.getC_Period_ID(),
|
this (period.getCtx(), period.getAD_Client_ID(), period.getC_Period_ID(),
|
||||||
DocBaseType, period.get_TrxName());
|
DocBaseType, period.get_TrxName());
|
||||||
|
setClientOrg(period);
|
||||||
} // MPeriodControl
|
} // MPeriodControl
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue