https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43040
Bug ID: 43040
Summary: We should check if we need to check previous checkouts
before we do so
Initiative type: ---
Sponsorship ---
status:
Product: Koha
Version: Main
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Circulation
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
Target Milestone: ---
Currently:
my $check_previous_checkout =
$patron->do_check_for_previous_checkout($item_unblessed);
if ( $patron->wants_check_for_previous_checkout($item_object) &&
$check_previous_checkout ) {
So we might do the check and throw it away, seems avoidable
--
You are receiving this mail because:
You are the assignee for the bug.
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/