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

Nick Clemens <n...@bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Failed QA                   |Signed Off

--- Comment #12 from Nick Clemens <n...@bywatersolutions.com> ---
(In reply to Marcel de Rooy from comment #8)
>             if ( C4::Context->preference('UpdateTotalIssuesOnCirc') ) {
>                 UpdateTotalIssues( $item_object->biblionumber, 1, undef, {
> skip_holds_queue => 1 } );
>             }
> 
> IIUC AddIssue will no longer crash on an invalid metadata record, right? Is
> that really what we want?

This was an unintended consequence, however, I do think this is what we want -
there will be a warning in the logs - but why should we prevent checking out an
item with a bad record? We should be handling that on creation or editing of a
record.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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