Revert revision 1919

Documentation about the revert here:
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=1689521&group_id=176962
This commit is contained in:
Carlos Ruiz 2007-04-02 05:05:31 +00:00
parent 86f6c47b4c
commit f9472522b8
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