koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/circ returns.pl [dev_week]


From: Mason James
Subject: [Koha-cvs] koha/circ returns.pl [dev_week]
Date: Mon, 16 Apr 2007 03:07:28 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Mason James <sushi>     07/04/16 03:07:28

Modified files:
        circ           : returns.pl 

Log message:
        deleting broken CCFLS system call to php 

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/circ/returns.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.37.2.6.2.5&r2=1.37.2.6.2.6

Patches:
Index: returns.pl
===================================================================
RCS file: /sources/koha/koha/circ/returns.pl,v
retrieving revision 1.37.2.6.2.5
retrieving revision 1.37.2.6.2.6
diff -u -b -r1.37.2.6.2.5 -r1.37.2.6.2.6
--- returns.pl  16 Apr 2007 01:48:13 -0000      1.37.2.6.2.5
+++ returns.pl  16 Apr 2007 03:07:28 -0000      1.37.2.6.2.6
@@ -23,9 +23,6 @@
 # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
 # Suite 330, Boston, MA  02111-1307 USA
 
-# commenting out,  PrintR isnt commited, mason
-#use PrintR;
-
 use strict;
 
 use CGI;
@@ -149,9 +146,6 @@
 # actually return book and prepare item table.....
 if ($barcode) {
 
-    #CCFLS ONLY
-    system "php /usr/local/koha/intranet/htdocs/ccflsFines/createFine.php 
$barcode";
-
     # decode cuecat
     $barcode = cuecatbarcodedecode($barcode);
     ( $returned, $messages, $iteminformation, $borrower ) = returnbook( 
$barcode, $branch );




reply via email to

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