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

--- Comment #29 from Emmi Takkinen <[email protected]> ---
(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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to