https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28389
Martin Renvoize <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #7 from Martin Renvoize <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
