* Fix bug [ 1696343 ] PO not saved if just custom column changed
This commit is contained in:
parent
cbe2450316
commit
8339ad907b
|
@ -1904,6 +1904,8 @@ public abstract class PO
|
||||||
if (m_newValues[i] != null)
|
if (m_newValues[i] != null)
|
||||||
return true; // something changed
|
return true; // something changed
|
||||||
}
|
}
|
||||||
|
if (m_custom.size() > 0)
|
||||||
|
return true; // there are custom columns modified
|
||||||
return false;
|
return false;
|
||||||
} // is_Change
|
} // is_Change
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue