View | Details | Raw Unified | Return to bug 19996
Collapse All | Expand All

(-)a/cataloguing/value_builder/unimarc_field_106.pl (-2 / +1 lines)
Lines 45-51 return ($field_number,$res); Link Here
45
sub plugin {
45
sub plugin {
46
my ($input) = @_;
46
my ($input) = @_;
47
	my $index= $input->param('index');
47
	my $index= $input->param('index');
48
	my $result= $input->param('result');
48
	my $result= $input->param('result') || q{};
49
49
50
	my $dbh = C4::Context->dbh;
50
	my $dbh = C4::Context->dbh;
51
my ($template, $loggedinuser, $cookie)
51
my ($template, $loggedinuser, $cookie)
52
- 

Return to bug 19996