https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20629
--- Comment #10 from M. Tompsett <[email protected]> --- Comment on attachment 80622 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80622 Bug 20629 - Pass accountline objects to template instead of hashref Review of attachment 80622: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=20629&attachment=80622) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt @@ +75,5 @@ > [% ELSE %] > <a target="_blank" > href="printinvoice.pl?action=print&accountlines_id=[% > account.accountlines_id | html %]&borrowernumber=[% > account.borrowernumber | html %]" class="btn btn-default btn-xs"><i class="fa > fa-print"></i> Print</a> > [% END %] > <a href="accountline-details.pl?accountlines_id=[% > account.accountlines_id | html %]" class="btn btn-default btn-xs"><i > class="fa fa-list"></i> Details</a> > [% IF ( reverse_col) %] reverse_col is always 0, because it is passed as 0, and you don't set it above, and you need to set it BEFORE the header. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
