Bug 15184: Fix TT filter
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
This commit is contained in:
parent
4f51ad6136
commit
b844c3c46f
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ Basket [% basket.basketno | html %] › Duplicate existing orders
|
|||
<td>[% order.authorisedbyname | html %]</td>
|
||||
<td>
|
||||
[% IF ( order.basketgroupid ) %]
|
||||
[% order.groupname | html %] (<a href="basketgroup.pl?op=add&booksellerid=[% order.id | uri %]&basketgroupid=[% order.basketgroupid | html %]">[% order.basketgroupid | html %]</a>)
|
||||
[% order.groupname | html %] (<a href="basketgroup.pl?op=add&booksellerid=[% order.id | uri %]&basketgroupid=[% order.basketgroupid | uri %]">[% order.basketgroupid | html %]</a>)
|
||||
[% ELSE %]
|
||||
|
||||
[% END %]
|
||||
|
|
Loading…
Reference in a new issue