Koha/koha-tmpl/intranet-tmpl/prog/en/modules
Jonathan Druart 9f1cfa0bd3
Bug 30868: (bug 29684 follow-up) Fix borrowernumber var in template
borrower_data does not contain the borrowernumber, it is sent
separately.

Test plan:
1. Edit a patron record (for example: Henry Acevedo).
2. Note that the URL is http://127.0.0.1:8081/cgi-bin/koha/members/memberentry.pl?op=modify&destination=circ&borrowernumber=19
3. Change date of birth to yesterday.
4. Save.
5. Error message displayed above the Save and Cancel buttons:
   The following fields are wrong. Please fix them.
   - Patron's age is incorrect for their category. Ages allowed are 18-999.
6. Note that the URL is now http://127.0.0.1:8081/cgi-bin/koha/members/memberentry.pl
7. Fix date of birth (for example: change year to 2000).
8. Select Save.
=> Without this patch you get: "Patron not found. Return to search."
=> With this patch applied the patron's data is saved

Signed-off-by: David Nind <david@davidnind.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2022-06-06 11:32:00 -03:00
..
acqui Bug 29961: Make horizontal scroll bar always visible on acqui/z3950_search.pl 2022-06-02 14:02:30 -03:00
admin Bug 30786: Fix capitalization in advanced search system preferences 2022-06-01 16:09:07 -03:00
authorities Bug 30740: Link to authorities 'used in' should not use equal 2022-05-16 11:20:09 -10:00
basket
batch
catalogue Bug 30885: Display recall data correctly 2022-06-06 11:28:42 -03:00
cataloguing Bug 30797: Add the calendar.inc include to addbiblio.tt 2022-05-18 17:22:09 -10:00
circ Bug 30772: Terminology: Replace instances of "reserve" with "hold" 2022-06-01 16:00:00 -03:00
clubs
course_reserves Bug 30774: Typo: i %sEdit %sReserve %s 2022-06-01 16:01:01 -03:00
errors
ill Bug 29648: (follow-up) Add missing raw filter 2022-04-27 11:20:45 -10:00
installer
labels Bug 30629: fix <span> in title of some pages 2022-06-01 16:28:28 -03:00
mana
members Bug 30868: (bug 29684 follow-up) Fix borrowernumber var in template 2022-06-06 11:32:00 -03:00
offline_circ
onboarding
patron_lists Bug 29648: patron list table - normal 2022-04-27 11:20:44 -10:00
patroncards Bug 30629: fix <span> in title of some pages 2022-06-01 16:28:28 -03:00
plugins
pos Bug 30139: Fix javascript moneyFormat to be compatible with FR format 2022-05-13 15:41:55 -10:00
recalls Bug 30722: Typo in overdue recalls template 2022-05-09 10:02:35 -10:00
reports Bug 30632: Fix report author display in list of saved reports 2022-05-03 11:19:50 -10:00
reserve Bug 30892: (bug 30742 follow-up) Send single bib as a holdable bib 2022-06-06 11:29:31 -03:00
reviews
rotating_collections
serials Bug 23352: (follow-up) Fixes for QA review 2022-05-10 15:17:17 -10:00
services
suggestion Bug 30510: Add Patron reason column to suggestion tables 2022-05-10 15:17:18 -10:00
tags
test
tools Bug 30884: Fix jQuery selector to correctly detect active tab 2022-06-06 11:31:06 -03:00
virtualshelves
about.tt Bug 28998: (follow-up) Add warning on about for missing key 2022-05-04 05:18:31 -10:00
auth.tt Bug 29925: Add a password reset page for expired passwords 2022-05-06 10:33:09 -10:00
intranet-main.tt