fixed bug [ 1689521 ] Issue when you need buy with um minor that stoked

http://sourceforge.net/tracker/index.php?func=detail&aid=1689521&group_id=176962&atid=879332
This commit is contained in:
vpj-cd 2007-03-28 01:36:25 +00:00
parent a36054b406
commit 0187d827ab
1 changed files with 2 additions and 2 deletions

View File

@ -709,11 +709,11 @@ public class MUOMConversion extends X_C_UOM_Conversion
}
// The Product UoM needs to be the smallest UoM - Multiplier must be > 0
if (getM_Product_ID() != 0 && getDivideRate().compareTo(Env.ONE) < 0)
/*if (getM_Product_ID() != 0 && getDivideRate().compareTo(Env.ONE) < 0)
{
log.saveError("ProductUOMConversionRateError", "");
return false;
}
}*/
return true;
} // beforeSave