]> git.evergreen-ils.org Git - Evergreen.git/commit
Serials: allow freer input in holding code mini-wizard
authorLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Thu, 10 Nov 2011 22:22:22 +0000 (17:22 -0500)
committerDan Wells <dbw2@calvin.edu>
Fri, 11 Nov 2011 21:43:24 +0000 (16:43 -0500)
commit8f6b118477f5ea745b374aa6904718c9001bd509
treef36d0a775132e414583428a4992de8017b2c18ac
parentcc90dc82cec13df46ba828b1e2727add17d28505
Serials: allow freer input in holding code mini-wizard

In the Subscription Details interface of the Alternate Serials Control
View, under the Issuance tab, if you create a new issuance you can
now enter things like "01/02" in (say) the month field to denote a combined
January/February issue.  All those fields are now free-form, whereas some of
them used to be numeric only.

Also, avoid an occasional issue where an error message about
dijit.form.DateTextBox not being a constructor would appear in the
JavaScript console.  The problem was in a race condition among some
co-dependent JavaScript files that were all being loaded at the same
time.

Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/web/js/dojo/openils/widget/HoldingCode.js
Open-ILS/web/js/ui/default/serial/subscription/issuance.js