Koha::ILL::Request::SupplierUpdateProcessor - Represents a SupplerUpdate processor
Object-oriented class that provides an object allowing us to perform processing on a SupplierUpdate
Object-oriented base class that provides an object allowing us to perform processing on a SupplierUpdate ** This class should not be directly instantiated, it should only be sub-classed **
my $processor = Koha::ILL::Request::SupplierUpdateProcessor->new( $target_source_type, $target_source_name );
Create a new Koha::ILL::Request::SupplierUpdateProcessor object .
Koha::ILL::Request::SupplierUpdateProcessor->run();
Runs the processor
Andrew Isherwood <andrew.isherwood@ptfs-europe.com>