@@ -, +, @@ --- .../prog/en/modules/acqui/uncertainprice.tt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt @@ -102,6 +102,7 @@ Basket [% tp('noun', 'Order') | html %] + Edit By Uncertain Price @@ -112,7 +113,7 @@ [% FOREACH uncertainpriceorder IN uncertainpriceorders %] - [% uncertainpriceorder.basketname | html %] + [% uncertainpriceorder.basketname %] [% uncertainpriceorder.title | html %] @@ -125,9 +126,9 @@ [% END %] [% IF ( uncertainpriceorder.isbn ) %]
[% uncertainpriceorder.isbn | html %][% END %]
- - Edit - + + + Edit [% uncertainpriceorder.firstname | html %] [% uncertainpriceorder.surname | html %] @@ -172,7 +173,7 @@ $(document).ready(function() { var uncertainpricet = $("#uncertainpricet").dataTable($.extend(true, {}, dataTablesDefaults, { "aoColumnDefs": [ - { "aTargets": [ -1, -2, -3 ], "bSortable": false, "bSearchable": false }, + { "aTargets": [ 2, -1, -2, -3 ], "bSortable": false, "bSearchable": false }, ], "sPaginationType": "full" })); --