|
Lines 618-624
sub run_flavoured_tests {
Link Here
|
| 618 |
my ( $biblionumber6_issn, undef ) = AddBiblio( $marc_record_issn, '' ); |
618 |
my ( $biblionumber6_issn, undef ) = AddBiblio( $marc_record_issn, '' ); |
| 619 |
|
619 |
|
| 620 |
my $orders_issn = GetHistory( issn => '2434561X' ); |
620 |
my $orders_issn = GetHistory( issn => '2434561X' ); |
| 621 |
is( scalar(@$orders_issn), 0, "Precheck that ISSN shouln't be in database" ); |
621 |
is( scalar(@$orders_issn), 0, "Precheck that ISSN shouldn't be in database" ); |
| 622 |
|
622 |
|
| 623 |
# Create order |
623 |
# Create order |
| 624 |
my $ordernumber_issn = Koha::Acquisition::Order->new( { |
624 |
my $ordernumber_issn = Koha::Acquisition::Order->new( { |
| 625 |
- |
|
|