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

(-)a/cataloguing/value_builder/unimarc_field_125.pl (-1 / +2 lines)
Lines 27-37 use C4::Context; Link Here
27
use C4::Search;
27
use C4::Search;
28
use C4::Output;
28
use C4::Output;
29
29
30
=head1
30
=head1 DESCRIPTION
31
31
32
plugin_parameters : other parameters added when the plugin is called by the dopop function
32
plugin_parameters : other parameters added when the plugin is called by the dopop function
33
33
34
=cut
34
=cut
35
35
sub plugin_parameters {
36
sub plugin_parameters {
36
my ($dbh,$record,$tagslib,$i,$tabloop) = @_;
37
my ($dbh,$record,$tagslib,$i,$tabloop) = @_;
37
return "";
38
return "";
(-)a/cataloguing/value_builder/unimarc_field_126b.pl (-1 / +2 lines)
Lines 27-37 use C4::Context; Link Here
27
use C4::Search;
27
use C4::Search;
28
use C4::Output;
28
use C4::Output;
29
29
30
=head1
30
=head1 DECRIPTION
31
31
32
plugin_parameters : other parameters added when the plugin is called by the dopop function
32
plugin_parameters : other parameters added when the plugin is called by the dopop function
33
33
34
=cut
34
=cut
35
35
sub plugin_parameters {
36
sub plugin_parameters {
36
my ($dbh,$record,$tagslib,$i,$tabloop) = @_;
37
my ($dbh,$record,$tagslib,$i,$tabloop) = @_;
37
return "";
38
return "";
(-)a/cataloguing/value_builder/unimarc_field_225a.pl (-4 / +1 lines)
Lines 37-44 It need : Link Here
37
  if the biblio has no isbn, then the search if done on editor only
37
  if the biblio has no isbn, then the search if done on editor only
38
  If the biblio ha an isbn, the search is done on isbn and editor. It's faster.
38
  If the biblio ha an isbn, the search is done on isbn and editor. It's faster.
39
39
40
=over 2
41
42
=cut
40
=cut
43
41
44
use strict;
42
use strict;
Lines 50-56 use C4::Context; Link Here
50
use C4::AuthoritiesMarc;
48
use C4::AuthoritiesMarc;
51
use C4::Output;
49
use C4::Output;
52
50
53
=head1
51
=head1 DESCRIPTION
54
52
55
plugin_parameters : other parameters added when the plugin is called by the dopop function
53
plugin_parameters : other parameters added when the plugin is called by the dopop function
56
54
57
- 

Return to bug 11349