@@ -, +, @@ reserves a homebranch different from the items homebranch --- course_reserves/batch_add_items.pl | 2 ++ .../prog/en/modules/course_reserves/batch_add_items.tt | 10 ++++++++++ 2 files changed, 12 insertions(+) --- a/course_reserves/batch_add_items.pl +++ a/course_reserves/batch_add_items.pl @@ -37,6 +37,7 @@ my $barcodes = $cgi->param('barcodes') || q{}; my $itype = $cgi->param('itype'); my $ccode = $cgi->param('ccode'); +my $homebranch = $cgi->param('homebranch'); my $holdingbranch = $cgi->param('holdingbranch'); my $location = $cgi->param('location'); my $staff_note = $cgi->param('staff_note'); @@ -81,6 +82,7 @@ if ( $course_id && $course ) { itemnumber => $item->id, itype => $itype, ccode => $ccode, + homebranch => $homebranch, holdingbranch => $holdingbranch, location => $location, ); --- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_add_items.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_add_items.tt @@ -66,6 +66,16 @@
  • + + +
  • + +