[Koha-bugs] [Bug 22521] Convert fines handling to use 'status' instead of two accounttypes

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 11 21:02:42 CEST 2019


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

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #69 from Kyle M Hall <kyle at bywatersolutions.com> ---
Looks good! I only have a one issue: Shouldn't VOID be in these blocks on the
staff and opac side?

[%- BLOCK account_status_description -%]
    [%- SWITCH account.status -%]
        [%- CASE 'UNRETURNED' -%]<span> (Accruing)</span>
        [%- CASE 'RETURNED'   -%]<span> (Returned)</span>
        [%- CASE 'FORGIVEN'   -%]<span> (Forgiven)</span>
        [%- CASE              -%]
    [%- END -%]
[%- END -%]

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


More information about the Koha-bugs mailing list