@@ -, +, @@ - Place a hold on a biblio record which has several items - Define different location and itypes for these items - Display the hold on the "Holds to pull" screen and make sure the --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt @@ -89,7 +89,7 @@ [% END %] [% FOREACH holdingbranch IN reserveloo.holdingbranches %] - [% Branches.GetName ( holdingbranch ) %]
+ [% Branches.GetName ( holdingbranch ) %] [% END %]

[% reserveloo.itemcallnumber %]

@@ -102,7 +102,7 @@ [% FOREACH loc IN reserveloo.locations %] - [% AuthorisedValues.GetByCode('LOC', loc) %]
+ [% AuthorisedValues.GetByCode('LOC', loc) %] [% END %] @@ -208,7 +208,7 @@ "aoColumnDefs": [ { "sType": "anti-the", "aTargets" : [ "anti-the" ] }, { "sType": "title-string", "aTargets" : [ "title-string" ] }, - { "sType": "string", "aTargets": [ "string-sort" ] } //Target columns that use
separators and pull-down menus. + { "sType": "string", "aTargets": [ "string-sort" ] } ], "sPaginationType": "full_numbers" }, columns_settings); @@ -218,7 +218,7 @@ var cD = ColumnData; var new_array = new Array(); for ( j=0 ; j/gi); + var split_array = cD[j].split(/\n/gi); for ( k=0 ; k 0 ) { --