fixed post-create edit bug for thaw dates
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 1 Apr 2008 16:22:01 +0000 (16:22 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 1 Apr 2008 16:22:01 +0000 (16:22 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2@9179 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/opac/skin/default/js/holds.js

index bcb5893..9b8dddc 100644 (file)
@@ -725,6 +725,9 @@ function holdsBuildHoldFromWindow() {
         } else {
             hold.thaw_date(null);
         }
+    } else {
+        hold.frozen('f');
+        hold.thaw_date(null);
     }
 
        //check for alternate hold formats