From a26ac730618e55d0f7a03b1ab893fb7175b5c001 Mon Sep 17 00:00:00 2001 From: arensb Date: Mon, 23 Sep 2002 13:49:46 +0000 Subject: [PATCH] Fixed missing bits in POD. --- C4/Accounts.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/C4/Accounts.pm b/C4/Accounts.pm index 7e41876946..c69bd4ab04 100755 --- a/C4/Accounts.pm +++ b/C4/Accounts.pm @@ -34,17 +34,17 @@ $VERSION = 0.01; =head1 NAME -C4::Accounts - FIXME +C4::Accounts - Functions for dealing with Koha accounts =head1 SYNOPSIS use C4::Accounts; -FIXME - =head1 DESCRIPTION -FIXME +The functions in this module deal with the monetary aspect of Koha, +including looking up and modifying the amount of money owed by a +patron. =head1 FUNCTIONS -- 2.39.5