@@ -, +, @@ regression) --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt @@ -144,12 +144,12 @@ [% IF not basket.closedate and supplier.active %] + [% IF basket.uncertainprices OR ( basket.total_items && !basket.is_standing ) %]
[%# There should be no space between these two buttons, it would render badly %] - View + Add to basket
- [% ELSE %] - View + [% ELSE %] + Add to basket + [% END %] [% END %] --