summaryrefslogtreecommitdiff
path: root/LedgerSMB/Report.pm
blob: 4fcc0201bb4873dbc2c4fb10d04940e24c79fcd6 (plain)
  1. =head1:  LedgerSMB::Report: Stub function for custom reports.
  2. =head1: Copyright (c) 2007. LedgerSMB Core Team
  3. =cut
  4. package LedgerSMB::Report;
  5. use base qw(LedgerSMB::DBObject);
  6. use strict;
  7. our $VERSION = '1.0.0';