koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/suggestion acceptorreject.pl


From: Antoine Farnault
Subject: [Koha-cvs] koha/suggestion acceptorreject.pl
Date: Wed, 12 Jul 2006 17:03:49 +0000

CVSROOT:        /sources/koha
Module name:    koha
Changes by:     Antoine Farnault <toins>        06/07/12 17:03:49

Modified files:
        suggestion     : acceptorreject.pl 

Log message:
        POD added.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/suggestion/acceptorreject.pl?cvsroot=koha&r1=1.3&r2=1.4

Patches:
Index: acceptorreject.pl
===================================================================
RCS file: /sources/koha/koha/suggestion/acceptorreject.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- acceptorreject.pl   7 Jul 2006 09:05:54 -0000       1.3
+++ acceptorreject.pl   12 Jul 2006 17:03:49 -0000      1.4
@@ -17,7 +17,52 @@
 # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
 # Suite 330, Boston, MA  02111-1307 USA
 
-# $Id: acceptorreject.pl,v 1.3 2006/07/07 09:05:54 toins Exp $
+# $Id: acceptorreject.pl,v 1.4 2006/07/12 17:03:49 toins Exp $
+
+=head1 NAME
+
+acceptorreject.pl
+
+=head1 DESCRIPTION
+
+this script modify the status of a subscription to ACCEPTED or to REJECTED
+
+=head1 PARAMETERS
+
+=over 4
+
+=item title
+
+=item author
+
+=item note
+
+=item copyrightdate
+
+=item publishercode
+
+=item volumedesc
+
+=item publicationyear
+
+=item place
+
+=item isbn
+
+=item status
+
+=item suggestedbyme
+
+=item op
+op can be :
+ * aorr_confirm : to confirm accept or reject
+ * delete_confirm : to confirm the deletion
+
+=back
+
+
+=cut
+
 
 use strict;
 require Exporter;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]