From: erickson Date: Tue, 1 Apr 2008 16:22:01 +0000 (+0000) Subject: fixed post-create edit bug for thaw dates X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=718e45451071dad1db86caf140005ccb1836fa6f;p=Evergreen.git fixed post-create edit bug for thaw dates git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2@9179 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/opac/skin/default/js/holds.js b/Open-ILS/web/opac/skin/default/js/holds.js index bcb5893630..9b8dddcce1 100644 --- a/Open-ILS/web/opac/skin/default/js/holds.js +++ b/Open-ILS/web/opac/skin/default/js/holds.js @@ -725,6 +725,9 @@ function holdsBuildHoldFromWindow() { } else { hold.thaw_date(null); } + } else { + hold.frozen('f'); + hold.thaw_date(null); } //check for alternate hold formats