projects
/
working
/
SIPServer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b89a070
)
Stub for Fee Paid functionality. Right now this is all handled
author
djfiander
<djfiander>
Wed, 5 Apr 2006 01:53:33 +0000
(
01:53
+0000)
committer
djfiander
<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]
patch
|
blob
diff --git a/ILS/Transaction/FeePayment.pm
b/ILS/Transaction/FeePayment.pm
new file mode 100644
(file)
index 0000000..
09fd508
--- /dev/null
+++ b/
ILS/Transaction/FeePayment.pm
@@ -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;