BF [ 1681491 ] MInOut.getC_Currency_ID() typo error
This commit is contained in:
parent
13d58e03cf
commit
47d238ca68
|
@ -1915,7 +1915,7 @@ public class MInOut extends X_M_InOut implements DocAction
|
||||||
*/
|
*/
|
||||||
public int getC_Currency_ID ()
|
public int getC_Currency_ID ()
|
||||||
{
|
{
|
||||||
return Env.getContextAsInt(getCtx(),"$C_Currency_ID ");
|
return Env.getContextAsInt(getCtx(),"$C_Currency_ID");
|
||||||
} // getC_Currency_ID
|
} // getC_Currency_ID
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue