[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
Thu Aug 5 12:33:13 CEST 2021


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

Martin Renvoize <martin.renvoize at ptfs-europe.com> changed:

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

--- Comment #7 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
(In reply to Marcel de Rooy from comment #5)
>                                 <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.

Good catch, my brain was clearly on a go slow there.

I've rebased the patch, added a more details test plan and fixed an additional
error with regards the historical transactions table not adding this field.

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


More information about the Koha-bugs mailing list