@@ -, +, @@ 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 @@ -74,6 +74,7 @@ if ( $op eq 'add_form' ) { branchnotes opac_info marcorgcode + 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 @@ -147,6 +147,7 @@
  • Can be entered as a single IP, or a subnet such as 192.168.1.*
  • If not filled in defaults to system preference MARCOrgCode. You can obtain your code from Library of Congress.
  • +
  • @@ -182,6 +183,7 @@ Address MARC organization code IP + Pickup location Actions @@ -219,6 +221,7 @@ [% library.marcorgcode | html %] [% library.branchip | html %] + [% IF library.pickup_location %]Yes[% ELSE %]No[% END %] Edit
    --