Re introducing missing definitions of variables

This commit is contained in:
Paul Poulain 2009-09-15 15:32:19 +02:00 committed by Henri-Damien LAURENT
parent 994215859c
commit 874b95061f

View file

@ -182,6 +182,8 @@ sub add_form {
}
# add acquisition specific tables
my @SQLfieldname;
my $field_selection;
if ( $module eq "suggestions" ) {
push @SQLfieldname, column_picks('borrowers'),
column_picks('suggestions'),
@ -199,7 +201,6 @@ sub add_form {
push @SQLfieldname, column_picks('aqbooksellers'), column_picks('aqorders');
# add issues specific tables
}
];
push @{$field_selection}, add_fields('branches');
if ($module eq 'reserves') {
push @{$field_selection}, add_fields('borrowers', 'reserves', 'biblio', 'items');