ISBD view, minor fix
This commit is contained in:
parent
ff113395ff
commit
02a9765add
1 changed files with 0 additions and 1 deletions
|
@ -80,7 +80,6 @@ my ($template, $loggedinuser, $cookie)
|
|||
});
|
||||
|
||||
my $ISBD = C4::Context->preference('ISBD');
|
||||
warn "ISBD : $ISBD";
|
||||
my @fields = $record->fields();
|
||||
foreach my $field (@fields) {
|
||||
my $tag = $field->tag();
|
||||
|
|
Loading…
Reference in a new issue