Bugzilla – Attachment 56586 Details for
Bug 5670
Housebound Readers Module
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 5670: [QA Followup] Housebound link from patron edit.
Bug-5670-QA-Followup-Housebound-link-from-patron-e.patch (text/plain), 1.33 KB, created by
Jonathan Druart
on 2016-10-17 16:40:49 UTC
(
hide
)
Description:
Bug 5670: [QA Followup] Housebound link from patron edit.
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-10-17 16:40:49 UTC
Size:
1.33 KB
patch
obsolete
>From 71da920aafa040e13165af00f2cdd3b2d6113f57 Mon Sep 17 00:00:00 2001 >From: Alex Sassmannshausen <alex.sassmannshausen@ptfs-europe.com> >Date: Mon, 19 Sep 2016 14:18:27 +0200 >Subject: [PATCH] Bug 5670: [QA Followup] Housebound link from patron edit. > >* koha-tmpl/intranet-tmpl/prog/en/includes/members-menu.inc: Add a link > to the housebound module view if it is switched on. > >Signed-off-by: Claire Gravely <claire_gravely@hotmail.com> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/members-menu.inc | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/members-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/members-menu.inc >index 486c3ee..2b603d0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/members-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/members-menu.inc >@@ -20,6 +20,9 @@ > [% IF CAN_user_borrowers && useDischarge %] > [% IF dischargeview %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/discharge.pl?borrowernumber=[% borrowernumber %]">Discharge</a></li> > [% END %] >+ [% IF Koha.Preference('HouseboundModule') %] >+ [% IF houseboundview %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/housebound.pl?borrowernumber=[% borrowernumber %]">Housebound</a></li> >+ [% END %] > </ul> > </div> > [% END %] >-- >2.8.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 5670
:
3038
|
22162
|
22163
|
22164
|
22165
|
26816
|
27288
|
50930
|
51377
|
51875
|
54384
|
54385
|
55326
|
55334
|
55335
|
55336
|
55734
|
55735
|
55736
|
55737
|
55738
|
55739
|
55865
|
55866
|
55867
|
55890
|
55891
|
56298
|
56299
|
56300
|
56301
|
56302
|
56308
|
56337
|
56341
|
56346
|
56347
|
56348
|
56349
|
56350
|
56351
|
56352
|
56353
|
56354
|
56355
|
56356
|
56357
|
56358
|
56359
|
56360
|
56361
|
56362
|
56363
|
56364
|
56365
|
56366
|
56367
|
56368
|
56369
|
56580
|
56581
|
56582
|
56583
|
56584
|
56585
| 56586 |
56587
|
56588
|
56589
|
56590
|
56591
|
56592
|
56593
|
56594
|
56595
|
56596
|
56597
|
56598
|
56599
|
56600
|
56601
|
56602
|
56603
|
56604
|
56605
|
56606