BF [ 1701324 ] MMovementLine: beforeSave Qty precision error
http://sourceforge.net/tracker/index.php?func=detail&aid=1701324&group_id=176962&atid=879332
This commit is contained in:
parent
c540f9a625
commit
2b7de0899a
|
@ -173,7 +173,7 @@ public class MMovementLine extends X_M_MovementLine
|
|||
}
|
||||
|
||||
// Qty Precision
|
||||
if (newRecord || is_ValueChanged("QtyEntered"))
|
||||
if (newRecord || is_ValueChanged(COLUMNNAME_MovementQty))
|
||||
setMovementQty(getMovementQty());
|
||||
|
||||
// Mandatory Instance
|
||||
|
|
Loading…
Reference in New Issue