[Koha-bugs] [Bug 20287] Move AddMember and ModMember to Koha::Patron

2018-07-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20287 --- Comment #22 from Jonathan Druart --- Created attachment 76909 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=76909&action=edit Bug 20287: Use DBIC transaction instead of AutoCommit=0 Remove error "Already in

[Koha-bugs] [Bug 20287] Move AddMember and ModMember to Koha::Patron

2018-07-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20287 --- Comment #21 from Jonathan Druart --- Created attachment 76908 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=76908&action=edit Bug 20287: New warning in t/db_dependent/Koha/Object.t (?) Signed-off-by: Josef M

[Koha-bugs] [Bug 20287] Move AddMember and ModMember to Koha::Patron

2018-07-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20287 --- Comment #24 from Jonathan Druart --- Created attachment 76911 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=76911&action=edit Bug 20287: Add plain_text_password (& Remove AddMember_Opac) But actually we coul

[Koha-bugs] [Bug 20287] Move AddMember and ModMember to Koha::Patron

2018-07-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20287 --- Comment #26 from Jonathan Druart --- Created attachment 76913 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=76913&action=edit Bug 20287: ->store new deal with enrolment fee Signed-off-by: Josef Moravec Sig

[Koha-bugs] [Bug 20287] Move AddMember and ModMember to Koha::Patron

2018-07-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20287 --- Comment #25 from Jonathan Druart --- Created attachment 76912 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=76912&action=edit Bug 20287: Move ModMember to Koha::Patron Signed-off-by: Josef Moravec Signed-o

[Koha-bugs] [Bug 20287] Move AddMember and ModMember to Koha::Patron

2018-07-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20287 --- Comment #29 from Jonathan Druart --- Created attachment 76916 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=76916&action=edit Bug 20287: Replace ModMember in patrons import Signed-off-by: Josef Moravec Sig

[Koha-bugs] [Bug 20287] Move AddMember and ModMember to Koha::Patron

2018-07-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20287 --- Comment #27 from Jonathan Druart --- Created attachment 76914 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=76914&action=edit Bug 20287: Fix test t/db_dependent/Members.t and prevent regressions Signed-off-b

[Koha-bugs] [Bug 20287] Move AddMember and ModMember to Koha::Patron

2018-07-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20287 --- Comment #30 from Jonathan Druart --- Created attachment 76917 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=76917&action=edit Bug 20287: Fix update of patrons, clean the data before ->store Signed-off-by: Jo

[Koha-bugs] [Bug 20287] Move AddMember and ModMember to Koha::Patron

2018-07-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20287 --- Comment #28 from Jonathan Druart --- Created attachment 76915 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=76915&action=edit Bug 20287: There is a warning, we just want to unset the value here Signed-off-by

[Koha-bugs] [Bug 20287] Move AddMember and ModMember to Koha::Patron

2018-07-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20287 --- Comment #37 from Jonathan Druart --- Created attachment 76924 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=76924&action=edit Bug 20287: (QA follow-up) Fix warning on undefined Signed-off-by: Tomas Cohen Ara

[Koha-bugs] [Bug 20287] Move AddMember and ModMember to Koha::Patron

2018-07-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20287 --- Comment #33 from Jonathan Druart --- Created attachment 76920 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=76920&action=edit Bug 20287: Replace occurrences of ModMember in REST API Signed-off-by: Josef Mora

[Koha-bugs] [Bug 20287] Move AddMember and ModMember to Koha::Patron

2018-07-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20287 --- Comment #32 from Jonathan Druart --- Created attachment 76919 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=76919&action=edit Bug 20287: Replace occurrences of AddMember in REST API Signed-off-by: Josef Mora

[Koha-bugs] [Bug 20287] Move AddMember and ModMember to Koha::Patron

2018-07-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20287 --- Comment #34 from Jonathan Druart --- Created attachment 76921 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=76921&action=edit Bug 20287: Fix tests expecting a warning The new Koha::Patron-based implementatio

[Koha-bugs] [Bug 20287] Move AddMember and ModMember to Koha::Patron

2018-07-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20287 --- Comment #35 from Jonathan Druart --- Created attachment 76922 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=76922&action=edit Bug 20287: Use more simple object for Object.t We initially use Koha::Patron to t

[Koha-bugs] [Bug 20287] Move AddMember and ModMember to Koha::Patron

2018-07-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20287 --- Comment #36 from Jonathan Druart --- Created attachment 76923 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=76923&action=edit Bug 20287: Test exception DuplicateID for Koha::Patron->store Signed-off-by: Toma

[Koha-bugs] [Bug 20287] Move AddMember and ModMember to Koha::Patron

2018-07-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20287 --- Comment #31 from Jonathan Druart --- Created attachment 76918 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=76918&action=edit Bug 20287: generate_userid now set the userid Signed-off-by: Josef Moravec Sign

[Koha-bugs] [Bug 19524] Share patron lists between staff

2018-07-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19524 Jonathan Druart changed: What|Removed |Added CC||jonathan.dru...@bugs.koha-

[Koha-bugs] [Bug 21048] suggest_status not behaving properly

2018-07-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21048 --- Comment #10 from Lisette Scheer --- Created attachment 76925 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=76925&action=edit Multiple Status Unknown tabs This was on BibLibre sandbox 06 both on master and wit

[Koha-bugs] [Bug 14493] export_borrowers.pl - Export patron attributes

2018-07-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14493 --- Comment #9 from Jason Etheridge --- Created attachment 76926 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=76926&action=edit Bug 14493: export_borrowers.pl - Export patron attributes Tweaked Vitor's original

[Koha-bugs] [Bug 14493] export_borrowers.pl - Export patron attributes

2018-07-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14493 Jason Etheridge changed: What|Removed |Added CC||ja...@esilibrary.com

[Koha-bugs] [Bug 20287] Move AddMember and ModMember to Koha::Patron

2018-07-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20287 --- Comment #38 from Jonathan Druart --- Created attachment 76927 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=76927&action=edit Bug 20287: (follow-up) Test exception DuplicateID for Koha::Patron->store -- You

[Koha-bugs] [Bug 14493] export_borrowers.pl - Export patron attributes

2018-07-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14493 Jason Etheridge changed: What|Removed |Added Status|ASSIGNED|Needs Signoff -- You are

[Koha-bugs] [Bug 21070] request.pl details links to biblio instead of moredetail.pl for that item

2018-07-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21070 Lisette Scheer changed: What|Removed |Added CC||lisettesla...@gmail.com --

[Koha-bugs] [Bug 21070] New: request.pl details links to biblio instead of moredetail.pl for that item

2018-07-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21070 Bug ID: 21070 Summary: request.pl details links to biblio instead of moredetail.pl for that item Change sponsored?: --- Product: Koha Version: 17.11 Hardware:

[Koha-bugs] [Bug 13498] 'email' templates used for printing slips

2018-07-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13498 Cab Vinton changed: What|Removed |Added CC||bibli...@gmail.com -- You are

[Koha-bugs] [Bug 11405] Inventory tool enhancements

2018-07-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11405 Cab Vinton changed: What|Removed |Added CC||bibli...@gmail.com -- You are

[Koha-bugs] [Bug 14257] Add show_extended_attributes to ILS-DI call GetPatronInfo

2018-07-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14257 Jonathan Druart changed: What|Removed |Added CC||jonathan.dru...@bugs.koha-

[Koha-bugs] [Bug 20549] Avoid indexer race condition when moving item

2018-07-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20549 Alex Buckley changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Koha-bugs] [Bug 20443] Move C4::Members::Attributes to Koha namespace

2018-07-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20443 Jonathan Druart changed: What|Removed |Added Assignee|koha-b...@lists.koha-commun |jonathan.dru...@bugs.koha-

[Koha-bugs] [Bug 18947] Unexpected Active Directory LDAP authentication failure mode

2018-07-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18947 --- Comment #6 from Liz Rea --- I just had to add the extra configs because of this last night lol. -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs

[Koha-bugs] [Bug 20811] Fix wrong usage of ModBiblio in bulkmarcimport.pl

2018-07-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20811 Marcel de Rooy changed: What|Removed |Added Status|Signed Off |Failed QA Patch complexi

[Koha-bugs] [Bug 18947] Unexpected Active Directory LDAP authentication failure mode

2018-07-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18947 Katrin Fischer changed: What|Removed |Added CC||katrin.fisc...@bsz-bw.de -

[Koha-bugs] [Bug 20090] Missing Script Statement for Novelist Select on Some Record Displays in OPAC

2018-07-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20090 Marcel de Rooy changed: What|Removed |Added Attachment #76757|0 |1 is obsolete|

[Koha-bugs] [Bug 20090] Missing Script Statement for Novelist Select on Some Record Displays in OPAC

2018-07-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20090 Marcel de Rooy changed: What|Removed |Added QA Contact|testo...@bugs.koha-communit |m.de.r...@rijksmuseum.nl

[Koha-bugs] [Bug 20090] Missing Script Statement for Novelist Select on Some Record Displays in OPAC

2018-07-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20090 Marcel de Rooy changed: What|Removed |Added Status|Signed Off |Passed QA -- You are rece

[Koha-bugs] [Bug 21023] Remove warning in t/db_dependent/Circulation/Chargelostitem.t

2018-07-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21023 Marcel de Rooy changed: What|Removed |Added Attachment #76759|0 |1 is obsolete|

[Koha-bugs] [Bug 21023] Remove warning in t/db_dependent/Circulation/Chargelostitem.t

2018-07-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21023 Marcel de Rooy changed: What|Removed |Added QA Contact|testo...@bugs.koha-communit |m.de.r...@rijksmuseum.nl

[Koha-bugs] [Bug 20974] Remove files left behind after removing Solr

2018-07-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20974 Marcel de Rooy changed: What|Removed |Added Status|Signed Off |Failed QA

[Koha-bugs] [Bug 20698] Remove obsolete template: transfer-slip.tt

2018-07-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20698 Marcel de Rooy changed: What|Removed |Added QA Contact|testo...@bugs.koha-communit |m.de.r...@rijksmuseum.nl

[Koha-bugs] [Bug 20698] Remove obsolete template: transfer-slip.tt

2018-07-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20698 Marcel de Rooy changed: What|Removed |Added Status|Signed Off |Passed QA -- You are rece

[Koha-bugs] [Bug 20698] Remove obsolete template: transfer-slip.tt

2018-07-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20698 Marcel de Rooy changed: What|Removed |Added Attachment #76771|0 |1 is obsolete|

[Koha-bugs] [Bug 21023] Remove warning in t/db_dependent/Circulation/Chargelostitem.t

2018-07-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21023 Marcel de Rooy changed: What|Removed |Added Status|Signed Off |Passed QA -- You are rece

[Koha-bugs] [Bug 7376] Transfer limits should be checked at check-in

2018-07-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7376 Marcel de Rooy changed: What|Removed |Added Status|Signed Off |Failed QA --- Comment #47 f

[Koha-bugs] [Bug 16575] Irregular behaviour using window.print() followed by window.location.href=

2018-07-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16575 Marcel de Rooy changed: What|Removed |Added CC||m.de.r...@rijksmuseum.nl -

[Koha-bugs] [Bug 16575] Irregular behaviour using window.print() followed by window.location.href=

2018-07-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16575 --- Comment #15 from Marcel de Rooy --- (In reply to Katrin Fischer from comment #13) > I redid the second patch from scratch as it did no longer apply. You made a mistake: Patch 2 was: From: Owen Leonard Date: Wed, 30 May 2018 14:

[Koha-bugs] [Bug 16575] Irregular behaviour using window.print() followed by window.location.href=

2018-07-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16575 Marcel de Rooy changed: What|Removed |Added Status|Signed Off |Failed QA -- You are rece

[Koha-bugs] [Bug 16575] Irregular behaviour using window.print() followed by window.location.href=

2018-07-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16575 Marcel de Rooy changed: What|Removed |Added QA Contact|testo...@bugs.koha-communit |m.de.r...@rijksmuseum.nl

<    1   2