[Koha-bugs] [Bug 28389] One should be able to see details for refunds on the register summary page

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 9 08:43:16 CEST 2021


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

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

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

--- Comment #5 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
                                <td>[%- PROCESS account_type_description
account=debit.credit -%]</td>
                                    [%- IF debit.credit.description %][%
debit.credit.description | html %][%- END -%]
                                    [%- IF ( debit.credit.itemnumber ) -%] (<a
href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[%
debit.credit.item.biblionumber | uri %]&itemnumber=[%
debit.credit.itemnumber | uri %]">[% debit.credit.item.biblio.title | html
%]</a>)[%- END -%]
                                <td>[% debit.credit.amount | $Price %]</td>

This does not look good to me at first glance.
You remove <td> and move data outside data tags?
Please explain/correct.

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


More information about the Koha-bugs mailing list