Koha/koha-tmpl/intranet-tmpl/prog/js
Nick Clemens 60b0d9439b Bug 20781: Set a minimum enrollemnt period 'in months' of 1
To test:
 1 - Browse to Admin->Patron Categories
 2 - Click '+ New category'
 3 - Enter data as required, however, enter 0 in 'Enrolment period' ->
'in months'
 4 - Save
 5 - View the list of categories, the new category has 'Enrolment period'
= 'until'
 6 - Create a patron in this category, note their dateexipry is
'0000-00-00'
 7 - Search for them
 8 - internal server error
 9 - Delete that patron
10 - Apply patch
11 - Edit the category, note you cannot save with 0 months
12 - Set 1 month and save
13 - Create a patron in this cateogry
14 - Note they have a valid dateexpiry
15 - Search for them
16 - All works
17 - Create a new category and verify you cannot add with 0 months

Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
2018-05-29 13:56:00 +00:00
..
pages Bug 20115: Trigger "modified" when sort is changed 2018-04-04 15:45:44 -03:00
acq.js
acquisitions-menu.js
additem.js
admin-menu.js
ajax.js
audio_alerts.js
auth-finder-search.js Bug 19786: (follow-up) Correct js include path, popup window size 2018-03-26 17:31:20 -03:00
automatic_item_modification_by_age.js
background-job-progressbar.js
basket.js Bug 19290: Browse selected bibliographic records - Staff interface 2018-02-19 16:13:30 -03:00
basketgroup.js
biblio_framework.js
cart.js Bug 19290: Browse selected bibliographic records - Staff interface 2018-02-19 16:13:30 -03:00
catalog.js
cataloging.js
categories.js Bug 20781: Set a minimum enrollemnt period 'in months' of 1 2018-05-29 13:56:00 +00:00
checkouts.js Bug 20343: Put translatable strings in strings.tt 2018-04-19 12:32:20 -03:00
circ-patron-search-results.js
commons.js Bug 19290: Browse selected bibliographic records - Staff interface 2018-02-19 16:13:30 -03:00
datatables.js Bug 18791: (follow up) Fix translation of copy messages 2018-04-13 13:55:22 -03:00
file-upload.js
holds.js
item_search_fields.js
letter.js Bug 18007: Interface updates to notices and notice previews 2018-04-16 14:07:27 -03:00
localcovers.js
marc_modification_templates.js
marc_subfields_structure.js
members-menu.js
members.js Bug 19907: Fix email validation in patron edit form 2018-04-02 18:07:45 -03:00
merge-record.js
messaging-preference-form.js
offlinecirc.js
onboarding.js
prevent_submit.js
rotating-collections.js
serials-toolbar.js
showpredictionpattern.js
sms_providers.js
staff-global.js
subscription-add.js
table_filters.js
tools-menu.js
xmlControlfield.js
z3950_search.js