summaryrefslogtreecommitdiff
path: root/LedgerSMB/Batch.pm
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-10-10 17:43:24 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-10-10 17:43:24 +0000
commit8066acc76d4098199b1bb60830dd881bd65f3900 (patch)
tree2263c4e4e47ad2aaa08ff8574f2a0397b7830ccd /LedgerSMB/Batch.pm
parentc7bed5b4b549b71f14acab6f1f55086f0fac899b (diff)
Merging in David Mora's payment changes. Still working on the template and workflow scripts.
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1735 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'LedgerSMB/Batch.pm')
-rw-r--r--LedgerSMB/Batch.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/LedgerSMB/Batch.pm b/LedgerSMB/Batch.pm
index 591f409d..7c7bcc53 100644
--- a/LedgerSMB/Batch.pm
+++ b/LedgerSMB/Batch.pm
@@ -3,3 +3,4 @@
package LedgerSMB::Batch;
use base qw(LedgerSMB::DBObject);
+1;