[Koha-bugs] [Bug 26583] New: Unnecessary code in AddIssue

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Sep 30 20:02:18 CEST 2020


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

            Bug ID: 26583
           Summary: Unnecessary code in AddIssue
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Circulation
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: nick at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com

A few small things:

1 - We calculate the datedue twice
2 - We check for an existing issue, but if we didn't do a renewal then we
returned the book, there shouldn't be any issues
3 - We call ModDateLastSeen which simply set the datelast seen and marks item
not lost, but we are already setting ti not lost when issuing

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list