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:
parent
a36054b406
commit
0187d827ab
|
@ -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
|
// 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", "");
|
log.saveError("ProductUOMConversionRateError", "");
|
||||||
return false;
|
return false;
|
||||||
}
|
}*/
|
||||||
return true;
|
return true;
|
||||||
} // beforeSave
|
} // beforeSave
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue