BF [ 1681491 ] MInOut.getC_Currency_ID() typo error

This commit is contained in:
teo_sarca 2007-03-15 14:09:18 +00:00
parent 13d58e03cf
commit 47d238ca68
1 changed files with 1 additions and 1 deletions

View File

@ -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
/** /**