[Koha-bugs] [Bug 24428] Elastic search index does not contain consistent item information

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24428 --- Comment #2 from Ere Maijala --- I don't think you can ever rely on the field order being correct. In Elasticsearch the documents are JSON objects, and a JSON object is by definition "an unordered set of name/value pairs". The wa

[Koha-bugs] [Bug 24018] No need to die "Not logged in"

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24018 Marcel de Rooy changed: What|Removed |Added Attachment #97232|0 |1 is obsolete|

[Koha-bugs] [Bug 24018] No need to die "Not logged in"

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24018 Marcel de Rooy changed: What|Removed |Added Patch complexity|--- |Small patch St

[Koha-bugs] [Bug 24018] No need to die "Not logged in"

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

[Koha-bugs] [Bug 24018] No need to die "Not logged in"

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24018 --- Comment #6 from Marcel de Rooy --- Note: I checked a number of edits to see which call was preceding the find or die statement. In the very most cases it is a get_template_and_user. In members/mod_debarment.pl it was a checkauth

[Koha-bugs] [Bug 16156] Do not ensure the dbh is connected all the time

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

[Koha-bugs] [Bug 16156] Do not ensure the dbh is connected all the time

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16156 --- Comment #8 from Marcel de Rooy --- (In reply to Marcel de Rooy from comment #7) > As we want to minimize ensure_connected, we probably should not add a > connected test to Koha::Database like bug 20089#c2 suggested? c2 => c1 --

[Koha-bugs] [Bug 24345] Fix process of suggesting purchase of existing title for non-logged-in users

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

[Koha-bugs] [Bug 24397] populate_db.pl is out of sync and must be removed

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

[Koha-bugs] [Bug 24404] Add missing space on invoices page

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

[Koha-bugs] [Bug 24404] Add missing space on invoices page

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

[Koha-bugs] [Bug 24404] Add missing space on invoices page

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24404 Marcel de Rooy changed: What|Removed |Added Attachment #97348|0 |1 is obsolete|

[Koha-bugs] [Bug 24443] New: Consider NULL as 0 for issues in items search

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24443 Bug ID: 24443 Summary: Consider NULL as 0 for issues in items search Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status

[Koha-bugs] [Bug 24443] Consider NULL as 0 for issues in items search

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24443 Fridolin SOMERS changed: What|Removed |Added Assignee|koha-b...@lists.koha-commun |fridolin.som...@biblibre.c

[Koha-bugs] [Bug 18433] Allow to select results to export in item search

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18433 --- Comment #34 from Julian Maurice --- Created attachment 97479 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=97479&action=edit Bug 18433: Remember item search results selected rows in session storage Session st

[Koha-bugs] [Bug 24443] Consider NULL as 0 for issues in items search

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24443 --- Comment #1 from Fridolin SOMERS --- Created attachment 97480 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=97480&action=edit Bug 24443: Consider NULL as 0 for issues in items search In items search, we can fi

[Koha-bugs] [Bug 24443] Consider NULL as 0 for issues in items search

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24443 Fridolin SOMERS changed: What|Removed |Added Status|ASSIGNED|Needs Signoff Patch com

[Koha-bugs] [Bug 18433] Allow to select results to export in item search

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18433 Julian Maurice changed: What|Removed |Added Status|Failed QA |Needs Signoff -- You are

[Koha-bugs] [Bug 18433] Allow to select results to export in item search

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18433 --- Comment #35 from Julian Maurice --- (In reply to Jonathan Druart from comment #33) > This is still valid. Not anymore ;) -- You are receiving this mail because: You are watching all bug changes. ___

[Koha-bugs] [Bug 24444] Enfore mutual exclusivity in Stockrotation and Rotating Collections

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2 Martin Renvoize changed: What|Removed |Added Assignee|koha-b...@lists.koha-commun |martin.renvoize@ptfs-europ

[Koha-bugs] [Bug 24444] New: Enfore mutual exclusivity in Stockrotation and Rotating Collections

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2 Bug ID: 2 Summary: Enfore mutual exclusivity in Stockrotation and Rotating Collections Change sponsored?: --- Product: Koha Version: master Hardware: All

[Koha-bugs] [Bug 24444] Enfore mutual exclusivity in Stockrotation and Rotating Collections

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2 Martin Renvoize changed: What|Removed |Added Component|Circulation |Tools -- You are receivi

[Koha-bugs] [Bug 24442] Setup Database fails: Cannot delete or update parent row: foreign key constraint fails

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24442 Katrin Fischer changed: What|Removed |Added Status|NEW |RESOLVED Resolutio

[Koha-bugs] [Bug 24428] Elastic search index does not contain consistent item information

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24428 --- Comment #3 from Katrin Fischer --- This is a problem we currently have with Zebra, repeated 952 fields are indexed as without keeping the information separate per item. So you can't search for something like 'item of itemtype X i

[Koha-bugs] [Bug 24428] Elastic search index does not contain consistent item information

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24428 --- Comment #4 from Katrin Fischer --- Saying: it would be really great to fix this with Elastic. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _

[Koha-bugs] [Bug 23432] Stock rotation: cancelled transfer result in stockrotation failures

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23432 Martin Renvoize changed: What|Removed |Added Depends on||11897 Referenced Bugs:

[Koha-bugs] [Bug 11897] Stock Rotation for Koha

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Martin Renvoize changed: What|Removed |Added Blocks||23432 Referenced Bugs:

[Koha-bugs] [Bug 24444] Enfore mutual exclusivity in Stockrotation and Rotating Collections

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2 Martin Renvoize changed: What|Removed |Added Depends on||11897 Referenced Bugs:

[Koha-bugs] [Bug 11897] Stock Rotation for Koha

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Martin Renvoize changed: What|Removed |Added Blocks||2 Referenced Bugs:

[Koha-bugs] [Bug 24443] Consider NULL as 0 for issues in items search

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24443 --- Comment #2 from Fridolin SOMERS --- Created attachment 97481 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=97481&action=edit Bug 24443: Unit test -- You are receiving this mail because: You are watching all

[Koha-bugs] [Bug 24443] Consider NULL as 0 for issues in items search

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24443 Fridolin SOMERS changed: What|Removed |Added Attachment #97480|0 |1 is obsolete|

[Koha-bugs] [Bug 24443] Consider NULL as 0 for issues in items search

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24443 Fridolin SOMERS changed: What|Removed |Added Attachment #97481|0 |1 is obsolete|

[Koha-bugs] [Bug 24419] Add Koha::Suggestion->suggestor accessor

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24419 --- Comment #6 from Martin Renvoize --- Curse my bad spelling! -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-co

[Koha-bugs] [Bug 19735] Move Perl deps definitions into a cpanfile

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19735 Julian Maurice changed: What|Removed |Added Attachment #81612|0 |1 is obsolete|

[Koha-bugs] [Bug 19735] Move Perl deps definitions into a cpanfile

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19735 Julian Maurice changed: What|Removed |Added Attachment #73837|0 |1 is obsolete|

[Koha-bugs] [Bug 19735] Move Perl deps definitions into a cpanfile

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19735 --- Comment #21 from Julian Maurice --- Patches rebased on master -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha

[Koha-bugs] [Bug 24443] Consider NULL as 0 for issues in items search

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24443 Fridolin SOMERS changed: What|Removed |Added Attachment #97483|0 |1 is obsolete|

[Koha-bugs] [Bug 24443] Consider NULL as 0 for issues in items search

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24443 Fridolin SOMERS changed: What|Removed |Added Attachment #97486|0 |1 is obsolete|

[Koha-bugs] [Bug 24443] Consider NULL as 0 for issues in items search

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24443 Fridolin SOMERS changed: What|Removed |Added Attachment #97487|0 |1 is obsolete|

[Koha-bugs] [Bug 24435] Add Koha::Biblio->items_count

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24435 David Nind changed: What|Removed |Added Attachment #97463|0 |1 is obsolete|

[Koha-bugs] [Bug 24435] Add Koha::Biblio->items_count

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24435 David Nind changed: What|Removed |Added Attachment #97462|0 |1 is obsolete|

[Koha-bugs] [Bug 24435] Add Koha::Biblio->items_count

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24435 David Nind changed: What|Removed |Added Status|Needs Signoff |Signed Off -- You are receivi

[Koha-bugs] [Bug 24313] XSLT errors should show in the logs

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24313 Marcel de Rooy changed: What|Removed |Added See Also||https://bugs.koha-community

[Koha-bugs] [Bug 24440] Add ->holds and ->holds_count to Koha::Acquisition::Order

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24440 David Nind changed: What|Removed |Added Status|Needs Signoff |Signed Off -- You are receivi

[Koha-bugs] [Bug 24440] Add ->holds and ->holds_count to Koha::Acquisition::Order

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24440 David Nind changed: What|Removed |Added Attachment #97468|0 |1 is obsolete|

[Koha-bugs] [Bug 24440] Add ->holds and ->holds_count to Koha::Acquisition::Order

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24440 David Nind changed: What|Removed |Added Attachment #97467|0 |1 is obsolete|

[Koha-bugs] [Bug 24443] Consider NULL as 0 for issues in items search

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24443 Fridolin SOMERS changed: What|Removed |Added Attachment #97488|0 |1 is obsolete|

[Koha-bugs] [Bug 24445] New: Add missing Z3950 updates to Makefile.PL

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24445 Bug ID: 24445 Summary: Add missing Z3950 updates to Makefile.PL Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW

[Koha-bugs] [Bug 24445] Add missing Z3950 updates to Makefile.PL

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24445 --- Comment #1 from Mason James --- Created attachment 97494 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=97494&action=edit Bug 13937: add z3950 to makefile -- You are receiving this mail because: You are the a

[Koha-bugs] [Bug 24445] Add missing Z3950 updates to Makefile.PL

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24445 Mason James changed: What|Removed |Added Attachment #97494|0 |1 is obsolete|

[Koha-bugs] [Bug 24445] Add missing Z3950 updates to Makefile.PL

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24445 --- Comment #2 from Mason James --- Created attachment 97495 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=97495&action=edit Add missing Z3950 updates to Makefile.PL, so tar file will build ok this bug was introd

[Koha-bugs] [Bug 24445] Add missing Z3950 updates to Makefile.PL

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24445 Mason James changed: What|Removed |Added See Also||https://bugs.koha-community

[Koha-bugs] [Bug 13937] Add an Elasticsearch-compatible Z39.50/SRU daemon

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13937 Mason James changed: What|Removed |Added Blocks||24445 See Also|

[Koha-bugs] [Bug 24443] Consider NULL as 0 for issues in items search

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24443 Fridolin SOMERS changed: What|Removed |Added Attachment #97493|0 |1 is obsolete|

[Koha-bugs] [Bug 24445] Add missing Z3950 updates to Makefile.PL

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24445 Mason James changed: What|Removed |Added Status|NEW |Needs Signoff -- You are rec

[Koha-bugs] [Bug 24445] Add missing Z3950 updates to Makefile.PL

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24445 Mason James changed: What|Removed |Added Priority|P5 - low|P1 - high -- You are receivi

[Koha-bugs] [Bug 24445] Add missing Z3950 updates to Makefile.PL

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24445 Mason James changed: What|Removed |Added CC||martin.renvoize@ptfs-europe

[Koha-bugs] [Bug 24445] Add missing Z3950 updates to Makefile.PL

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24445 Mason James changed: What|Removed |Added CC||j...@bywatersolutions.com ---

[Koha-bugs] [Bug 24443] Consider NULL as 0 for issues in items search

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24443 Arthur Suzuki changed: What|Removed |Added CC||arthur.suz...@biblibre.com

[Koha-bugs] [Bug 24445] Add missing Z3950 updates to Makefile.PL

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24445 --- Comment #4 from Martin Renvoize --- Created attachment 97497 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=97497&action=edit Bug 24445: Add z3950 to makefile (bug 13937 follow-up) Signed-off-by: Martin Renvoi

[Koha-bugs] [Bug 24445] Add missing Z3950 updates to Makefile.PL

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24445 Martin Renvoize changed: What|Removed |Added Attachment #97495|0 |1 is obsolete|

[Koha-bugs] [Bug 24445] Add missing Z3950 updates to Makefile.PL

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24445 Martin Renvoize changed: What|Removed |Added Status|Signed Off |Passed QA --- Comment #5

[Koha-bugs] [Bug 24445] Add missing Z3950 updates to Makefile.PL

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24445 Martin Renvoize changed: What|Removed |Added Status|Needs Signoff |Signed Off -- You are re

[Koha-bugs] [Bug 24445] Add missing Z3950 updates to Makefile.PL

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24445 Martin Renvoize changed: What|Removed |Added Status|Passed QA |Pushed to master

[Koha-bugs] [Bug 24445] Add missing Z3950 updates to Makefile.PL

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24445 --- Comment #6 from Martin Renvoize --- Nice work everyone! Pushed to master for 20.05 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. ___

[Koha-bugs] [Bug 24436] Record if a transfer was triggered by a 'hold'

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24436 --- Comment #1 from Martin Renvoize --- Created attachment 97498 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=97498&action=edit Bug 24436: Add 'Reserve' options to branchtransfers trigger -- You are receiving t

[Koha-bugs] [Bug 24436] Record if a transfer was triggered by a 'hold'

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24436 --- Comment #2 from Martin Renvoize --- Created attachment 97499 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=97499&action=edit Bug 24436: Add handling for reserve transfer triggers -- You are receiving this ma

[Koha-bugs] [Bug 24436] Record if a transfer was triggered by a 'hold'

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24436 Martin Renvoize changed: What|Removed |Added Assignee|koha-b...@lists.koha-commun |martin.renvoize@ptfs-europ

[Koha-bugs] [Bug 24436] Record if a transfer was triggered by a 'hold'

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24436 Martin Renvoize changed: What|Removed |Added Status|NEW |Needs Signoff -- You are

[Koha-bugs] [Bug 24297] Record if a transfer was triggered 'manually'

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24297 Martin Renvoize changed: What|Removed |Added Assignee|koha-b...@lists.koha-commun |martin.renvoize@ptfs-europ

[Koha-bugs] [Bug 24297] Record if a transfer was triggered 'manually'

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24297 --- Comment #1 from Martin Renvoize --- Created attachment 97500 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=97500&action=edit Bug 24297: Record 'Manual' trigger transfers -- You are receiving this mail becaus

[Koha-bugs] [Bug 24287] Transfers should record how they were triggered.

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24287 Martin Renvoize changed: What|Removed |Added Attachment #96594|0 |1 is obsolete|

[Koha-bugs] [Bug 24287] Transfers should record how they were triggered.

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24287 --- Comment #3 from Martin Renvoize --- Test plan: Apply patch, run updatedatabase. Varify the new 'trigger' field is added to the database. (Bonus points, check that a fresh install does the same) -- You are receiving this mail b

[Koha-bugs] [Bug 24292] Upgrade failed, from 19.05 to 19.11 on Ubuntu 19.10: Can't load Unaccent.so

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24292 --- Comment #13 from Martin Renvoize --- Created attachment 97503 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=97503&action=edit Bug 24296: Update stockrotation process to use branchtransfers.trigger This patch

[Koha-bugs] [Bug 24292] Upgrade failed, from 19.05 to 19.11 on Ubuntu 19.10: Can't load Unaccent.so

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24292 --- Comment #12 from Martin Renvoize --- Created attachment 97502 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=97502&action=edit Bug 24296: Update existing data in the database This DB udpate adds the stockratio

[Koha-bugs] [Bug 24292] Upgrade failed, from 19.05 to 19.11 on Ubuntu 19.10: Can't load Unaccent.so

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24292 Martin Renvoize changed: What|Removed |Added Attachment #97502|0 |1 is obsolete|

[Koha-bugs] [Bug 24296] Move stock rotation transfer triggers from `comments` to `trigger`

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24296 Martin Renvoize changed: What|Removed |Added Attachment #97434|0 |1 is obsolete|

[Koha-bugs] [Bug 24292] Upgrade failed, from 19.05 to 19.11 on Ubuntu 19.10: Can't load Unaccent.so

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24292 Martin Renvoize changed: What|Removed |Added Attachment #97503|0 |1 is obsolete|

[Koha-bugs] [Bug 24296] Move stock rotation transfer triggers from `comments` to `trigger`

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24296 Martin Renvoize changed: What|Removed |Added Attachment #97433|0 |1 is obsolete|

[Koha-bugs] [Bug 24298] Record if a transfer was triggered by 'return to homebranch'

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24298 Martin Renvoize changed: What|Removed |Added Attachment #97451|0 |1 is obsolete|

[Koha-bugs] [Bug 24298] Record if a transfer was triggered by 'return to homebranch'

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24298 Martin Renvoize changed: What|Removed |Added Attachment #97450|0 |1 is obsolete|

[Koha-bugs] [Bug 24298] Record if a transfer was triggered by 'return to homebranch'

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24298 --- Comment #5 from Martin Renvoize --- Test Plan: 1) Enable AutoItemReturn and accompanying system preference 2) Return an item to the wrong branch and note the transfer 3) Check the database for the new trigger value -- You are

[Koha-bugs] [Bug 24298] Record if a transfer was triggered by 'return to homebranch'

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24298 Martin Renvoize changed: What|Removed |Added Patch complexity|--- |Trivial patch -- You are

[Koha-bugs] [Bug 24287] Transfers should record how they were triggered.

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24287 Martin Renvoize changed: What|Removed |Added Patch complexity|--- |Trivial patch -- You are

[Koha-bugs] [Bug 24296] Move stock rotation transfer triggers from `comments` to `trigger`

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24296 Martin Renvoize changed: What|Removed |Added Patch complexity|--- |Trivial patch -- You are

[Koha-bugs] [Bug 24299] Record if a transfer was triggered by 'rotating collections'

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24299 Martin Renvoize changed: What|Removed |Added Attachment #97464|0 |1 is obsolete|

[Koha-bugs] [Bug 24299] Record if a transfer was triggered by 'rotating collections'

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24299 Martin Renvoize changed: What|Removed |Added Attachment #97465|0 |1 is obsolete|

[Koha-bugs] [Bug 24299] Record if a transfer was triggered by 'rotating collections'

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24299 Martin Renvoize changed: What|Removed |Added Patch complexity|--- |Trivial patch -- You are

[Koha-bugs] [Bug 24436] Record if a transfer was triggered by a 'hold'

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24436 Martin Renvoize changed: What|Removed |Added Attachment #97498|0 |1 is obsolete|

[Koha-bugs] [Bug 24436] Record if a transfer was triggered by a 'hold'

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24436 Martin Renvoize changed: What|Removed |Added Attachment #97499|0 |1 is obsolete|

[Koha-bugs] [Bug 7468] Add label to batch by barcode range

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7468 David Nind changed: What|Removed |Added CC||da...@davidnind.com

[Koha-bugs] [Bug 23092] Transfers should record 'requested' as well as 'sent' and 'arrived' dates.

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23092 --- Comment #1 from Martin Renvoize --- Created attachment 97512 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=97512&action=edit Bug 23092: Add 'daterequested' to branchtransfers table -- You are receiving this

[Koha-bugs] [Bug 23092] Transfers should record 'requested' as well as 'sent' and 'arrived' dates.

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23092 Martin Renvoize changed: What|Removed |Added Status|NEW |Needs Signoff --- Comment

[Koha-bugs] [Bug 23092] Transfers should record 'requested' as well as 'sent' and 'arrived' dates.

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23092 Martin Renvoize changed: What|Removed |Added Patch complexity|--- |Trivial patch -- You are

[Koha-bugs] [Bug 24441] Error when checking in an item with BranchTansferLimitsType set to itemtype

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24441 Kyle M Hall changed: What|Removed |Added Status|Needs Signoff |Signed Off -- You are receiv

[Koha-bugs] [Bug 24441] Error when checking in an item with BranchTansferLimitsType set to itemtype

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24441 Kyle M Hall changed: What|Removed |Added Attachment #97469|0 |1 is obsolete|

[Koha-bugs] [Bug 24446] New: Stockrotation: Update to use daterequested in branchtransfers

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24446 Bug ID: 24446 Summary: Stockrotation: Update to use daterequested in branchtransfers Change sponsored?: --- Product: Koha Version: master Hardware: All

[Koha-bugs] [Bug 24446] Stockrotation: Update to use daterequested in branchtransfers

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24446 Martin Renvoize changed: What|Removed |Added Assignee|koha-b...@lists.koha-commun |martin.renvoize@ptfs-europ

[Koha-bugs] [Bug 24446] Stockrotation: Update to use daterequested in branchtransfers

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24446 Martin Renvoize changed: What|Removed |Added Depends on||23092, 22566 Referenced

[Koha-bugs] [Bug 22566] Stock rotation cronjob reporting has issues

2020-01-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22566 Martin Renvoize changed: What|Removed |Added Blocks||24446 Referenced Bugs:

  1   2   3   >