package BookPub::Import::Importer::Follett_Higher_Education::Version4;

use strict;

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

sub _fieldMap {
    {
        purchaseType => 'G',
        rState       => 'U',
        rPostalCode  => 'V',
        dateBegin    => 'A',
        rIsbn13      => 'J',
        rTitle       => 'P',
        rAuthor      => 'O',
        rSales       => 'G',
        rReturns     => 'G',
        rListPrice   => 'Q',
        rRevenue     => 'R',
    };
}

1;
