[open-ils-commits] r9179 -
branches/rel_1_2/Open-ILS/web/opac/skin/default/js
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Apr 1 12:58:11 EDT 2008
Author: erickson
Date: 2008-04-01 12:22:01 -0400 (Tue, 01 Apr 2008)
New Revision: 9179
Modified:
branches/rel_1_2/Open-ILS/web/opac/skin/default/js/holds.js
Log:
fixed post-create edit bug for thaw dates
Modified: branches/rel_1_2/Open-ILS/web/opac/skin/default/js/holds.js
===================================================================
--- branches/rel_1_2/Open-ILS/web/opac/skin/default/js/holds.js 2008-04-01 15:42:56 UTC (rev 9178)
+++ branches/rel_1_2/Open-ILS/web/opac/skin/default/js/holds.js 2008-04-01 16:22:01 UTC (rev 9179)
@@ -725,6 +725,9 @@
} else {
hold.thaw_date(null);
}
+ } else {
+ hold.frozen('f');
+ hold.thaw_date(null);
}
//check for alternate hold formats
More information about the open-ils-commits
mailing list