IRC log for #koha, 2014-04-18

All times shown according to UTC.

Time S Nick Message
02:58 bshum joined #koha
16:39 logbot joined #koha
16:39 Topic for #koha is now Next general meeting is 7 May 2014 at 15:00 and 21:00 UTC. Welcome to the IRC home of Koha http://koha-community.org. Please use http://paste.koha-community.org for pastes.
16:39 gmcharlt testing
16:40 pastebot joined #koha
16:41 pastebot "gmcharlt" at 127.0.0.1 pasted "test" (1 line) at http://paste.koha-community.org/1
16:41 gmcharlt all better now
16:42 cait gmcharlt++ :)
16:48 oleonard I could have been shooting my mouth off all morning and didn't take advantage of it.
16:49 * cait hands out cookies
16:52 reiveune bye
16:52 reiveune left #koha
16:53 jwellner-Stanwood joined #koha
18:04 gmcharlt cait++
18:11 francharb Is it possible to use the matching rules with the authorities import tool
18:11 francharb ?
18:11 jcamins Yes.
18:13 francharb jcamins, have you ever tried it? I'm trying with "Local-Number" index but it doesnt work
18:14 francharb right now, I'm trying with the heading index
18:14 jcamins francharb: yes, but if you're not using QP, you don't have access to regular indexes.
18:14 francharb so, it's a yes with QP
18:14 jcamins No, it's a yes in both cases.
18:14 jcamins You're just limited to the indexes Koha supports for authorities.
18:15 jcamins Without QP, there are three indexes supported by Koha.
18:15 jcamins Check SearchAuthorites for the list.
18:15 francharb thanks!
18:15 francharb you answered my question before I asked it
18:15 francharb ahah
18:16 francharb thanks jcamins
18:16 jcamins You're welcome.
18:18 jcamins @later tell mtompset I have no opinion on bug 9551. CSS should be included in the order necessary to make overrides work properly.
18:18 huginn jcamins: The operation succeeded.
18:58 druthb NateC:  http://www.spacex.com/webcast/  # T minus 26-ish
19:08 rambutan http://www.spacex.com/webcast/  <- I can't get more than a few seconds before it times out
19:11 druthb fat_pipes_to_the_interwebs++
19:33 huginn New commit(s) kohagit: Bug 10533: move JavaScript functions for basket groups to a separate file <http://git.koha-community.org/[…]3e0c36e58f988b161>
19:41 DaSa joined #koha
19:59 rambutan anybody noticed any circulation.pl problems with 3.14?
20:00 rambutan specifically consuming CPU time?
20:17 NateC left #koha
20:50 DaSa left #koha
20:57 huginn New commit(s) kohagit: Bug 12098: (follow-up) put can_show_subscription() into use <http://git.koha-community.org/[…]9994883e04b61cb67> / Bug 12098: (follow-up) deal with FIXMEs in t/db_dependent/Serials_2.t <http://git.koha-community.org/[…]43405898c21380926> / Bug 12098: Refactor can_*_subscription in C4::Serials <http://git.koha-communit
21:09 huginn New commit(s) kohagit: Bug 12003: Do not calculate next pubdate for irregular subscriptions <http://git.koha-community.org/[…]e6373b9a8c8615bdc>
21:19 huginn New commit(s) kohagit: Bug 11689: (follow-up) fix another warning when running Serials.t <http://git.koha-community.org/[…]2ce9590c07f7da9ec> / Bug 11689: (follow-up) fix warnings generated when running Serials.t <http://git.koha-community.org/[…]595ff0d2ab4c2e5fc> / Bug 11689: Add unit tests for serials statuses <http://git.koha-community.
21:20 Sean joined #koha
21:21 Sean Loan rule question: library A has a default all rule with a hard due date. The "all libraries" table has a default all rule for a 3 week checkout for the same patron/item type. Which rule is supposed to take precedence?
21:24 cait A
21:24 cait all rules is a decault, it's overwritten by the more specific rule for an individual library
21:27 Sean Thanks, cait. We're wrestling these rules for our lone academic library where items from other libraries are checking out with a hard due date, when they should have the default all loan rule applied (3 wks)
21:28 cait there is a note on top of the page in which order the rules should apply
21:28 Sean Is it correct that we cannot apply a loan rule based upon owning library? That is, only those items owned by the academic library would have the hard due date, while items owned by all other libraries use the default all rule?
21:29 cait which rules apply is set in the system preferences
21:29 Sean saw the note, for some reason I glossed over the "first found" portion of it :)
21:29 huginn New commit(s) kohagit: Bug 11752: display the correct frequency for serial subscriptions in OPAC details <http://git.koha-community.org/[…]b4582a3e1bc913ecd>
21:29 cait you should take a look at homeor holding branch
21:29 cait but there are several
21:31 cait HomeOrHoldingBranch
21:31 cait Use the checkout and fines rules of
21:31 cait the library the item is from
21:32 cait hsould make this work i think
21:33 Sean thanks, cait, yeah we use homeorholding branch = "Use the checkout and fines rules of the library the item is from" yet the hard due date was still applied to an item not owned by the academic library
21:34 cait hmm
21:34 cait it's a bit hard to tell
21:35 cait does the academic library use the same itemtypes as your library?
21:35 Sean yes
21:35 cait hm i was wondering if we could secure this a bit more
21:35 cait which version are you using?
21:36 Sean On further inspection I think I might be seeing some holes in the loan rules of the holding library, though. we're on 3.14.03.000
21:36 cait i was hoping we could try that first
21:36 cait making the rules more specific
21:37 cait if it really doesn't work... and it should, you can file a bug
21:38 Sean can do, thanks a lot cait!
21:38 cait i mean according to the preference it should totally be possible to make tha twork
21:49 huginn New commit(s) kohagit: Bug 11416: fix case where serials item editor was incorrectly hiding fields <http://git.koha-community.org/[…]3918b843761481c36>
21:50 kmlussier left #koha
21:59 huginn New commit(s) kohagit: Bug 11148: (follow-up) add more test cases <http://git.koha-community.org/[…]aee437556eed680b1> / Bug 11148: (follow-up) restore useful test removed by previous patch <http://git.koha-community.org/[…]6e1fba024a5f76e59> / Bug 11148: Add a as_due_date parameter to the output_pref routine <http://git.koha-community.org/
22:00 ibeardslee joined #koha
22:03 wajasu joined #koha
22:09 huginn New commit(s) kohagit: Bug 10090: display item type description instead of code on acq ordered and spent... <http://git.koha-community.org/[…]8e2bf5b03ad666b57> / Bug 11914: fix two issues when creating an order from a suggestion <http://git.koha-community.org/[…]1bcbac106ee534c92>
22:11 rambutan left #koha
22:19 huginn New commit(s) kohagit: Bug 11680: (follow-up) fix unexpected tax rate changes on edit <http://git.koha-community.org/[…]c5e83971d0717592a> / Bug 11680: fix case where tax rate changes unexpectedly on editing an order <http://git.koha-community.org/[…]53666f62f809f0861>
22:37 hankbank joined #koha
22:39 huginn New commit(s) kohagit: Bug 9578: avoid a search crash when attempting to sort results of invalid query <http://git.koha-community.org/[…]4bae12f0342b776ad> / Bug 9578: add regression test <http://git.koha-community.org/[…]3fa624574d13fe7ff>
23:32 huginn New commit(s) kohagit: Bug 11231: remove reference to ambiguous notes column from two hold request reports <http://git.koha-community.org/[…]32f1a46aec1ccb1c4>
23:44 ibeardslee joined #koha

| Channels | #koha index | Today | | Search | Google Search | Plain-Text | plain, newest first | summary