[Koha-bugs] [Bug 9755] Record merge code needs to be refactored

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9755 --- Comment #10 from mathieu saby mathieu.s...@univ-rennes2.fr --- Jared, could you tell my why you exclude 999 field in this line of createMarcHash ? I don't know how the 999 is used by Koha... +if ((!defined($tagslib) ||

[Koha-bugs] [Bug 10368] New: Added price in overdue report

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10368 Bug ID: 10368 Summary: Added price in overdue report Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All

[Koha-bugs] [Bug 9755] Record merge code needs to be refactored

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9755 --- Comment #11 from mathieu saby mathieu.s...@univ-rennes2.fr --- As 995 is excluded (for UNIMARC), I suppose 952 should have do (for Marc21) ? M. Saby -- You are receiving this mail because: You are watching all bug changes.

[Koha-bugs] [Bug 8015] Add MARC Modifications Templates

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8015 --- Comment #96 from Jonathan Druart jonathan.dru...@biblibre.com --- I updated the git branch just now. All patches (submitted on this report) are rebased against master (just 2 conflicts with the first patch on updatedatabase.pl and

[Koha-bugs] [Bug 9755] Record merge code needs to be refactored

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9755 --- Comment #12 from Chris Cormack ch...@bigballofwax.co.nz --- (In reply to comment #10) Jared, could you tell my why you exclude 999 field in this line of createMarcHash ? I don't know how the 999 is used by Koha... +if

[Koha-bugs] [Bug 9755] Record merge code needs to be refactored

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9755 --- Comment #13 from Chris Cormack ch...@bigballofwax.co.nz --- (In reply to comment #11) As 995 is excluded (for UNIMARC), I suppose 952 should have do (for Marc21) ? M. Saby 995 was excluded originally (if you look at merge.pl).

[Koha-bugs] [Bug 9755] Record merge code needs to be refactored

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9755 --- Comment #14 from mathieu saby mathieu.s...@univ-rennes2.fr --- OK, I thought it was in 090a, like in UNIMARC. So, if it useful NOT to merge 999 for Marc21, maybe it will be usefull NOT t to merge 090 too, for UNIMARC? But 999

[Koha-bugs] [Bug 9755] Record merge code needs to be refactored

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9755 --- Comment #15 from Chris Cormack ch...@bigballofwax.co.nz --- (In reply to comment #14) OK, I thought it was in 090a, like in UNIMARC. So, if it useful NOT to merge 999 for Marc21, maybe it will be usefull NOT t to merge 090 too,

[Koha-bugs] [Bug 10369] New: Added Sort1 in circulation page

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10369 Bug ID: 10369 Summary: Added Sort1 in circulation page Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All

[Koha-bugs] [Bug 10368] Added price in overdue report

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10368 Amit Gupta amit.gu...@osslabs.biz changed: What|Removed |Added Assignee|gmcha...@gmail.com

[Koha-bugs] [Bug 10369] Added Sort1 in circulation page

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10369 Amit Gupta amit.gu...@osslabs.biz changed: What|Removed |Added Assignee|koha-b...@lists.koha-commun

[Koha-bugs] [Bug 10370] New: Adding Callno barcode on circulation print page

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10370 Bug ID: 10370 Summary: Adding Callno barcode on circulation print page Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Hardware: All

[Koha-bugs] [Bug 10370] Adding Callno barcode on circulation print page

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10370 Amit Gupta amit.gu...@osslabs.biz changed: What|Removed |Added Assignee|koha-b...@lists.koha-commun

[Koha-bugs] [Bug 10369] Added Sort1 in circulation page

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10369 Amit Gupta amit.gu...@osslabs.biz changed: What|Removed |Added CC|

[Koha-bugs] [Bug 10368] Added price in overdue report

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10368 Amit Gupta amit.gu...@osslabs.biz changed: What|Removed |Added CC|

[Koha-bugs] [Bug 10370] Adding Callno barcode on circulation print page

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10370 Amit Gupta amit.gu...@osslabs.biz changed: What|Removed |Added CC|

[Koha-bugs] [Bug 9755] Record merge code needs to be refactored

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9755 --- Comment #16 from mathieu saby mathieu.s...@univ-rennes2.fr --- OK, so the solution could probably be - exclude merge of 999 for MARC21 / NORMARC - exclude merge of 090 for UNIMARC Am I right? For the 995, as you said, it is no

[Koha-bugs] [Bug 8304] composed authorities Rameau management

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8304 Jonathan Druart jonathan.dru...@biblibre.com changed: What|Removed |Added Status|Signed Off

[Koha-bugs] [Bug 9755] Record merge code needs to be refactored

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9755 --- Comment #17 from Chris Cormack ch...@bigballofwax.co.nz --- (In reply to comment #16) OK, so the solution could probably be - exclude merge of 999 for MARC21 / NORMARC - exclude merge of 090 for UNIMARC Am I right? For

[Koha-bugs] [Bug 8304] composed authorities Rameau management

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8304 --- Comment #22 from Jonathan Druart jonathan.dru...@biblibre.com --- Created attachment 18450 -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18450action=edit Bug 8304: UT for new subroutines -- You are receiving

[Koha-bugs] [Bug 8304] composed authorities Rameau management

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8304 --- Comment #23 from Jonathan Druart jonathan.dru...@biblibre.com --- 3 unit tests in t/Charset do not pass, I think there is a bug in C4::Charset::SanitizeEntity. I cannot provide unit tests for the

[Koha-bugs] [Bug 8304] composed authorities Rameau management

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8304 Jonathan Druart jonathan.dru...@biblibre.com changed: What|Removed |Added Depends on|

[Koha-bugs] [Bug 10298] t::lib::Mocks tries to deal with syspref but doesn not manage to

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10298 Jonathan Druart jonathan.dru...@biblibre.com changed: What|Removed |Added Blocks|

[Koha-bugs] [Bug 10359] CCSR theme should apply jqTransform after OpacUserJS

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10359 Jonathan Druart jonathan.dru...@biblibre.com changed: What|Removed |Added Status|Signed Off

[Koha-bugs] [Bug 10359] CCSR theme should apply jqTransform after OpacUserJS

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10359 Jonathan Druart jonathan.dru...@biblibre.com changed: What|Removed |Added Attachment #18440|0

[Koha-bugs] [Bug 10292] XSLT files always taken from 'prog' theme for English

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10292 Jonathan Druart jonathan.dru...@biblibre.com changed: What|Removed |Added Attachment #18442|0

[Koha-bugs] [Bug 10292] XSLT files always taken from 'prog' theme for English

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10292 Jonathan Druart jonathan.dru...@biblibre.com changed: What|Removed |Added Status|Signed Off

[Koha-bugs] [Bug 9902] item subfields not populating

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9902 Katrin Fischer katrin.fisc...@bsz-bw.de changed: What|Removed |Added Status|Signed Off

[Koha-bugs] [Bug 9773] Replace YUI AJAX calls in cataloging plugins with jQuery

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9773 Jonathan Druart jonathan.dru...@biblibre.com changed: What|Removed |Added Status|Signed Off

[Koha-bugs] [Bug 9773] Replace YUI AJAX calls in cataloging plugins with jQuery

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9773 Jonathan Druart jonathan.dru...@biblibre.com changed: What|Removed |Added Attachment #18444|0

[Koha-bugs] [Bug 10186] Typo in subscription-add.tt (years vs year)

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10186 Chris Hall chr...@catalyst.net.nz changed: What|Removed |Added CC|

[Koha-bugs] [Bug 10191] 2 option tags are not closed in unimarc_field_115a.tt and unimarc_field_116.tt

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10191 Chris Hall chr...@catalyst.net.nz changed: What|Removed |Added CC|

[Koha-bugs] [Bug 10371] New: Show item status in cart list

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10371 Bug ID: 10371 Summary: Show item status in cart list Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All

[Koha-bugs] [Bug 10371] Show item status in cart list

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10371 Amit Gupta amit.gu...@osslabs.biz changed: What|Removed |Added CC|

[Koha-bugs] [Bug 10371] Show item status in cart list

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10371 Amit Gupta amit.gu...@osslabs.biz changed: What|Removed |Added Status|NEW |BLOCKED

[Koha-bugs] [Bug 9902] item subfields not populating

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9902 --- Comment #18 from Jonathan Druart jonathan.dru...@biblibre.com --- Created attachment 18454 -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18454action=edit Bug 9902 - item subfields not populating Test Plan: 1)

[Koha-bugs] [Bug 9902] item subfields not populating

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9902 Jonathan Druart jonathan.dru...@biblibre.com changed: What|Removed |Added Attachment #17257|[PASSED QA] Bug 9902 - item

[Koha-bugs] [Bug 9902] item subfields not populating

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9902 Jonathan Druart jonathan.dru...@biblibre.com changed: What|Removed |Added Attachment #18454|Bug 9902 - item subfields

[Koha-bugs] [Bug 9902] item subfields not populating

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9902 Jonathan Druart jonathan.dru...@biblibre.com changed: What|Removed |Added Attachment #17114|0

[Koha-bugs] [Bug 9902] item subfields not populating

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9902 --- Comment #19 from Katrin Fischer katrin.fisc...@bsz-bw.de --- Jonathan, did you see my comment 17? Bit worried about the problems with bug 10088. -- You are receiving this mail because: You are watching all bug changes.

[Koha-bugs] [Bug 10088] software error when filling a basket with staged record

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10088 Jonathan Druart jonathan.dru...@biblibre.com changed: What|Removed |Added See Also|

[Koha-bugs] [Bug 9902] item subfields not populating

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9902 Jonathan Druart jonathan.dru...@biblibre.com changed: What|Removed |Added Status|ASSIGNED

[Koha-bugs] [Bug 10178] Typos in plugins for 006 and 008 in MARC21

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10178 Chris Hall chr...@catalyst.net.nz changed: What|Removed |Added CC|

[Koha-bugs] [Bug 9902] item subfields not populating

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9902 --- Comment #20 from Jonathan Druart jonathan.dru...@biblibre.com --- Nicole, I submit a patch for the 3.10 branch. Could you test it please? Patch for 10088 has to be applied too! @Katrin, No I did not see your comment before

[Koha-bugs] [Bug 8304] composed authorities Rameau management

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8304 mathieu saby mathieu.s...@univ-rennes2.fr changed: What|Removed |Added CC|

[Koha-bugs] [Bug 10372] New: SIP2- Ability to use both userid and cardnumber

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10372 Bug ID: 10372 Summary: SIP2- Ability to use both userid and cardnumber Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Hardware: All

[Koha-bugs] [Bug 10373] New: Added sort1 and sort2 in overdue report

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10373 Bug ID: 10373 Summary: Added sort1 and sort2 in overdue report Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Hardware: All

[Koha-bugs] [Bug 10373] Added sort1 and sort2 in overdue report

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10373 Amit Gupta amit.gu...@osslabs.biz changed: What|Removed |Added CC|

[Koha-bugs] [Bug 10372] SIP2- Ability to use both userid and cardnumber

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10372 Amit Gupta amit.gu...@osslabs.biz changed: What|Removed |Added CC|

[Koha-bugs] [Bug 10373] Added sort1 and sort2 in overdue report

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10373 Amit Gupta amit.gu...@osslabs.biz changed: What|Removed |Added Assignee|gmcha...@gmail.com

[Koha-bugs] [Bug 7162] Factorize code for order cancellation

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7162 Jonathan Druart jonathan.dru...@biblibre.com changed: What|Removed |Added Attachment #16373|0

[Koha-bugs] [Bug 7162] Factorize code for order cancellation

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7162 --- Comment #34 from Jonathan Druart jonathan.dru...@biblibre.com --- Created attachment 18456 -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18456action=edit Bug 7162 [Follow-up] Fix referrer URL when coming from

[Koha-bugs] [Bug 7162] Factorize code for order cancellation

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7162 Jonathan Druart jonathan.dru...@biblibre.com changed: What|Removed |Added CC|

[Koha-bugs] [Bug 10083] In Transit string doesn't get translated in the staff interface

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10083 --- Comment #10 from Gaetan Boisson gaetan.bois...@biblibre.com --- Created attachment 18457 -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18457action=edit [SIGNED OFF] Bug 10083 [3.10.x] In Transit string doesn't

[Koha-bugs] [Bug 10083] In Transit string doesn't get translated in the staff interface

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10083 Gaetan Boisson gaetan.bois...@biblibre.com changed: What|Removed |Added Status|Needs Signoff

[Koha-bugs] [Bug 9763] Add callnumber column to print summary for moremember.pl

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9763 Jonathan Druart jonathan.dru...@biblibre.com changed: What|Removed |Added Attachment #15956|0

[Koha-bugs] [Bug 9763] Add callnumber column to print summary for moremember.pl

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9763 Jonathan Druart jonathan.dru...@biblibre.com changed: What|Removed |Added Status|Signed Off

[Koha-bugs] [Bug 10083] In Transit string doesn't get translated in the staff interface

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10083 Jonathan Druart jonathan.dru...@biblibre.com changed: What|Removed |Added Status|Signed Off

[Koha-bugs] [Bug 10083] In Transit string doesn't get translated in the staff interface

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10083 Jonathan Druart jonathan.dru...@biblibre.com changed: What|Removed |Added Attachment #18169|0

[Koha-bugs] [Bug 10367] Allow packages to work on debian wheezy

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10367 Jonathan Druart jonathan.dru...@biblibre.com changed: What|Removed |Added CC|

[Koha-bugs] [Bug 10367] Allow packages to work on debian wheezy

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10367 Jonathan Druart jonathan.dru...@biblibre.com changed: What|Removed |Added Attachment #18449|0

[Koha-bugs] [Bug 10262] fine calculation at checkin not respecting CircControl

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10262 --- Comment #15 from Kyle M Hall kyle.m.h...@gmail.com --- First we'll have to figure out what we want _GetCircControlBranch to do. However, it might be as simple as passing it an optional issues hash so that it handle the special

[Koha-bugs] [Bug 6709] marc21_field_006.xml and marc21_field_008.xml can't be translated.

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6709 Bernardo Gonzalez Kriegel bgkrie...@gmail.com changed: What|Removed |Added Blocks|

[Koha-bugs] [Bug 10178] Typos in plugins for 006 and 008 in MARC21

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10178 Bernardo Gonzalez Kriegel bgkrie...@gmail.com changed: What|Removed |Added Depends on|

[Koha-bugs] [Bug 9836] Filtering sort1 list according to patron category in patron data

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9836 Koha Team Lyon 3 k...@univ-lyon3.fr changed: What|Removed |Added Attachment #18426|0 |1

[Koha-bugs] [Bug 10374] Clean up and unify CircControl related code

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10374 Kyle M Hall kyle.m.h...@gmail.com changed: What|Removed |Added See Also|

[Koha-bugs] [Bug 10262] fine calculation at checkin not respecting CircControl

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10262 Kyle M Hall kyle.m.h...@gmail.com changed: What|Removed |Added See Also|

[Koha-bugs] [Bug 10374] New: Clean up and unify CircControl related code

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10374 Bug ID: 10374 Summary: Clean up and unify CircControl related code Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Hardware: All

[Koha-bugs] [Bug 10374] Clean up and unify CircControl related code

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10374 Kyle M Hall kyle.m.h...@gmail.com changed: What|Removed |Added Assignee|gmcha...@gmail.com

[Koha-bugs] [Bug 10374] Clean up and unify CircControl related code

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10374 Kyle M Hall k...@bywatersolutions.com changed: What|Removed |Added Status|NEW |Needs

[Koha-bugs] [Bug 10374] Clean up and unify CircControl related code

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10374 --- Comment #1 from Kyle M Hall k...@bywatersolutions.com --- Created attachment 18462 -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18462action=edit Bug 10374 - Clean up and unify CircControl related code As

[Koha-bugs] [Bug 10375] New: add a tool to Koha, to check for zebra problems

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10375 Bug ID: 10375 Summary: add a tool to Koha, to check for zebra problems Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Hardware: All

[Koha-bugs] [Bug 10374] Clean up and unify CircControl related code

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10374 Kyle M Hall kyle.m.h...@gmail.com changed: What|Removed |Added Severity|minor |normal

[Koha-bugs] [Bug 9991] De-duplicate no cover image available (currently in lieu of prioritizing cover image sources)

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9991 Serhij Dubyk du...@library.lviv.ua changed: What|Removed |Added CC|

[Koha-bugs] [Bug 9836] Filtering sort1 list according to patron category in patron data

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9836 --- Comment #12 from jmbroust jean-manuel.bro...@univ-lyon2.fr --- Applying: Bug 9836 Filtering sort1 list according to patron category in patron data Using index info to reconstruct a base tree... Falling back to patching base and

[Koha-bugs] [Bug 10376] New: Printing cart does not work under IE9

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10376 Bug ID: 10376 Summary: Printing cart does not work under IE9 Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Hardware: All

[Koha-bugs] [Bug 10374] Clean up and unify CircControl related code

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10374 Kyle M Hall k...@bywatersolutions.com changed: What|Removed |Added Attachment #18462|0 |1

[Koha-bugs] [Bug 10376] Printing cart does not work under IE9

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10376 --- Comment #1 from M. de Rooy m.de.r...@rijksmuseum.nl --- Created attachment 18464 -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18464action=edit Bug 10376: Printing cart does not work under IE9 Test plan: 1) Test

[Koha-bugs] [Bug 10376] Printing cart does not work under IE9

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10376 M. de Rooy m.de.r...@rijksmuseum.nl changed: What|Removed |Added Status|NEW |Needs

[Koha-bugs] [Bug 10376] Printing cart does not work under IE9

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10376 M. de Rooy m.de.r...@rijksmuseum.nl changed: What|Removed |Added Patch complexity|--- |Small

[Koha-bugs] [Bug 9394] Use reserve_id where possible

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9394 Jonathan Druart jonathan.dru...@biblibre.com changed: What|Removed |Added Status|Signed Off

[Koha-bugs] [Bug 9394] Use reserve_id where possible

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9394 Jonathan Druart jonathan.dru...@biblibre.com changed: What|Removed |Added Attachment #18318|0

[Koha-bugs] [Bug 9394] Use reserve_id where possible

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9394 --- Comment #29 from Jonathan Druart jonathan.dru...@biblibre.com --- Created attachment 18466 -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18466action=edit Bug 9394: QA Followup * C4::Reserves::_FixPriority - The

[Koha-bugs] [Bug 9394] Use reserve_id where possible

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9394 Jonathan Druart jonathan.dru...@biblibre.com changed: What|Removed |Added CC|

[Koha-bugs] [Bug 5696] Hold deletion should use reservenumber

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5696 Jonathan Druart jonathan.dru...@biblibre.com changed: What|Removed |Added Status|NEW

[Koha-bugs] [Bug 10374] Clean up and unify CircControl related code

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10374 --- Comment #3 from Kyle M Hall k...@bywatersolutions.com --- Created attachment 18467 -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18467action=edit Bug 10374 - Clean up and unify CircControl related code - Followup

[Koha-bugs] [Bug 10374] Clean up and unify CircControl related code

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10374 Kyle M Hall k...@bywatersolutions.com changed: What|Removed |Added Attachment #18467|0 |1

[Koha-bugs] [Bug 10374] Clean up and unify CircControl related code

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10374 Kyle M Hall k...@bywatersolutions.com changed: What|Removed |Added Attachment #18468|0 |1

[Koha-bugs] [Bug 10374] Clean up and unify CircControl related code

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10374 Kyle M Hall k...@bywatersolutions.com changed: What|Removed |Added Attachment #18469|0 |1

[Koha-bugs] [Bug 10374] Clean up and unify CircControl related code

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10374 Kyle M Hall k...@bywatersolutions.com changed: What|Removed |Added Attachment #18470|0 |1

[Koha-bugs] [Bug 10377] New: fix_unimarc_100 could be improved with 210$d values

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10377 Bug ID: 10377 Summary: fix_unimarc_100 could be improved with 210$d values Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Hardware: All

[Koha-bugs] [Bug 5349] Moving an order

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5349 Jonathan Druart jonathan.dru...@biblibre.com changed: What|Removed |Added Status|Signed Off

[Koha-bugs] [Bug 7498] Cloning a budget, enable change of description

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7498 Jonathan Druart jonathan.dru...@biblibre.com changed: What|Removed |Added Status|Signed Off

[Koha-bugs] [Bug 10366] Alert librarian if an invoice number is duplicated

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10366 --- Comment #1 from Jared Camins-Esakov jcam...@cpbibliography.com --- Created attachment 18472 -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18472action=edit Bug 10366: Alert librarian if an invoice number is

[Koha-bugs] [Bug 10377] fix_unimarc_100 could be improved with 210$d values

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10377 Janusz Kaczmarek janus...@gmail.com changed: What|Removed |Added CC|

[Koha-bugs] [Bug 10366] Alert librarian if an invoice number is duplicated

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10366 Jared Camins-Esakov jcam...@cpbibliography.com changed: What|Removed |Added Status|NEW

[Koha-bugs] [Bug 10343] Rename OpacShowHoldNotes to OpacHoldNotes

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10343 M. de Rooy m.de.r...@rijksmuseum.nl changed: What|Removed |Added Attachment #18415|0 |1

[Koha-bugs] [Bug 10343] Rename OpacShowHoldNotes to OpacHoldNotes

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10343 M. de Rooy m.de.r...@rijksmuseum.nl changed: What|Removed |Added Attachment #18473|0 |1

[Koha-bugs] [Bug 10343] Rename OpacShowHoldNotes to OpacHoldNotes

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10343 --- Comment #5 from M. de Rooy m.de.r...@rijksmuseum.nl --- Created attachment 18475 -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18475action=edit Bug 10343: Rename OpacShowHoldNotes to OpacHoldNotes As QA followup

[Koha-bugs] [Bug 10377] fix_unimarc_100 could be improved with 210$d values

2013-05-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10377 --- Comment #2 from Paul Poulain paul.poul...@biblibre.com --- I agree with the idea of keeping the value if it's meaningful. What does meaningful mean though ? I would say keep 9-12 if they contain only 4 numbers -- You are

  1   2   >