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:
parent
86f6c47b4c
commit
f9472522b8
|
@ -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