[Koha-bugs] [Bug 26274] Expose cash register cashup summaries via an API route.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Feb 15 15:15:14 CET 2021


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

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |additional_work_needed

--- Comment #25 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
There is a failing test on My8

    #   Failed test 'income_grouped arrayref is correct'
    #   at t/db_dependent/Koha/Cash/Register/Cashup.t line 223.
    #     Structures begin differing at:
    #          $got->[0]{debit_type}{description} = 'Overdue fine'
    #     $expected->[0]{debit_type}{description} = 'Account creation fee'
    # Looks like you failed 1 test of 29.

The order is different that the one we expect, I think we should order by
created_on.

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


More information about the Koha-bugs mailing list