[Koha-bugs] [Bug 31447] "Please confirm checkout" message uses patron's home library not holds pick up library

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 23 10:17:40 CET 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31447

--- Comment #29 from Emmi Takkinen <emmi.takkinen at koha-suomi.fi> ---
(In reply to Jonathan Druart from comment #28)
> Emmi, did you see the last comments?

I did, but haven't had time to look into this. I'll try to get onto this at
some point today. And with perltidy, I'm guessing you mean at least this
fraction of tests:

my $hold = $builder->build_object({ class => 'Koha::Holds', value => {
        biblionumber => $item->biblionumber,
        branchcode => $library->branchcode,
        itemnumber => undef,
        itemtype => undef,
        priority => 1,
        found => undef,
        suspend => 0,
        item_group_id => $item->item_group
}});

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list