[open-ils-commits] r9571 - in branches/acq-experiment: . Open-ILS/web/js/dojo/fieldmapper

svn at svn.open-ils.org svn at svn.open-ils.org
Mon May 12 22:46:12 EDT 2008


Author: erickson
Date: 2008-05-12 22:46:10 -0400 (Mon, 12 May 2008)
New Revision: 9571

Modified:
   branches/acq-experiment/
   branches/acq-experiment/Open-ILS/web/js/dojo/fieldmapper/hash.js
Log:
Merged revisions 9570 via svnmerge from 
svn://svn.open-ils.org/ILS/trunk

........
  r9570 | erickson | 2008-05-12 22:45:55 -0400 (Mon, 12 May 2008) | 1 line
  
  added missing }
........



Property changes on: branches/acq-experiment
___________________________________________________________________
Name: svnmerge-integrated
   - /trunk:1-9568
   + /trunk:1-9570

Modified: branches/acq-experiment/Open-ILS/web/js/dojo/fieldmapper/hash.js
===================================================================
--- branches/acq-experiment/Open-ILS/web/js/dojo/fieldmapper/hash.js	2008-05-13 02:45:55 UTC (rev 9570)
+++ branches/acq-experiment/Open-ILS/web/js/dojo/fieldmapper/hash.js	2008-05-13 02:46:10 UTC (rev 9571)
@@ -37,6 +37,7 @@
                     _hash[this._fields[i]] = null;
                 else
 				    _hash[this._fields[i]] = '' + this[this._fields[i]]();
+            }
 		}
 		return _hash;
 	}



More information about the open-ils-commits mailing list