=cut
=head3 type
=head3 _type
Returns name of corresponding DBIC resultset
return 'SavedSql';
}
=head3 object_class
Returns name of corresponding Koha Object Class
sub object_class {
return 'Koha::Report';
#!/usr/bin/perl
# Copyright 2015 Koha Development team
#
# This file is part of Koha
# Koha is free software; you can redistribute it and/or modify it
-