[Koha-bugs] [Bug 19532] Recalls for Koha

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19532 --- Comment #919 from Fridolin Somers --- Failures appears on several runs : https://jenkins.koha-community.org/view/master/job/Koha_Master_U21/115/ I think it comes from DT comparison : my $expected_due_date =

[Koha-bugs] [Bug 29999] Replace the use of jQueryUI tabs on authorized values administration page

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2 Fridolin Somers changed: What|Removed |Added Status|Needs Signoff |Signed Off -- You are

[Koha-bugs] [Bug 29999] Replace the use of jQueryUI tabs on authorized values administration page

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2 Fridolin Somers changed: What|Removed |Added Attachment #131068|0 |1 is obsolete|

[Koha-bugs] [Bug 29999] Replace the use of jQueryUI tabs on authorized values administration page

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2 Fridolin Somers changed: What|Removed |Added Attachment #131849|0 |1 is obsolete|

[Koha-bugs] [Bug 30030] Test t/db_dependent/Koha/Patrons.t is_going_to_expire fails on U18

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30030 --- Comment #6 from Fridolin Somers --- (In reply to Jonathan Druart from comment #5) > Did you git bisect already? Oh I don't know how to do that. > > It's weird that this is only happening on U18. Indeed, maybe a behavior in

[Koha-bugs] [Bug 30222] Auto_renew_digest still sends every day when renewals are not allowed

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30222 Jonathan Druart changed: What|Removed |Added CC|

[Koha-bugs] [Bug 20551] Add option for including deleted records in export_records.pl

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20551 --- Comment #58 from Marcel de Rooy --- +return unless (@{$record_ids} || @{$deleted_record_ids} && $format ne 'csv'); Parentheses here would be more helpful inside. The outer ones are not needed. But in order to read easier,

[Koha-bugs] [Bug 29486] _koha_marc_update_bib_ids no longer needed for GetMarcBiblio

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29486 Martin Renvoize changed: What|Removed |Added Attachment #131861|0 |1 is obsolete|

[Koha-bugs] [Bug 29486] _koha_marc_update_bib_ids no longer needed for GetMarcBiblio

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29486 Martin Renvoize changed: What|Removed |Added Attachment #131863|0 |1 is obsolete|

[Koha-bugs] [Bug 20551] Add option for including deleted records in export_records.pl

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20551 --- Comment #59 from Marcel de Rooy --- sub export binmode $fh, ':encoding(UTF-8)' unless $format eq 'csv'; } else { binmode STDOUT, ':encoding(UTF-8)' unless $format eq 'csv'; What happens if we choose csv?

[Koha-bugs] [Bug 29486] _koha_marc_update_bib_ids no longer needed for GetMarcBiblio

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29486 Martin Renvoize changed: What|Removed |Added Status|Signed Off |Passed QA

[Koha-bugs] [Bug 29486] _koha_marc_update_bib_ids no longer needed for GetMarcBiblio

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29486 Martin Renvoize changed: What|Removed |Added Attachment #131862|0 |1 is obsolete|

[Koha-bugs] [Bug 20551] Add option for including deleted records in export_records.pl

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20551 --- Comment #61 from Marcel de Rooy --- +my ($record_type) = @_; +my $validator = $encoding_validator->('Record'); +$validator = $encoding_validator->('Deleted record'); Deleted flag ?

[Koha-bugs] [Bug 12919] Automate collecting all records added and deleted from the catalogue

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12919 Jonathan Druart changed: What|Removed |Added Status|ASSIGNED|NEW -- You are

[Koha-bugs] [Bug 29697] Replace GetMarcBiblio occurrences with $biblio->metadata->record

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29697 Jonathan Druart changed: What|Removed |Added Status|In Discussion |ASSIGNED -- You are

[Koha-bugs] [Bug 12919] Automate collecting all records added and deleted from the catalogue

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12919 --- Comment #20 from Jonathan Druart --- (In reply to Cab Vinton from comment #19) > ASSIGNED status does indeed appear dubious, but don't feel qualified to > update. Adjusted to NEW. -- You are receiving this mail because: You

[Koha-bugs] [Bug 30296] Correct path for cookie bibs_selected

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30296 --- Comment #5 from Marcel de Rooy --- (In reply to wainuiwitikapark from comment #4) > I need to backport this to 19.11.x right? Yes 20.11 and lower -- You are receiving this mail because: You are watching all bug changes.

[Koha-bugs] [Bug 29802] biblionumber in OPACHiddenItems breaks opac lists

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29802 Marcel de Rooy changed: What|Removed |Added Status|Signed Off |Failed QA --- Comment #4

[Koha-bugs] [Bug 30307] 21.11 files contain strings from master (Recalls)

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30307 Jonathan Druart changed: What|Removed |Added Status|NEW |RESOLVED

[Koha-bugs] [Bug 28301] Add ability to force re-run of a particular DB update

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28301 --- Comment #6 from Jonathan Druart --- (In reply to Fridolin Somers from comment #5) > (In reply to Jonathan Druart from comment #4) > > I think it's actually no longer needed with bug 25078. > > But how do you run a particular

[Koha-bugs] [Bug 30030] Test t/db_dependent/Koha/Patrons.t is_going_to_expire fails on U18

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30030 Jonathan Druart changed: What|Removed |Added CC|

[Koha-bugs] [Bug 30008] Software error in details.pl when invalid MARCXML and showing component records

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30008 --- Comment #6 from Jonathan Druart --- (In reply to Marcel de Rooy from comment #5) > Small note: > > +if ( my $components = $marc_record ? > $biblio->get_marc_components(C4::Context->preference('MaxComponentRecords')) > :

[Koha-bugs] [Bug 29543] Self-checkout allows returning everybody's loans

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29543 Jonathan Druart changed: What|Removed |Added Blocks||30199 Referenced Bugs:

[Koha-bugs] [Bug 30199] self checkout login by cardnumber is broken if you input a non-existent cardnumber

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30199 Jonathan Druart changed: What|Removed |Added Depends on||29543 --- Comment #6

[Koha-bugs] [Bug 12919] Automate collecting all records added and deleted from the catalogue

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12919 Cab Vinton changed: What|Removed |Added CC||bibli...@gmail.com ---

[Koha-bugs] [Bug 29957] Cookies not removed after logout

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29957 --- Comment #73 from Marcel de Rooy --- Created attachment 131856 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=131856=edit Bug 29957: Add example lines in koha-conf.xml Test plan: Just comments. Nothing to

[Koha-bugs] [Bug 29057] Use font awesome icons on request.pl

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29057 --- Comment #14 from Fridolin Somers --- I'm testing. Looks good but I see some issues : When hovering button "Move hold to top/bottom" we see that horizontal line color does not change. This is because it is not part of the icon,

[Koha-bugs] [Bug 21811] Add warning when order receive form is saved without entering 'quantity received'

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21811 Bug 21811 depends on bug 23376, which changed state. Bug 23376 Summary: Cleanup order receive page code https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23376 What|Removed |Added

[Koha-bugs] [Bug 23376] Cleanup order receive page code

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23376 --- Comment #28 from Emmi Takkinen --- Created attachment 131857 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=131857=edit Bug 23376: Fix template error on order receive page Order receive page dies on error 500

[Koha-bugs] [Bug 8179] Receiving multiple order lines at once

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8179 Bug 8179 depends on bug 23376, which changed state. Bug 23376 Summary: Cleanup order receive page code https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23376 What|Removed |Added

[Koha-bugs] [Bug 23376] Cleanup order receive page code

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23376 Emmi Takkinen changed: What|Removed |Added Status|RESOLVED|REOPENED

[Koha-bugs] [Bug 29802] biblionumber in OPACHiddenItems breaks opac lists

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

[Koha-bugs] [Bug 30008] Software error in details.pl when invalid MARCXML and showing component records

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

[Koha-bugs] [Bug 19532] Recalls for Koha

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19532 --- Comment #920 from Jonathan Druart --- (In reply to Fridolin Somers from comment #919) > Failures appears on several runs : > https://jenkins.koha-community.org/view/master/job/Koha_Master_U21/115/ > > I think it comes from DT

[Koha-bugs] [Bug 29723] Add a "Configure table" button for KohaTable tables

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29723 --- Comment #2 from Jonathan Druart --- Owen, do you think we need this? -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list

[Koha-bugs] [Bug 30315] Calendar widget no longer translates

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30315 --- Comment #1 from Katrin Fischer --- Strings are from de-DE-messages-js.po, but I could verify that the translation of the .js messages works fine in other places. Example:

[Koha-bugs] [Bug 29910] Purge old Hea data periodically

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29910 Jonathan Druart changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Koha-bugs] [Bug 29486] _koha_marc_update_bib_ids no longer needed for GetMarcBiblio

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29486 --- Comment #9 from Marcel de Rooy --- -my $newincbiblioitemnumber=$biblioitemnumber+1; -$dbh->do("UPDATE biblioitems SET biblioitemnumber = ? WHERE biblionumber = ?;", undef, $newincbiblioitemnumber, $biblionumber );

[Koha-bugs] [Bug 30199] self checkout login by cardnumber is broken if you input a non-existent cardnumber

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30199 Jonathan Druart changed: What|Removed |Added CC|

[Koha-bugs] [Bug 28301] Add ability to force re-run of a particular DB update

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28301 --- Comment #9 from Fridolin Somers --- (In reply to Jonathan Druart from comment #8) > It should be done when it's still an atomic update :) A correct -- You are receiving this mail because: You are watching all bug changes.

[Koha-bugs] [Bug 29307] marc record fetched twice in detail.pl

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29307 Jonathan Druart changed: What|Removed |Added Status|Needs Signoff |ASSIGNED -- You are

[Koha-bugs] [Bug 20551] Add option for including deleted records in export_records.pl

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20551 --- Comment #62 from Marcel de Rooy --- -my $record = _get_record_for_export( { %$params, record_id => $record_id } ); +for my $record (@records, @deleted_records) { +print

[Koha-bugs] [Bug 29307] marc record fetched twice in detail.pl

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29307 Jonathan Druart changed: What|Removed |Added Resolution|--- |DUPLICATE

[Koha-bugs] [Bug 20551] Add option for including deleted records in export_records.pl

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20551 Marcel de Rooy changed: What|Removed |Added Status|Signed Off |Failed QA --- Comment #63

[Koha-bugs] [Bug 30294] Rename Koha::Recall->* used relationship names

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30294 Fridolin Somers changed: What|Removed |Added Attachment #131670|0 |1 is obsolete|

[Koha-bugs] [Bug 30008] Software error in details.pl when invalid MARCXML and showing component records

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30008 Fridolin Somers changed: What|Removed |Added Attachment #131853|0 |1 is obsolete|

[Koha-bugs] [Bug 30294] Rename Koha::Recall->* used relationship names

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30294 Fridolin Somers changed: What|Removed |Added Patch complexity|--- |Trivial patch

[Koha-bugs] [Bug 30008] Software error in details.pl when invalid MARCXML and showing component records

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30008 Marcel de Rooy changed: What|Removed |Added Status|Signed Off |Passed QA -- You are

[Koha-bugs] [Bug 28327] System preference CSVdelimiter special case for tabulation

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28327 Marcel de Rooy changed: What|Removed |Added Status|Signed Off |Failed QA

[Koha-bugs] [Bug 30008] Software error in details.pl when invalid MARCXML and showing component records

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30008 --- Comment #7 from Marcel de Rooy --- (In reply to Jonathan Druart from comment #6) > > No, that's the point. You can have a $biblio but no $marc_record. > The error will happen later in get_components_query. If there is an error

[Koha-bugs] [Bug 28301] Add ability to force re-run of a particular DB update

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28301 --- Comment #7 from Fridolin Somers --- For example checking that it can be run several times. -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs

[Koha-bugs] [Bug 28301] Add ability to force re-run of a particular DB update

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28301 --- Comment #8 from Jonathan Druart --- (In reply to Fridolin Somers from comment #7) > For example checking that it can be run several times. It should be done when it's still an atomic update :) Once it's in dbrev, such test

[Koha-bugs] [Bug 29596] Add Yiddish language

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29596 --- Comment #22 from Katrin Fischer --- (In reply to Victor Grousset/tuxayo from comment #21) > Yiddish also needs to be added to the translation platform, right? Because > it isn't. Not necessarily. We only add new languages to

[Koha-bugs] [Bug 29910] Purge old Hea data periodically

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29910 --- Comment #17 from Marcel de Rooy --- Great! -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org

[Koha-bugs] [Bug 29697] Replace GetMarcBiblio occurrences with $biblio->metadata->record

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29697 Jonathan Druart changed: What|Removed |Added CC||n...@bywatersolutions.com

[Koha-bugs] [Bug 20551] Add option for including deleted records in export_records.pl

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20551 --- Comment #64 from Cab Vinton --- (In reply to Katrin Fischer from comment #56) > From looking at the patch set this will only appear in the command line > script. But as this has been waiting a while now, I suggest we file a >

[Koha-bugs] [Bug 30008] Software error in details.pl when invalid MARCXML and showing component records

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30008 Fridolin Somers changed: What|Removed |Added Attachment #131844|0 |1 is obsolete|

[Koha-bugs] [Bug 30008] Software error in details.pl when invalid MARCXML and showing component records

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30008 Fridolin Somers changed: What|Removed |Added Status|Needs Signoff |Signed Off Patch

[Koha-bugs] [Bug 23376] Cleanup order receive page code

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23376 --- Comment #27 from Emmi Takkinen --- (In reply to Jonathan Druart from comment #26) > (In reply to Emmi Takkinen from comment #25) > > We ran into a problem with our orders receive page and would like to know if > > anyone has run

[Koha-bugs] [Bug 28627] Revert the order receive page to display 'Actual cost' as ecost_tax_included/ecost_tax_excluded if unitprice not set

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28627 Bug 28627 depends on bug 23376, which changed state. Bug 23376 Summary: Cleanup order receive page code https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23376 What|Removed |Added

[Koha-bugs] [Bug 26730] Cannot receive orders

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26730 Bug 26730 depends on bug 23376, which changed state. Bug 23376 Summary: Cleanup order receive page code https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23376 What|Removed |Added

[Koha-bugs] [Bug 28881] Suggestion not displayed on the order receive page

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28881 Bug 28881 depends on bug 23376, which changed state. Bug 23376 Summary: Cleanup order receive page code https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23376 What|Removed |Added

[Koha-bugs] [Bug 27671] Missing include in orderreceive.tt

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27671 Bug 27671 depends on bug 23376, which changed state. Bug 23376 Summary: Cleanup order receive page code https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23376 What|Removed |Added

[Koha-bugs] [Bug 30061] Simplify Koha::Patron->get_age

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30061 Marcel de Rooy changed: What|Removed |Added Attachment #131360|0 |1 is obsolete|

[Koha-bugs] [Bug 30061] Simplify Koha::Patron->get_age

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

[Koha-bugs] [Bug 30061] Simplify Koha::Patron->get_age

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30061 Marcel de Rooy changed: What|Removed |Added Patch complexity|--- |Small patch

[Koha-bugs] [Bug 30008] Software error in details.pl when invalid MARCXML and showing component records

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30008 Marcel de Rooy changed: What|Removed |Added Attachment #131855|0 |1 is obsolete|

[Koha-bugs] [Bug 29915] Anonymous session generates 1 new session ID per hit

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29915 Jonathan Druart changed: What|Removed |Added Component|Koha|Authentication

[Koha-bugs] [Bug 23991] Move SearchSuggestion to Koha::Suggestions

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23991 --- Comment #37 from Jonathan Druart --- Can we get this moving please? -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list

[Koha-bugs] [Bug 29623] Cache circulation rules

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29623 Jonathan Druart changed: What|Removed |Added Status|In Discussion |Signed Off -- You are

[Koha-bugs] [Bug 30199] self checkout login by cardnumber is broken if you input a non-existent cardnumber

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30199 --- Comment #4 from Jonathan Druart --- Created attachment 131860 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=131860=edit Bug 30199: [ALTERNATIVE-PATH] Do not generate jtw if patron does not exist -- You are

[Koha-bugs] [Bug 29307] marc record fetched twice in detail.pl

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29307 Jonathan Druart changed: What|Removed |Added Status|BLOCKED |Needs Signoff -- You

[Koha-bugs] [Bug 29307] marc record fetched twice in detail.pl

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29307 Jonathan Druart changed: What|Removed |Added Attachment #126791|0 |1 is obsolete|

[Koha-bugs] [Bug 29486] _koha_marc_update_bib_ids no longer needed for GetMarcBiblio

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29486 Jonathan Druart changed: What|Removed |Added Blocks||29697 Referenced Bugs:

[Koha-bugs] [Bug 29697] Replace GetMarcBiblio occurrences with $biblio->metadata->record

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29697 --- Comment #12 from Jonathan Druart --- *** Bug 29307 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. ___

[Koha-bugs] [Bug 29697] Replace GetMarcBiblio occurrences with $biblio->metadata->record

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29697 Jonathan Druart changed: What|Removed |Added Depends on||30008 Referenced Bugs:

[Koha-bugs] [Bug 30008] Software error in details.pl when invalid MARCXML and showing component records

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30008 Jonathan Druart changed: What|Removed |Added Blocks||29697 Referenced Bugs:

[Koha-bugs] [Bug 30315] New: Calendar widget no longer translates

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30315 Bug ID: 30315 Summary: Calendar widget no longer translates Change sponsored?: --- Product: Koha Version: 20.11 Hardware: All OS: All Status: NEW

[Koha-bugs] [Bug 19532] Recalls for Koha

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19532 --- Comment #921 from Fridolin Somers --- Ah super, thanks a lot. I've pushed a fix on test suite to master : Bug 19532: (RM follow-up) Fix dates compare in recalls tests -- You are receiving this mail because: You are watching

[Koha-bugs] [Bug 29486] _koha_marc_update_bib_ids no longer needed for GetMarcBiblio

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29486 Marcel de Rooy changed: What|Removed |Added Attachment #129608|0 |1 is obsolete|

[Koha-bugs] [Bug 29486] _koha_marc_update_bib_ids no longer needed for GetMarcBiblio

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29486 Marcel de Rooy changed: What|Removed |Added Attachment #129610|0 |1 is obsolete|

[Koha-bugs] [Bug 29486] _koha_marc_update_bib_ids no longer needed for GetMarcBiblio

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29486 Marcel de Rooy changed: What|Removed |Added Status|Needs Signoff |Signed Off Patch

[Koha-bugs] [Bug 29486] _koha_marc_update_bib_ids no longer needed for GetMarcBiblio

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29486 Marcel de Rooy changed: What|Removed |Added Attachment #129609|0 |1 is obsolete|

[Koha-bugs] [Bug 29697] Replace GetMarcBiblio occurrences with $biblio->metadata->record

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29697 Jonathan Druart changed: What|Removed |Added Depends on||29486 Referenced Bugs:

[Koha-bugs] [Bug 20551] Add option for including deleted records in export_records.pl

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

[Koha-bugs] [Bug 20551] Add option for including deleted records in export_records.pl

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20551 --- Comment #60 from Marcel de Rooy --- (In reply to Marcel de Rooy from comment #58) > +return unless (@{$record_ids} || @{$deleted_record_ids} && $format ne > 'csv'); > > Parentheses here would be more helpful inside. The

[Koha-bugs] [Bug 30275] Checkout renewals should be stored in their own table

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30275 Martin Renvoize changed: What|Removed |Added Attachment #131883|0 |1 is obsolete|

[Koha-bugs] [Bug 30275] Checkout renewals should be stored in their own table

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30275 Martin Renvoize changed: What|Removed |Added Attachment #131888|0 |1 is obsolete|

[Koha-bugs] [Bug 30275] Checkout renewals should be stored in their own table

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30275 Martin Renvoize changed: What|Removed |Added Attachment #131886|0 |1 is obsolete|

[Koha-bugs] [Bug 30275] Checkout renewals should be stored in their own table

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30275 Martin Renvoize changed: What|Removed |Added Attachment #131884|0 |1 is obsolete|

[Koha-bugs] [Bug 30275] Checkout renewals should be stored in their own table

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30275 Martin Renvoize changed: What|Removed |Added Attachment #131885|0 |1 is obsolete|

[Koha-bugs] [Bug 30275] Checkout renewals should be stored in their own table

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30275 Martin Renvoize changed: What|Removed |Added Attachment #131887|0 |1 is obsolete|

[Koha-bugs] [Bug 29802] biblionumber in OPACHiddenItems breaks opac lists

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29802 --- Comment #7 from Nick Clemens --- (In reply to Marcel de Rooy from comment #4) > Please show that it breaks in your test. And that your change resolves that. Tests updated and moved to own patch > > And tell me what this does:

[Koha-bugs] [Bug 26730] Cannot receive orders

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26730 Bug 26730 depends on bug 23376, which changed state. Bug 23376 Summary: Cleanup order receive page code https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23376 What|Removed |Added

[Koha-bugs] [Bug 27671] Missing include in orderreceive.tt

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27671 Bug 27671 depends on bug 23376, which changed state. Bug 23376 Summary: Cleanup order receive page code https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23376 What|Removed |Added

[Koha-bugs] [Bug 28627] Revert the order receive page to display 'Actual cost' as ecost_tax_included/ecost_tax_excluded if unitprice not set

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28627 Bug 28627 depends on bug 23376, which changed state. Bug 23376 Summary: Cleanup order receive page code https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23376 What|Removed |Added

[Koha-bugs] [Bug 21811] Add warning when order receive form is saved without entering 'quantity received'

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21811 Bug 21811 depends on bug 23376, which changed state. Bug 23376 Summary: Cleanup order receive page code https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23376 What|Removed |Added

[Koha-bugs] [Bug 30000] Replace the use of jQueryUI tabs on the search engine configuration page

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3 Owen Leonard changed: What|Removed |Added Patch complexity|--- |Small patch

[Koha-bugs] [Bug 30000] Replace the use of jQueryUI tabs on the search engine configuration page

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3 --- Comment #2 from Owen Leonard --- Created attachment 131916 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=131916=edit Bug 3: Replace the use of jQueryUI tabs on the search engine configuration page This

[Koha-bugs] [Bug 30275] Checkout renewals should be stored in their own table

2022-03-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30275 Martin Renvoize changed: What|Removed |Added Attachment #131889|0 |1 is obsolete|

  1   2   3   >