http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6777 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #8 from Paul Poulain <paul.poulain@biblibre.com> --- (In reply to comment #7)
Like as Katrin said, I don't think we want to add these informations. On the detail.pl page, we display item's informations. A link to the order is too specific. I agree with Jonathan here,
Moreover, On the moredetail.pl page, we already have a link to the basket. Maybe we want change this link with another which points to the order page (neworderempty.pl). Agreed too
I don't failed QA because I need another QA point of view.
Technically, with template toolkit, the following line
[% IF ( A ) %] [% IF ( B ) %] text [% END %][% END %]
can be replaced with
[% IF ( A and B ) %] text [% END %]
It is more readable. Agreeing as well,
overall, failed QA, sorry -- You are receiving this mail because: You are watching all bug changes.