package BookPub::Import::Importer::Follett_Higher_Education::Version7;

use strict;

use lib '/app/tools/bookpub/lib';
use base 'BookPub::Import::Importer::Follett_Higher_Education::Version2';

sub _fieldMap {
    {
        purchaseType => 'Q',
        rState       => 'V',
        rPostalCode  => 'W',
        dateBegin    => 'D',
        rIsbn13      => 'H',
        rTitle       => 'N',
        rAuthor      => 'M',
        rSales       => 'Q',
        rReturns     => 'Q',
        rListPrice   => 'R',
        rRevenue     => 'S',
    };
}

1;
