diff options
Diffstat (limited to 'LedgerSMB/DBObject')
-rw-r--r-- | LedgerSMB/DBObject/Report.pm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/LedgerSMB/DBObject/Report.pm b/LedgerSMB/DBObject/Report.pm new file mode 100644 index 00000000..f9c37ab7 --- /dev/null +++ b/LedgerSMB/DBObject/Report.pm @@ -0,0 +1,10 @@ + +=head1: LedgerSMB::Report: Stub function for custom reports. +=head1: Copyright (c) 2007. LedgerSMB Core Team + +=cut + +package LedgerSMB::DBObject::Report; +use base qw(LedgerSMB::DBObject); +use strict; +our $VERSION = '1.0.0'; |