]> git.evergreen-ils.org Git - working/Evergreen.git/commit
do not promote a number widget's value to '0' when the value is null/isNaN. that...
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 28 Jan 2010 15:13:28 +0000 (15:13 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 28 Jan 2010 15:13:28 +0000 (15:13 +0000)
commit7620f7fccd87a86f351dd754d85596ed5051131b
tree4814e2401906a8a7965aa1a296af8f6c7dda1858
parentea9664801881d0977487e36374b4ead1e17d90db
do not promote a number widget's value to '0' when the value is null/isNaN.  that's equivalent to assuming the value is 37.  if the value needs to be zero, make it so, otherwise assume non-numeric values should translate to null.  will backport after checking for code that functions based on this assumption

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15395 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/web/js/dojo/openils/widget/AutoFieldWidget.js