[Koha-bugs] [Bug 15332] New: ModMember not interpreting dates (Batch patron modification)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Dec 8 18:56:33 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15332

            Bug ID: 15332
           Summary: ModMember not interpreting dates (Batch patron
                    modification)
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: critical
          Priority: P5 - low
         Component: Tools
          Assignee: gmcharlt at gmail.com
          Reporter: nick at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org

ModMember is not correctly interpreting dates if not passed in in ISO format.

To see the issue:
Go to Tools->Batch patron modification
Enter some cardnumbers
update any date field for the patrons
Result is all null in that column

The dates are being passed directly to ModMember without reformatting but there
is an issue with DBIx::Class::ResultSet update where by dates are not
processed/deflated 
http://search.cpan.org/dist/DBIx-Class/lib/DBIx/Class/ResultSet.pm#update

I don't know whether the correct path here is to fix the call in Modmember, or
to make modborrowers.pl pass the dates in a better format

Marking as critical since data can be lost

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


More information about the Koha-bugs mailing list