View | Details | Raw Unified | Return to bug 10758
Collapse All | Expand All

(-)a/t/db_dependent/Acquisition.t (-34 / +18 lines)
Lines 351-356 ok( Link Here
351
my @expectedfields = qw(
351
my @expectedfields = qw(
352
  order_internalnote
352
  order_internalnote
353
  order_vendornote
353
  order_vendornote
354
  deletedbiblionumber
355
  serial
356
  number
357
  itemtype
358
  issn
359
  volume
354
  ordernumber
360
  ordernumber
355
  biblionumber
361
  biblionumber
356
  entrydate
362
  entrydate
Lines 434-465 is( join( " ", @$test_different_fields ), Link Here
434
my @base_expectedfields = qw(
440
my @base_expectedfields = qw(
435
  order_internalnote
441
  order_internalnote
436
  order_vendornote
442
  order_vendornote
437
  notes
443
  deletedbiblionumber
438
  ordernumber
444
  ordernumber
439
  ecost
445
  ecost
440
  uncertainprice
446
  uncertainprice
441
  marc
442
  cancelledby
447
  cancelledby
443
  url
444
  isbn
448
  isbn
445
  copyrightdate
449
  copyrightdate
446
  serial
450
  serial
447
  cn_suffix
448
  cn_item
449
  marcxml
450
  freight
451
  freight
451
  cn_class
452
  title
452
  title
453
  pages
454
  budget_encumb
453
  budget_encumb
455
  budget_name
454
  budget_name
456
  number
455
  number
457
  itemtype
456
  itemtype
458
  totalissues
459
  author
457
  author
460
  budget_permission
458
  budget_permission
461
  parent_ordernumber
459
  parent_ordernumber
462
  size
463
  claims_count
460
  claims_count
464
  currency
461
  currency
465
  seriestitle
462
  seriestitle
Lines 468-490 my @base_expectedfields = qw( Link Here
468
  budget_parent_id
465
  budget_parent_id
469
  publishercode
466
  publishercode
470
  unitprice
467
  unitprice
471
  collectionvolume
472
  budget_amount
468
  budget_amount
473
  budget_owner_id
469
  budget_owner_id
474
  datecreated
475
  claimed_date
470
  claimed_date
476
  subscriptionid
471
  subscriptionid
477
  editionresponsibility
478
  sort2
472
  sort2
479
  volumedate
480
  budget_id
473
  budget_id
481
  illus
482
  ean
474
  ean
483
  biblioitemnumber
484
  datereceived
475
  datereceived
485
  orderstatus
476
  orderstatus
486
  supplierreference
477
  supplierreference
487
  agerestriction
488
  budget_branchcode
478
  budget_branchcode
489
  gstrate
479
  gstrate
490
  listprice
480
  listprice
Lines 492-525 my @base_expectedfields = qw( Link Here
492
  budgetdate
482
  budgetdate
493
  basketno
483
  basketno
494
  discount
484
  discount
495
  abstract
496
  collectionissn
497
  publicationyear
485
  publicationyear
498
  collectiontitle
499
  invoiceid
486
  invoiceid
500
  budgetgroup_id
487
  budgetgroup_id
501
  place
502
  issn
488
  issn
503
  quantityreceived
489
  quantityreceived
504
  entrydate
490
  entrydate
505
  cn_source
506
  sort1_authcat
491
  sort1_authcat
507
  budget_notes
492
  budget_notes
508
  biblionumber
493
  biblionumber
509
  unititle
510
  sort2_authcat
494
  sort2_authcat
511
  budget_expend
495
  budget_expend
512
  rrp
496
  rrp
513
  cn_sort
514
  totalamount
497
  totalamount
515
  lccn
516
  sort1
498
  sort1
517
  volume
499
  volume
518
  purchaseordernumber
500
  purchaseordernumber
519
  quantity
501
  quantity
520
  budget_period_id
502
  budget_period_id
521
  frameworkcode
522
  volumedesc
523
  datecancellationprinted
503
  datecancellationprinted
524
);
504
);
525
@expectedfields =
505
@expectedfields =
Lines 593-603 ok( Link Here
593
@expectedfields = qw (
573
@expectedfields = qw (
594
  order_internalnote
574
  order_internalnote
595
  order_vendornote
575
  order_vendornote
596
  notes
576
  deletedbiblionumber
577
  volume
578
  number
579
  itemtype
580
  ean
581
  issn
582
  editionstatement
583
  publicationyear
584
  publishercode
597
  basketgroupid
585
  basketgroupid
598
  basketgroupname
586
  basketgroupname
599
  firstname
587
  firstname
600
  biblioitemnumber
601
  ecost
588
  ecost
602
  uncertainprice
589
  uncertainprice
603
  creationdate
590
  creationdate
Lines 615-621 ok( Link Here
615
  discount
602
  discount
616
  surname
603
  surname
617
  freight
604
  freight
618
  abstract
619
  title
605
  title
620
  closedate
606
  closedate
621
  basketname
607
  basketname
Lines 631-649 ok( Link Here
631
  sort1_authcat
617
  sort1_authcat
632
  timestamp
618
  timestamp
633
  biblionumber
619
  biblionumber
634
  unititle
635
  sort2_authcat
620
  sort2_authcat
636
  rrp
621
  rrp
637
  unitprice
622
  unitprice
638
  totalamount
623
  totalamount
639
  sort1
624
  sort1
640
  ordernumber
625
  ordernumber
641
  datecreated
642
  purchaseordernumber
626
  purchaseordernumber
643
  quantity
627
  quantity
644
  claimed_date
628
  claimed_date
645
  subscriptionid
629
  subscriptionid
646
  frameworkcode
647
  sort2
630
  sort2
648
  datecancellationprinted
631
  datecancellationprinted
649
  budget_id
632
  budget_id
Lines 739-744 ok( GetBudgetByOrderNumber( $ordernumbers[0] )->{'budget_id'} eq $budgetid, Link Here
739
#
722
#
740
723
741
@expectedfields = qw (
724
@expectedfields = qw (
725
  biblionumber
726
  deletedbiblionumber
742
  orderdate
727
  orderdate
743
  author
728
  author
744
  budget
729
  budget
745
- 

Return to bug 10758