Stub for Fee Paid functionality. Right now this is all handled
authordjfiander <djfiander>
Wed, 5 Apr 2006 01:53:33 +0000 (01:53 +0000)
committerdjfiander <djfiander>
Wed, 5 Apr 2006 01:53:33 +0000 (01:53 +0000)
in the Transaction module itself.

ILS/Transaction/FeePayment.pm [new file with mode: 0644]

diff --git a/ILS/Transaction/FeePayment.pm b/ILS/Transaction/FeePayment.pm
new file mode 100644 (file)
index 0000000..09fd508
--- /dev/null
@@ -0,0 +1,12 @@
+package ILS::Transaction::FeePaid;
+
+use Exporter;
+use warnings;
+use strict;
+
+use ILS;
+use ILS::Transaction;
+
+our @ISA = qw(Exporter ILS::Transaction);
+
+1;