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

            Bug ID: 19276
           Summary: CanBookBeIssued: unsuccessfully refers to borrower
                    category_type X
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

This code seems to be unused now:
    if ( $borrower->{'category_type'} eq 'X' && (  $item->{barcode}  )) {
        # stats only borrower -- add entry to statistics table, and return
issuingimpossible{STATS} = 1  .
        &UpdateStats({
...

Why? The key category_type does not exist. Or perhaps does no longer exist.
Perhaps it has been refactored to a Koha object hash or something ?
The check itself refers to a column in the categories table that formerly got
included in the borrower hash.

-- 
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]
http://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