X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=tools%2Fletter.pl;h=68c6701f7246755153f55bf6e1fd39bce359d48c;hb=8101d83af67f696fc12cc1830d9b51fd120ef6a4;hp=317ea837b2e21ad9ad7dc2894f8f2ccc54f6d779;hpb=60b6c187c46614431f109512c740a3bcf077f342;p=koha-ffzg.git 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');