* Fix bug [ 1696343 ] PO not saved if just custom column changed

This commit is contained in:
Carlos Ruiz 2007-04-08 08:13:54 +00:00
parent cbe2450316
commit 8339ad907b
1 changed files with 2 additions and 0 deletions

View File

@ -1904,6 +1904,8 @@ public abstract class PO
if (m_newValues[i] != null)
return true; // something changed
}
if (m_custom.size() > 0)
return true; // there are custom columns modified
return false;
} // is_Change