[Bug 38922] New: auth_header.origincode probably never used -- shouldn't it be removed?
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 Bug ID: 38922 Summary: auth_header.origincode probably never used -- shouldn't it be removed? Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Database Assignee: koha-bugs@lists.koha-community.org Reporter: januszop@gmail.com QA Contact: testopia@bugs.koha-community.org CC: m.de.rooy@rijksmuseum.nl It seems that the column auth_header.origincode is never used in the code. This column exists from the beginning of auth_header table. BTW, a similar column was present also in marc_biblio in ancient times (e.g. in R_2_2_5), but disappeared in 3.00.00. Shouldn't this column be removed? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 Michał <schodkowy.omegi-0r@icloud.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |schodkowy.omegi-0r@icloud.c | |om -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 Janusz Kaczmarek <januszop@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|auth_header.origincode |auth_header.origincode and |probably never used -- |auth_header.origincode |shouldn't it be removed? |never used -- shouldn't it | |be removed? Patch complexity|--- |Small patch Assignee|koha-bugs@lists.koha-commun |januszop@gmail.com |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 Janusz Kaczmarek <januszop@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 --- Comment #1 from Janusz Kaczmarek <januszop@gmail.com> --- Created attachment 180671 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180671&action=edit Bug 38922: Remove auth_header.origincode, auth_heder.linkid, deletedauth_header.origincode, deletedauth_header.linkid and auth_subfield_structure.linkid from existing installations -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 --- Comment #2 from Janusz Kaczmarek <januszop@gmail.com> --- Created attachment 180672 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180672&action=edit Bug 38922: Remove auth_header.origincode, auth_heder.linkid, deletedauth_header.origincode, deletedauth_header.linkid and auth_subfield_structure.linkid from new installations -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 --- Comment #3 from Janusz Kaczmarek <januszop@gmail.com> --- Created attachment 180673 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180673&action=edit Bug 38922: Remove references to auth_header.origincode and auth_heder.linkid from the code -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 --- Comment #4 from Janusz Kaczmarek <januszop@gmail.com> --- Created attachment 180674 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180674&action=edit Bug 38922: Test data adjustment -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 --- Comment #5 from Janusz Kaczmarek <januszop@gmail.com> --- It seems that the column auth_header.origincode is never used in the code. This column exists from the beginning of auth_header table. BTW, a similar column was present also in marc_biblio in ancient times (e.g. in R_2_2_5), but disappeared in 3.00.00. Same for auth_header.linkid -- the last meaningful use of this column was removed by commit b767f50c in 2007. Test plan: 1. git grep for `origincode` and `linkid` before applying the patch to control that there is no meaningful use of these columns 2. apply the patch ; updatedatabase 3. git grep for `origincode` and `linkid`. Note that 'linkid' in .tt and .js is a completely different linkid. 4. prove t/db_dependent/ImportExportFramework.t -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 Roman Dolny <roman.dolny@jezuici.pl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 Roman Dolny <roman.dolny@jezuici.pl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #180671|0 |1 is obsolete| | Attachment #180672|0 |1 is obsolete| | Attachment #180673|0 |1 is obsolete| | Attachment #180674|0 |1 is obsolete| | --- Comment #6 from Roman Dolny <roman.dolny@jezuici.pl> --- Created attachment 180677 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180677&action=edit Bug 38922: Remove auth_header.origincode, auth_heder.linkid, deletedauth_header.origincode, deletedauth_header.linkid and auth_subfield_structure.linkid from existing installations Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 --- Comment #7 from Roman Dolny <roman.dolny@jezuici.pl> --- Created attachment 180678 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180678&action=edit Bug 38922: Remove auth_header.origincode, auth_heder.linkid, deletedauth_header.origincode, deletedauth_header.linkid and auth_subfield_structure.linkid from new installations Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 --- Comment #8 from Roman Dolny <roman.dolny@jezuici.pl> --- Created attachment 180679 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180679&action=edit Bug 38922: Remove references to auth_header.origincode and auth_heder.linkid from the code Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 --- Comment #9 from Roman Dolny <roman.dolny@jezuici.pl> --- Created attachment 180680 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180680&action=edit Bug 38922: Test data adjustment Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 Janusz Kaczmarek <januszop@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|auth_header.origincode and |auth_header.origincode and |auth_header.origincode |auth_header.linkid never |never used -- shouldn't it |used -- shouldn't it be |be removed? |removed? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas@bywatersolutions.com Status|Signed Off |Patch doesn't apply -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 Janusz Kaczmarek <januszop@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 Janusz Kaczmarek <januszop@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #180677|0 |1 is obsolete| | Attachment #180678|0 |1 is obsolete| | Attachment #180679|0 |1 is obsolete| | Attachment #180680|0 |1 is obsolete| | --- Comment #10 from Janusz Kaczmarek <januszop@gmail.com> --- Created attachment 192852 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=192852&action=edit Bug 38922: Remove auth_header.origincode, auth_heder.linkid, deletedauth_header.origincode, deletedauth_header.linkid and auth_subfield_structure.linkid from existing installations Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 --- Comment #11 from Janusz Kaczmarek <januszop@gmail.com> --- Created attachment 192853 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=192853&action=edit Bug 38922: Remove auth_header.origincode, auth_heder.linkid, deletedauth_header.origincode, deletedauth_header.linkid and auth_subfield_structure.linkid from new installations Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 --- Comment #12 from Janusz Kaczmarek <januszop@gmail.com> --- Created attachment 192854 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=192854&action=edit Bug 38922: Remove references to auth_header.origincode and auth_heder.linkid from the code Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 --- Comment #13 from Janusz Kaczmarek <januszop@gmail.com> --- Created attachment 192855 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=192855&action=edit Bug 38922: Test data adjustment Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 --- Comment #14 from Janusz Kaczmarek <januszop@gmail.com> --- Rebased. (NB, there is a qa-script warning "new_line_at_the_end_of_file" concerning binary .ods files which seems to be irrelevant.) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 Janusz Kaczmarek <januszop@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia@bugs.koha-communit |jonathan.druart@gmail.com |y.org | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |caroline.cyr-la-rose@inlibr | |o.com, | |lisette@bywatersolutions.co | |m -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #15 from Jonathan Druart <jonathan.druart@gmail.com> --- Please rewrite the atomic update to drop the columns only if they exist: if (column_exists($table, $column)){ # DROP the column } Or the update will fail if run several time. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 --- Comment #16 from Jonathan Druart <jonathan.druart@gmail.com> --- We will also need to update misc4dev when this is pushed: koha-1 | DBD::mysql::st execute failed: Unknown column 'origincode' in 'INSERT INTO' at /usr/share/perl5/DBIx/RunSQL.pm line 290, <$args{...}> line 1. koha-1 | Something went wrong loading file /kohadevbox/misc4dev/data/sql/marc21/2412/after_26684/auth_header.sql -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 Janusz Kaczmarek <januszop@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 Janusz Kaczmarek <januszop@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #192852|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 --- Comment #17 from Janusz Kaczmarek <januszop@gmail.com> --- Created attachment 196709 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196709&action=edit Bug 38922: Remove auth_header.origincode, auth_heder.linkid, deletedauth_header.origincode, deletedauth_header.linkid and auth_subfield_structure.linkid from existing installations Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #192853|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #192854|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #192855|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #196709|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 --- Comment #18 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 196769 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196769&action=edit Bug 38922: Remove auth_header.origincode, auth_heder.linkid, deletedauth_header.origincode, deletedauth_header.linkid and auth_subfield_structure.linkid from new installations Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 --- Comment #19 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 196770 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196770&action=edit Bug 38922: Remove references to auth_header.origincode and auth_heder.linkid from the code Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 --- Comment #20 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 196771 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196771&action=edit Bug 38922: Test data adjustment Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 --- Comment #21 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 196772 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196772&action=edit Bug 38922: Remove auth_header.origincode, auth_heder.linkid, deletedauth_header.origincode, deletedauth_header.linkid and auth_subfield_structure.linkid from existing installations Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |BLOCKED --- Comment #22 from Jonathan Druart <jonathan.druart@gmail.com> --- All good now, however we need the misc4dev changes ready or ktd won't startup. I can have a look later this week but not before Thursday. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au --- Comment #23 from David Cook <dcook@prosentient.com.au> --- Looks like this one needs another SO anyway. It appears that Janusz Kaczmarek and Roman Dolny are co-workers so Roman is not eligible to sign off Janusz's patches. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 --- Comment #24 from David Cook <dcook@prosentient.com.au> --- (In reply to David Cook from comment #23)
Looks like this one needs another SO anyway.
It appears that Janusz Kaczmarek and Roman Dolny are co-workers so Roman is not eligible to sign off Janusz's patches.
While it's frustrating for things to sit without SO, it's the rule that everyone plays by. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|BLOCKED |Signed Off --- Comment #25 from Jonathan Druart <jonathan.druart@gmail.com> --- Waiting for another QA review. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|auth_header.origincode and |Remove |auth_header.linkid never |auth_header.origincode and |used -- shouldn't it be |auth_header.linkid |removed? | QA Contact|jonathan.druart@gmail.com |testopia@bugs.koha-communit | |y.org -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 --- Comment #26 from Victor Grousset/tuxayo <victor@tuxayo.net> --- Comment on attachment 196772 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196772 Bug 38922: Remove auth_header.origincode, auth_heder.linkid, deletedauth_header.origincode, deletedauth_header.linkid and auth_subfield_structure.linkid from existing installations Review of attachment 196772: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=38922&attachment=196772) ----------------------------------------------------------------- ::: installer/data/mysql/atomicupdate/bug_38922-clenup-auth_header.pl @@ +14,5 @@
+ $dbh->do(qq{ALTER TABLE $table DROP COLUMN $column}); + } + } + } + my ( $column, $table ) = qw/ auth_subfield_structure linkid /;
The values are swapped and end up in the wrong variable. The next condition will always evaluate to false and the column will stay. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 Victor Grousset/tuxayo <victor@tuxayo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |victor@tuxayo.net -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 --- Comment #27 from Victor Grousset/tuxayo <victor@tuxayo.net> --- Minor issues: commit title: Bug 38922: Remove references to auth_header.origincode and auth_heder.linkid from the code auth_heder => auth_header file name: atomicupdate/bug_38922-clenup-auth_header.pl clenup => cleanup -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 --- Comment #28 from Victor Grousset/tuxayo <victor@tuxayo.net> --- (In reply to David Cook from comment #23)
It appears that Janusz Kaczmarek and Roman Dolny are co-workers so Roman is not eligible to sign off Janusz's patches.
What we have in writing isn't that strict. https://wiki.koha-community.org/wiki/Development_workflow#Rules
Patch signer should not be patch writer. Preferably, patch writer and patch signer should not be from the same company or organisation.
And from what I recall from small talk at the hackfest, it feels more like Roman is a customer. But regardless of me remembering right or not, when looking at the commits in main, most Janusz's patches got a signoff from Roman. So even if they are not colleagues but just customer-providers, it would still be more healthy to have a diverse mix in where we get one's signoffs. That's where the "Preferably" of the rules could be read as blocking in the present case. So it's a matter of it not happening too much. It's not outright banned. Unless the rules are changed which I don't think it's needed IMHO. Maybe just to clarify though. @Roman thanks a lot for your signoff work. It's important to note that it goes beyond Janusz's patches just so we don't get a wrong idea of your work. Keeping signing off that many patches even if less from Janusz will still help their work due to making the queue more reasonable. @Janusz thanks for all your patches, it's very appreciated :) Regardless of current and future rules, there can still be a targeted effort from colleagues or customers to provide a second signoff (with some improvised additional testing written in a comment) to patches waiting QA. That would be a healthy way to help a patch go faster in the dev pipeline. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 Roman Dolny <roman.dolny@jezuici.pl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |roman.dolny@jezuici.pl --- Comment #29 from Roman Dolny <roman.dolny@jezuici.pl> --- (In reply to Victor Grousset/tuxayo from comment #28)
... @Roman thanks a lot for your signoff work. It's important to note that it goes beyond Janusz's patches just so we don't get a wrong idea of your work. Keeping signing off that many patches even if less from Janusz will still help their work due to making the queue more reasonable. ...
@Victor, thank you for your comment. I’ll make sure my signoffs don’t raise any questions regarding the community guidelines. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 Lari Taskula <lari.taskula@hypernova.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lari.taskula@hypernova.fi --- Comment #30 from Lari Taskula <lari.taskula@hypernova.fi> --- origincode is about to be used by Bug 20153 -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org