@@ -, +, @@ has changed to "No" --- admin/branches.pl | 1 + koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt | 3 +++ 2 files changed, 4 insertions(+) --- a/admin/branches.pl +++ a/admin/branches.pl @@ -76,6 +76,7 @@ if ( $op eq 'add_form' ) { branchip branchnotes opac_info + pickup_location ); my $is_a_modif = $input->param('is_a_modif'); --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt @@ -192,6 +192,7 @@ tinyMCE.init({
  • Can be entered as a single IP, or a subnet such as 192.168.1.*
  • +
  • @@ -227,6 +228,7 @@ tinyMCE.init({ Address Properties IP + Pickup location Actions @@ -268,6 +270,7 @@ tinyMCE.init({ [% END %] [% library.branchip %] + [% IF library.pickup_location %]Yes[% ELSE %]No[% END %] Edit Delete --