[Koha-bugs] [Bug 18179] Patron Restrictions not showing in tab on member detail page

2017-04-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18179

Jonathan Druart  changed:

   What|Removed |Added

 CC||jonathan.dru...@bugs.koha-c
   ||ommunity.org

--- Comment #6 from Jonathan Druart  
---
Yes we have a big problem here, it may be needed to fix it globally.
For instance:
in members/memberentry.pl

755 $template->param(
756 housebound_role  =>
Koha::Patron::HouseboundRoles->find($borrowernumber),
757 );

If someone add a param:

755 $template->param(
756 housebound_role  =>
Koha::Patron::HouseboundRoles->find($borrowernumber),
757 foo => 1,
758 );

housebound_role will be set to 'foo' if the patron does not have a housebound
role, and foo will not be defined in the template.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 18179] Patron Restrictions not showing in tab on member detail page

2017-04-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18179

Owen Leonard  changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 18179] Patron Restrictions not showing in tab on member detail page

2017-04-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18179

Owen Leonard  changed:

   What|Removed |Added

  Attachment #62216|0   |1
is obsolete||

--- Comment #5 from Owen Leonard  ---
Created attachment 62218
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=62218=edit
[SIGNED-OFF] Bug 18179: Patron Restrictions not showing on member detail page

When a borrower has a restriction applied, the Restrictions tab on the Details
screen (moremember.pl) doesn't show the restriction is there even though
there's a message at
the top of the screen saying the account is restricted.
The restrictions  appear correctly on the circulation page (circulation.pl).

To test:
- Apply patch
- Verify that restrictions tab on moremember.pl behaves the same as on
  circulation.pl

Signed-off-by: Owen Leonard 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 18179] Patron Restrictions not showing in tab on member detail page

2017-04-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18179

Marc VĂ©ron  changed:

   What|Removed |Added

Summary|Patron Restrictions not |Patron Restrictions not
   |showing on member detail|showing in tab on member
   |page|detail page

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/