Lines 223-229
is(C4::Serials::GetLatestSerials(), undef, 'test getting lastest serials');
Link Here
|
223 |
|
223 |
|
224 |
is(C4::Serials::GetNextSeq(), undef, 'test getting next seq when you enter nothing'); |
224 |
is(C4::Serials::GetNextSeq(), undef, 'test getting next seq when you enter nothing'); |
225 |
|
225 |
|
226 |
is(C4::Serials::GetSeq(), undef, 'test getting seq when you enter nothing'); |
226 |
is(C4::Serials::GetSeq(), 'pubdate', 'test getting seq when you enter nothing'); |
|
|
227 |
# no input means assume using publication date as numbering pattern |
227 |
|
228 |
|
228 |
is(C4::Serials::CountSubscriptionFromBiblionumber(), undef, 'test counting subscription when nothing is entered'); |
229 |
is(C4::Serials::CountSubscriptionFromBiblionumber(), undef, 'test counting subscription when nothing is entered'); |
229 |
|
230 |
|
230 |
- |
|
|