[Koha-bugs] [Bug 18621] After duplicate message system picks category expiry date rather than manual defined

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

Lee Jamison  changed:

   What|Removed |Added

 CC||ldjami...@marywood.edu

--- Comment #1 from Lee Jamison  ---
Tested following described steps and appears to still exist on current master.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
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 18812] SIP Patron status does not respect OverduesBlockCirc

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

Chris Kirby  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 18812] SIP Patron status does not respect OverduesBlockCirc

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

Chris Kirby  changed:

   What|Removed |Added

  Attachment #64336|0   |1
is obsolete||

--- Comment #2 from Chris Kirby  ---
Created attachment 64420
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=64420=edit
Bug 18812 - SIP Patron status does not respect OverduesBlockCirc

To test:
1 - Set 'OverduesBlockCirc' to block
2 - Find or create a patron with overdues
3 - Perform a SIP patron lookup on that patron
misc/sip_cli_emulator.pl -a 127.0.0.1 -p 6001 -su term1 -sp term1 -l CPL
--patron {userid or cardnumber} --password {pass} -m patron_information
4 - Note the first character of response is a ' '
5 - Apply patch
6 - Restart memcached, apache, and plack
7 - Perform SIP patron lookup
8 - Note the first character of response is 'Y'
9 - prove t/db_dependent/SIP/Patron.t
10 - Test should return green

Signed-off-by: Chris Kirby 
Works as advertised

-- 
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 18812] New: SIP Patron status does not respect OverduesBlockCirc

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

Bug ID: 18812
   Summary: SIP Patron status does not respect OverduesBlockCirc
 Change sponsored?: ---
   Product: Koha
   Version: master
  Hardware: All
OS: All
Status: Needs Signoff
  Severity: normal
  Priority: P5 - low
 Component: SIP2
  Assignee: n...@bywatersolutions.com
  Reporter: n...@bywatersolutions.com
QA Contact: testo...@bugs.koha-community.org
CC: chris.ki...@ilsleypubliclibrary.org,
colin.campb...@ptfs-europe.com, gmcha...@gmail.com,
kyle.m.h...@gmail.com
  Patch complexity: Trivial patch
  Assignee: n...@bywatersolutions.com
Status: Needs Signoff
CC: colin.campb...@ptfs-europe.com
 Component: SIP2
CC: chris.ki...@ilsleypubliclibrary.org

When performing a patron_information request against the SIP server a patron
with overdues returns false for 'charge privileges denied' - they should return
a 'Y'

--- Comment #1 from Nick Clemens  ---
Created attachment 64336
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=64336=edit
Bug 18812 - SIP Patron status does not respect OverduesBlockCirc

To test:
1 - Set 'OverduesBlockCirc' to block
2 - Find or create a patron with overdues
3 - Perform a SIP patron lookup on that patron
misc/sip_cli_emulator.pl -a 127.0.0.1 -p 6001 -su term1 -sp term1 -l CPL
--patron {userid or cardnumber} --password {pass} -m patron_information
4 - Note the first character of response is a ' '
5 - Apply patch
6 - Perform SIP patron lookup
7 - Note the first character of response is 'Y'
8 - prove t/db_dependent/SIP/Patron.t
9 - Test should return green

-- 
You are receiving this mail because:
You are the assignee for the bug.
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/