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

--- Comment #5 from Tomás Cohen Arazi <[email protected]> ---
(In reply to Frédéric Demians from comment #4)
> Coming back from bug 25297, I have a question: Is it necessary to explicitly
> call:
> 
>   Koha::Objects->new->empty;
> 
> When you assign a result:
>  
>   my $result = Koha::Holds->new;
> 
> Don't you have already $result->count == 0 ?

I wrote the regression tests for the behavior so you can play with other
options. The short answer is Koha::Holds->new refers to the whole table rows.

-- 
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