From bugzilla-daemon at bugs.koha-community.org Fri Feb 1 02:23:42 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 Feb 2013 01:23:42 +0000 Subject: [Koha-bugs] [Bug 8369] default_branch_circ_rule and default_circ_rules tables useless In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8369 --- Comment #18 from Jared Camins-Esakov --- Is there a reason we couldn't keep the foreign key constraint and use NULL to mean all branches/all patron types/all item types? It seems a shame to lose the database-enforced consistency. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Feb 1 03:20:14 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 Feb 2013 02:20:14 +0000 Subject: [Koha-bugs] [Bug 8292] clicking ignore on hold cancels transfer In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8292 Liz Rea (CatalystIT) changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Passed QA CC| |liz at catalyst.net.nz --- Comment #7 from Liz Rea (CatalystIT) --- I sign off on this after thorough testing of this scenario: Library A, B Patrons 1a, 2b (letters denote which branch the patron is from) Reserves 1, 2 Reserve 1 is placed for patron 2b Reserve 2 is placed for patron 3c Item is pulled from the shelf at library A (home library) Checked in, for hold for patron 2b Library clicks Confirm, sends item to B. B checks in the item Clicks "Ignore" Prompt says "Return to A" <- Good! Without the patch, this doesn't happen. However, and I think this is actually a different problem unrelated to this patch, but needs to be documented - Let's just say, that the staff member at B put it down on the desk (got interrupted) and another staff member picks up the book and checks it in again at library B. This is what they will see: http://i.imgur.com/AVGQTmK.png and in the detail: http://i.imgur.com/3z6K5iy.png What should this new staff member do and what are those messages actually trying to say? My point is, this patch greatly increases the likelihood of seeing dual prompts, and those prompts need to be made more understandable. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Feb 1 03:33:02 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 Feb 2013 02:33:02 +0000 Subject: [Koha-bugs] [Bug 8292] clicking ignore on hold cancels transfer In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8292 Liz Rea (CatalystIT) changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #14841|0 |1 is obsolete| | --- Comment #8 from Liz Rea (CatalystIT) --- Created attachment 14990 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14990&action=edit Bug 8292 - Clicking ignore on hold cancels transfer Clicking 'ignore' in the hold confirmation box does nothing but make the confirmation box disappear. No further actions are taken. The code to do the transfer is never executed, and the item sits at the holdingbranch library. If you're ignoring the hold, you want the checkin to proceed as if the hold had never popped up in the first place, and that means doing a return home if appropriate. To test, place a hold on an item for delivery to Library A. Check that item in at Library B. Click "Ignore" in the hold confirmation message. Before the patch, doing so would simply trigger JavaScript to hide the dialog. After the patch the form will be sumitted and the item will be transfered without fulfilling the hold. Signed-off-by: Owen Leonard Added description and test plan to the best of my understanding of what this patch is trying to accomplish based on the bug report. The patch works if I'm correct in my test plan. Signed-off-by: Katrin Fischer All tests and QA script pass. Tests done: 1) Add an item hold on an item from library B for a patron from library A, pickup location is library A 2) Check in item at library A 3) Click 'ignore' a) AutomaticItemReturn is ON = Koha provides a link to print the transfer slip. b) AutomaticItemReturn is OFF = Koha provides 3 options: Confirm transfer and print slip, confirm transfer, don't confirm transfer. Without the patch the item was returned, but the transfer wasn't triggered. Signed-off-by: Liz Rea -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Feb 1 03:36:59 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 Feb 2013 02:36:59 +0000 Subject: [Koha-bugs] [Bug 8292] clicking ignore on hold cancels transfer In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8292 --- Comment #9 from Liz Rea (CatalystIT) --- I want to also note, that if the item is checked in at library A, the next hold isn't triggered at check in. That behaviour probably has something to do with bug 9322, and I believe it's longstanding behaviour. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Feb 1 03:39:50 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 Feb 2013 02:39:50 +0000 Subject: [Koha-bugs] [Bug 9322] If multiple transfers exist (from circ/branchtransfers.pl), completing one completes them all In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9322 --- Comment #3 from Liz Rea (CatalystIT) --- bug 8292 introduces an automaticitemreturn transfer that will trigger this as well. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Feb 1 03:47:55 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 Feb 2013 02:47:55 +0000 Subject: [Koha-bugs] [Bug 9527] New: add all-all-all circulation rule to sample data Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9527 Bug ID: 9527 Summary: add all-all-all circulation rule to sample data Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Database Assignee: gmcharlt at gmail.com Reporter: liz at catalyst.net.nz You can't do much in circ without a default rule - and we don't have one out of the box. We should add one. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Feb 1 03:49:17 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 Feb 2013 02:49:17 +0000 Subject: [Koha-bugs] [Bug 9528] New: Add delivery branch to the place hold display Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9528 Bug ID: 9528 Summary: Add delivery branch to the place hold display Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Hold requests Assignee: koha-bugs at lists.koha-community.org Reporter: liz at catalyst.net.nz CC: gmcharlt at gmail.com It would be nice to see where each item was supposed to be delivered to, both for troubleshooting and verification purposes. Bonus, it should be editable without deleting and re-adding the reserve. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Feb 1 08:39:44 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 Feb 2013 07:39:44 +0000 Subject: [Koha-bugs] [Bug 9330] Patron duplication : should duplicate with empty title (salutation field) In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9330 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #14332|0 |1 is obsolete| | --- Comment #3 from M. de Rooy --- Created attachment 14991 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14991&action=edit Bug 9330: title field empty when duplicating a patron For a duplicated patron, the "Saluation" information is now empty by default. Signed-off-by: Owen Leonard Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Feb 1 08:40:06 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 Feb 2013 07:40:06 +0000 Subject: [Koha-bugs] [Bug 9330] Patron duplication : should duplicate with empty title (salutation field) In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9330 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Needs Signoff CC| |m.de.rooy at rijksmuseum.nl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Feb 1 08:40:16 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 Feb 2013 07:40:16 +0000 Subject: [Koha-bugs] [Bug 9330] Patron duplication : should duplicate with empty title (salutation field) In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9330 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Feb 1 08:40:25 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 Feb 2013 07:40:25 +0000 Subject: [Koha-bugs] [Bug 9330] Patron duplication : should duplicate with empty title (salutation field) In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9330 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Feb 1 08:43:32 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 Feb 2013 07:43:32 +0000 Subject: [Koha-bugs] [Bug 9330] Patron duplication : should duplicate with empty title (salutation field) In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9330 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact| |m.de.rooy at rijksmuseum.nl --- Comment #4 from M. de Rooy --- Works as advertised. The need why this salutation should be empty, is not really made clear in the report description btw. But I do not see any harm in it. Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Feb 1 08:59:41 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 Feb 2013 07:59:41 +0000 Subject: [Koha-bugs] [Bug 9147] OPAC hidden fields are not hidden in ISBD view In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9147 --- Comment #7 from Chris Cormack --- Yes it can be, however it changed templates when we were in string freeze so couldn't be pushed before 3.10.2 and 3.8.9 were released. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Feb 1 09:01:46 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 Feb 2013 08:01:46 +0000 Subject: [Koha-bugs] [Bug 9147] OPAC hidden fields are not hidden in ISBD view In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9147 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable --- Comment #8 from Chris Cormack --- Pushed to 3.10.x and 3.8.x will be in 3.10.3 and 3.8.10 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Feb 1 09:03:25 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 Feb 2013 08:03:25 +0000 Subject: [Koha-bugs] [Bug 9102] [SECURITY] We should set httponly on our session cookie In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9102 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl QA Contact| |m.de.rooy at rijksmuseum.nl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Feb 1 09:03:39 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 Feb 2013 08:03:39 +0000 Subject: [Koha-bugs] [Bug 9310] Patron image upload template corrections In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9310 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |chris at bigballofwax.co.nz --- Comment #6 from Chris Cormack --- Pushed to 3.10.x and 3.8.x, will be in 3.10.3 and 3.8.10 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Feb 1 09:06:45 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 Feb 2013 08:06:45 +0000 Subject: [Koha-bugs] [Bug 9108] Add uk/euro date sort filter to pages which require it In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9108 --- Comment #16 from Chris Cormack --- Patches do not apply cleanly to 3.10.x or 3.8.x please rebase for those branches if you want it in them. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Feb 1 09:09:47 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 Feb 2013 08:09:47 +0000 Subject: [Koha-bugs] [Bug 9276] Display of biblio-level authorized values on OPAC search results broken In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9276 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable --- Comment #6 from Chris Cormack --- Pushed to 3.10.x and 3.8.x will be in 3.10.3 and 3.8.10 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Feb 1 09:12:09 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 Feb 2013 08:12:09 +0000 Subject: [Koha-bugs] [Bug 9348] Format dates in HOLD notices consistently In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9348 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |chris at bigballofwax.co.nz --- Comment #7 from Chris Cormack --- Pushed to 3.10.x and 3.8.x will be in 3.10.3 and 3.8.10 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Feb 1 09:14:32 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 Feb 2013 08:14:32 +0000 Subject: [Koha-bugs] [Bug 9357] Missing 'c' option in LEADER_18 value builder In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9357 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |chris at bigballofwax.co.nz --- Comment #7 from Chris Cormack --- Pushed to 3.10.x and 3.8.x, will be in 3.10.3 and 3.8.10 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Feb 1 09:16:40 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 Feb 2013 08:16:40 +0000 Subject: [Koha-bugs] [Bug 9364] Wrong billing/delivery addresses when creating a basket In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9364 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |chris at bigballofwax.co.nz --- Comment #6 from Chris Cormack --- Pushed to 3.10.x will be in 3.10.3 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Feb 1 09:19:38 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 Feb 2013 08:19:38 +0000 Subject: [Koha-bugs] [Bug 9236] deleting an order when receiving redirects to closed basket In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9236 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |chris at bigballofwax.co.nz --- Comment #19 from Chris Cormack --- Pushed to 3.10.x will be in 3.10.3 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Feb 1 09:22:03 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 Feb 2013 08:22:03 +0000 Subject: [Koha-bugs] [Bug 9116] Code cleaning: Remove some useless temp variables In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9116 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |chris at bigballofwax.co.nz --- Comment #5 from Chris Cormack --- Pushed to 3.10.x will be in 3.10.3 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Feb 1 09:25:21 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 Feb 2013 08:25:21 +0000 Subject: [Koha-bugs] [Bug 9147] OPAC hidden fields are not hidden in ISBD view In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9147 --- Comment #9 from Fridolyn SOMERS --- (In reply to comment #8) > Pushed to 3.10.x and 3.8.x will be in 3.10.3 and 3.8.10 Perfect, thanks a lot. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Feb 1 09:25:42 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 Feb 2013 08:25:42 +0000 Subject: [Koha-bugs] [Bug 9407] patrons search should match substrings In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9407 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |chris at bigballofwax.co.nz --- Comment #11 from Chris Cormack --- Pushed to 3.10.x and 3.8.x will be in 3.10.3 ad 3.8.10 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Feb 1 09:26:36 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 Feb 2013 08:26:36 +0000 Subject: [Koha-bugs] [Bug 9503] Link from histsearch via invoicenumber results in error In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9503 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #7 from Jonathan Druart --- Thanks Colin. Marked as Passed QA. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Feb 1 09:26:50 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 Feb 2013 08:26:50 +0000 Subject: [Koha-bugs] [Bug 9503] Link from histsearch via invoicenumber results in error In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9503 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #14920|0 |1 is obsolete| | --- Comment #8 from Jonathan Druart --- Created attachment 14992 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14992&action=edit Bug 9503 Correct name of parameter passed to parcel.pl invoiceid was being passed as invoice causing GetInvoiceDetails to silently fail and a system error downstream when accessing the 'orders' element of the undefined invoice Added an error message if GetInvoiceDetails called on undef Signed-off-by: Galen Charlton Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Feb 1 09:26:58 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 Feb 2013 08:26:58 +0000 Subject: [Koha-bugs] [Bug 9503] Link from histsearch via invoicenumber results in error In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9503 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #14981|0 |1 is obsolete| | --- Comment #9 from Jonathan Druart --- Created attachment 14993 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14993&action=edit Bug 9503: Followup remove unused parameters passed to parcel.pl The booksellerid and datereceive parameters are useless. Signed-off-by: Colin Campbell Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Feb 1 09:28:04 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 Feb 2013 08:28:04 +0000 Subject: [Koha-bugs] [Bug 9343] SIP doesn't handle debarred date/status correctly In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9343 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz --- Comment #5 from Chris Cormack --- Does not apply to 3.10.x please rebase if you will it to be that branch. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Feb 1 09:31:15 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 Feb 2013 08:31:15 +0000 Subject: [Koha-bugs] [Bug 9281] Impossible to create an order from a staged file In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9281 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |chris at bigballofwax.co.nz --- Comment #15 from Chris Cormack --- Pushed to 3.10.x and 3.8.x will be in 3.10.3 and 3.8.10 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Feb 1 09:32:47 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 Feb 2013 08:32:47 +0000 Subject: [Koha-bugs] [Bug 9384] With OPACPatronDetails set to 'don't allow' a form shows In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9384 --- Comment #8 from Jonathan Druart --- (In reply to comment #7) > This patch works as far as it goes, but it does not add any check to > opac-memberentry.pl to redirect the user if they end up on that page with > OPACPatronDetails set to "Don't allow," and it really needs to before I push > it. So I think the followup will delete some tests in the opac-memberentry.tt template ([% IF OPACPatronDetails %]). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Feb 1 09:32:53 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 Feb 2013 08:32:53 +0000 Subject: [Koha-bugs] [Bug 9391] Issues on serial collection page no longer show status In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9391 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz --- Comment #5 from Chris Cormack --- Doesn't apply to 3.10.x please rebase if you wish it in that branch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Feb 1 09:34:49 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 Feb 2013 08:34:49 +0000 Subject: [Koha-bugs] [Bug 9280] Bad price calculation when filling a basket with staged records In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9280 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |chris at bigballofwax.co.nz --- Comment #17 from Chris Cormack --- Pushed to 3.10.x will be in 3.10.3 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Feb 1 09:39:02 2013 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 01 Feb 2013 08:39:02 +0000 Subject: [Koha-bugs] [Bug 9402] useless letter "v" between 2