@@ -, +, @@ 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 @@ -146,6 +146,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.
  • +
  • @@ -181,6 +182,7 @@ Address MARC organization code IP + Pickup location Actions @@ -218,6 +220,7 @@ [% library.marcorgcode %] [% library.branchip %] + [% IF library.pickup_location %]Yes[% ELSE %]No[% END %] Edit
    --