Koha/koha-tmpl/intranet-tmpl/prog/en/js
Garry Collum 1eb9154b73 Bug #2974 Adding category code to BorrowerMandatoryField produced a "The following fields are mandatory: categorycode"
If you made a column that is implemented by a select box mandatory in
BorrowerMandatoryField, Members.js would throw an error on the first
element.  The original intent of the function was probably to catch
the first option for a drop-down list such as "Salutation" where the
text is blank.  Added code to check for an empty string in the first
element.

You can test this by making salutation (title) mandatory.

Also fixed some typos in some of the comments.  Why?  Because I'm a Librarian.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
2009-05-01 16:47:09 -05:00
..
pages Moving </head><body> into body of templates so that js and css can be embedded per-page. 2007-08-30 15:50:54 -05:00
tinymce bug 2509: fix file permissions 2008-08-21 18:55:02 -05:00
additem.js Fix for Bug 2700, Keeping Data When Adding Multiple Items 2009-01-05 16:37:07 -06:00
members.js Bug #2974 Adding category code to BorrowerMandatoryField produced a "The following fields are mandatory: categorycode" 2009-05-01 16:47:09 -05:00
staff-global.js Changes to improve keyboard access to global search box tabs. 2009-02-12 16:32:01 -06:00