Koha/serials
Jonathan Druart c52e15689f
Bug 23888: Do not allow invalid vendor id on creating a subscription
It will avoid crash and invalid data when creating/updating a
subscription.

This could have been done with a AJAX query but seems more convenient
this way.

Test plan:
- Create or update a subscription
- In the "Vendor" input try an empty string, a valid vendor's id, and
invalid one.
=> With an empty string you get the existing alert message
=> With a valid id you do not get any messages
=> With an invalid id you are not allowed to go to page 2

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2020-03-27 12:14:09 +00:00
..
acqui-search-result.pl
acqui-search.pl
add_user_search.pl
checkexpiration.pl
claims.pl
create-numberpattern.pl
lateissues-export.pl
reorder_members.pl
routing-preview.pl Bug 14711: Change prototype for AddReserve - pass a hashref 2020-02-11 14:32:47 +00:00
routing.pl
serials-collection.pl Bug 17674: Handling of special cases 2020-03-19 09:31:02 +00:00
serials-edit.pl Bug 23463: Replace ModItem with Koha::Item->store 2020-03-23 09:26:30 +00:00
serials-home.pl
serials-search.pl
showpredictionpattern.pl
subscription-add.pl Bug 23888: Do not allow invalid vendor id on creating a subscription 2020-03-27 12:14:09 +00:00
subscription-batchedit.pl
subscription-bib-search.pl Bug 24735: Remove QueryParser-related code 2020-03-02 11:13:03 +00:00
subscription-detail.pl
subscription-frequencies.pl
subscription-frequency.pl
subscription-history.pl
subscription-numberpattern.pl
subscription-numberpatterns.pl
subscription-renew.pl Bug 7047: Change ReNewSubscription prototype - use hashref 2019-12-23 12:06:45 +00:00
viewalerts.pl