(bug #2917) editing authority marc field structure doesn't workl

This patch add a field in the ->execute() statement which was missing.
The sql request have 8 args, and only 7 was passed.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
This commit is contained in:
Nahuel ANGELINETTI 2009-01-20 13:46:58 +01:00 committed by Galen Charlton
parent e9599f973c
commit cfa2143b28

View file

@ -153,6 +153,7 @@ if ($op eq 'add_form') {
my $authorised_value =$input->param('authorised_value');
unless (C4::Context->config('demo') eq 1) {
$sth->execute(
$tagfield,
$liblibrarian,
$libopac,
$repeatable?1:0,