]> 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:37:49 +0000 (16:37 -0500)
commit65e7211b4298f65d0b628d834996a4669098ecdc
treed50cfa2ed8bc39ca3868432438aa3fbc981512c4
parentda9df53b242b2ed20662aa668f74290b3a0d86eb
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