X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tools%2Fletter.pl;h=68c6701f7246755153f55bf6e1fd39bce359d48c;hb=98cfad6e9bcab065a78838c01b3220da0f064298;hp=317ea837b2e21ad9ad7dc2894f8f2ccc54f6d779;hpb=374b6f4b9f33a776d04cdaa696b40e8e033dda32;p=koha_fer diff --git a/tools/letter.pl b/tools/letter.pl index 317ea837b2..68c6701f72 100755 --- a/tools/letter.pl +++ b/tools/letter.pl @@ -115,6 +115,7 @@ $template->param( independant_branch => $my_branch, script_name => $script_name, searchfield => $searchfield, + branchcode => $branchcode, action => $script_name ); @@ -194,8 +195,9 @@ sub add_form { } else { push @{$field_selection}, add_fields('biblio','biblioitems'), - {value => q{}, text => '---ITEMS---' }, + add_fields('items'), {value => 'items.content', text => 'items.content'}, + {value => 'items.fine', text => 'items.fine'}, add_fields('borrowers'); if ($module eq 'circulation') { push @{$field_selection}, add_fields('opac_news');