[Koha-bugs] [Bug 15683] New: Inconsistent population of lastreneweddate between AddRenewal and AddIssue

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 27 18:40:44 CET 2016


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

            Bug ID: 15683
           Summary: Inconsistent population of lastreneweddate between
                    AddRenewal and AddIssue
 Change sponsored?: ---
           Product: Koha
           Version: 3.20
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Circulation
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: barton at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com

When lastreneweddate is populated via C4::Circulation::AddRenewal, it is added
as a date, whereas C4::Circulation::AddIssue stores it as DateTime, i.e. hours,
minutes and seconds are populated.

Because of hourly loans, I think that it only makes sense to store
lastreneweddate as a full datetime.

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