http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6777
--- Comment #7 from Jonathan Druart <[email protected]> --- 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. 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). 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. -- 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/
