@@ -, +, @@ and vendor search templates - In the new subscription form, click the "Search for a vendor" link. - In the popup, search for a vendor. Confirm that clicking "Choose" selects the correct vendor. - From the detail page of an existing subscription, click "Create routing list." - Search for a patron and test that the "Add" button in search results works correctly to add patrons to the routing list. --- .../prog/en/modules/serials/acqui-search-result.tt | 16 +++++++++++++--- .../prog/en/modules/serials/tables/members_results.tt | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/acqui-search-result.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/acqui-search-result.tt @@ -1,7 +1,7 @@ [% INCLUDE 'doc-head-open.inc' %] Koha › Serials › Select vendor [% INCLUDE 'doc-head-close.inc' %] - @@ -29,13 +37,15 @@ function GetIt(aqbooksellerid,name) [% FOREACH loop_supplier IN loop_suppliers %] [% loop_supplier.name %] - Choose + Choose [% END %] [% END %] -

Perform a new search Close

+

Perform a new search

+ +
Cancel
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/tables/members_results.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/tables/members_results.tt @@ -13,7 +13,7 @@ "dt_branch": "[% data.branchname |html %]", "dt_action": - "Add" + "Add" }[% UNLESS loop.last %],[% END %] [% END %] ] --