Fix [ 1866181 ] Wrong message on allocation form
This commit is contained in:
parent
d7fb219489
commit
48274366d1
|
@ -826,8 +826,8 @@ public class VAllocation extends CPanel
|
|||
}
|
||||
|
||||
// Warning if write Off > 30%
|
||||
if (writeOff.doubleValue()/open.doubleValue() > .30)
|
||||
ADialog.warn(m_WindowNo, this, "AllocationWriteOffWarn");
|
||||
if (autoWriteOff.isSelected() && writeOff.doubleValue()/open.doubleValue() > .30)
|
||||
ADialog.warn(m_WindowNo, this, "AllocationWriteOffWarn");
|
||||
|
||||
|
||||
invoice.setValueAt(discount, row, i_discount);
|
||||
|
|
Loading…
Reference in New Issue