669 |
my ($author_tag, $author_subfield) = C4::Biblio::GetMarcFromKohaField('biblio.author', ''); |
669 |
my ($author_tag, $author_subfield) = C4::Biblio::GetMarcFromKohaField('biblio.author', ''); |
670 |
is($record->field( $author_tag), undef, "Record from suggestion author should be emtpy"); |
670 |
is($record->field( $author_tag), undef, "Record from suggestion author should be emtpy"); |