[Koha-cvs] CVS: koha/C4 Accounts.pm,1.4,1.5

Andrew Arensburger arensb at users.sourceforge.net
Mon Sep 23 15:49:48 CEST 2002


Update of /cvsroot/koha/koha/C4
In directory usw-pr-cvs1:/tmp/cvs-serv8545

Modified Files:
	Accounts.pm 
Log Message:
Fixed missing bits in POD.


Index: Accounts.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Accounts.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** Accounts.pm	22 Sep 2002 05:38:32 -0000	1.4
--- Accounts.pm	23 Sep 2002 13:49:46 -0000	1.5
***************
*** 35,39 ****
  =head1 NAME
  
! C4::Accounts - FIXME
  
  =head1 SYNOPSIS
--- 35,39 ----
  =head1 NAME
  
! C4::Accounts - Functions for dealing with Koha accounts
  
  =head1 SYNOPSIS
***************
*** 41,49 ****
    use C4::Accounts;
  
- FIXME
- 
  =head1 DESCRIPTION
  
! FIXME
  
  =head1 FUNCTIONS
--- 41,49 ----
    use C4::Accounts;
  
  =head1 DESCRIPTION
  
! 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





More information about the Koha-cvs mailing list