From ba673bcc432717eea49adec9fb8649eb287538db Mon Sep 17 00:00:00 2001 From: "Joe Atzberger (siptest" Date: Wed, 4 Jun 2008 18:14:44 -0500 Subject: [PATCH] Correct package name. Signed-off-by: Joshua Ferraro --- C4/SIP/ILS/Transaction/FeePayment.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/C4/SIP/ILS/Transaction/FeePayment.pm b/C4/SIP/ILS/Transaction/FeePayment.pm index 09fd508c59..00fc81ab17 100644 --- a/C4/SIP/ILS/Transaction/FeePayment.pm +++ b/C4/SIP/ILS/Transaction/FeePayment.pm @@ -1,4 +1,4 @@ -package ILS::Transaction::FeePaid; +package ILS::Transaction::FeePayment; use Exporter; use warnings; @@ -10,3 +10,5 @@ use ILS::Transaction; our @ISA = qw(Exporter ILS::Transaction); 1; +__END__ + -- 2.39.5