Koha/koha-tmpl/intranet-tmpl/prog/en/modules
Andreas Roussos 0f4644a5bf Bug 17312 - Typo in members-toolbar.inc / moremember-brief.tt / moremember.tt
The following three templates are using [% guarantorborrowernumber %]
while they should be using [% guarantor.borrowernumber %]:

members/members-toolbar.inc
members/moremember-brief.tt
members/moremember.tt

This doesn't result in any breakage; just a couple of 'Edit' links that
do not pass the guarantorid in the URL, and one case where guarantor
information is not shown in the staff client.

This patch fixes that.

Test plan:
0) [PREREQUISITE] Create a patron with a guarantor if you don't have one.
1) Go to Home > Patrons and search for a patron that has a guarantor. In
   the Details page for that patron, the 'Edit' link in the toolbar does
   not pass the guarantor's id in the URL (...&guarantorid=&...).
2) In the same page, the 'Edit' link under the patrons name (immediately
   under 'Guarantor') again does not include the guarantor id in the URL.
3) Go to Home > Patrons and click on 'New patron'. Pick any category from
   the drop down menu. Enter the Surname, First name, and Date of birth
   of the patron you used in step 1). This triggers the 'Duplicate patron
   record?' warning -- click on 'View existing record' and notice how the
   guarantor information is missing.
4) Apply the patch.
5) Repeat steps 1), 2), and 3) above. The URLs are fixed and patron info
   is showing.

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>

Signed-off-by: Katrin Fischer  <katrin.fischer@bsz-bw.de>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
2016-09-25 13:51:56 +00:00
..
acqui Bug 16752 [Revised] Remove the use of event attributes from some acquisitions templates - Uncertain prices 2016-09-15 13:56:43 +00:00
admin Bug 16752 - Remove the use of event attributes from some acquisitions templates - Funds 2016-09-15 13:56:42 +00:00
authorities Bug 16600 - Remove some obsolete references to Greybox in some templates 2016-07-08 13:03:26 +00:00
basket Bug 17109: [QA Follow-up] Die when wrong token 2016-09-09 13:37:47 +00:00
batch
catalogue Bug 16800: Fix XSS in additem.pl 2016-09-25 13:10:59 +00:00
cataloguing Bug 16800: Fix XSS in additem.pl 2016-09-25 13:10:59 +00:00
circ Bug 17289: Holds awaiting pickup shows date unformatted 2016-09-25 13:51:02 +00:00
common Bug 16752 - Remove the use of event attributes from some acquisitions templates - Funds 2016-09-15 13:56:42 +00:00
course_reserves Bug 17112: Action buttons for course reserves detail page 2016-09-09 13:17:50 +00:00
errors
help Bug 16978: Add delete reports user permission 2016-09-09 13:23:52 +00:00
installer
labels Bug 16576 [Revised] Remove the use of "onclick" from label templates 2016-09-09 12:11:21 +00:00
members Bug 17312 - Typo in members-toolbar.inc / moremember-brief.tt / moremember.tt 2016-09-25 13:51:56 +00:00
offline_circ Bug 16538: Improve the style of progress bars 2016-07-15 18:06:08 +00:00
patron_lists Bug 16778: Replace usage of Greybox modals with Bootstrap modals 2016-07-08 14:42:12 +00:00
patroncards Bug 14138: Patroncard: Warn user if PDF creation fails 2016-07-15 15:00:56 +00:00
plugins
reports Bug 15407: Remove 'No method selected!' warnings 2016-09-13 08:55:44 +00:00
reserve Bug 15758: Koha::Libraries - Remove GetBranches 2016-09-08 14:36:03 +00:00
reviews
rotating_collections Bug 15758: Koha::Libraries - Remove GetBranches 2016-09-08 14:36:03 +00:00
serials Bug 17245: Untranslatable abbreviated names of seasons. 2016-09-25 13:50:28 +00:00
services
sms
suggestion Bug 15758: Koha::Libraries - Remove GetBranches 2016-09-08 14:36:03 +00:00
tags Bug 16456: Reintroduce wording "Delete tag" 2016-06-17 15:40:25 +00:00
test
tools Bug 17146: Fix CSRF in picture-upload.pl 2016-09-15 13:33:58 +00:00
virtualshelves Bug 17316: Do not display the list's name if the user does not have permission - Staff 2016-09-25 13:13:58 +00:00
about.tt Bug 17296: Display warning if AnonymousPatron is not correctly set 2016-09-25 13:45:34 +00:00
auth.tt Bug 15758: Koha::Libraries - Remove GetBranches 2016-09-08 14:36:03 +00:00
intranet-main.tt