diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt index 10cc063006..3066c1cd09 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt @@ -115,6 +115,15 @@ [% UNLESS ( enter ) %][% INCLUDE 'acquisitions-toolbar.inc' %][% END %] [% IF ( enter ) %]
+
+ + [% IF ( booksellerid ) %] + + [% ELSE %] + + [% END %] Cancel +
+
Company details @@ -242,6 +251,7 @@
[% IF ( booksellerid ) %] [% ELSE %] [% END %]Cancel
+
[% ELSE %]

[% name | html %]

@@ -351,9 +361,9 @@ - [% MACRO jsinclude BLOCK %] [% Asset.js("js/acquisitions-menu.js") | $raw %] + [% Asset.js("lib/jquery/plugins/jquery.fixFloat.js") | $raw %] [% INCLUDE 'datatables.inc' %] [% END %]