koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/barcodes label-print-csv.pl [dev_week]


From: Mason James
Subject: [Koha-cvs] koha/barcodes label-print-csv.pl [dev_week]
Date: Wed, 30 Jan 2008 00:43:39 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Mason James <sushi>     08/01/30 00:43:39

Modified files:
        barcodes       : label-print-csv.pl 

Log message:
        removing unneeded 'location' field.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/barcodes/label-print-csv.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.3&r2=1.1.2.4

Patches:
Index: label-print-csv.pl
===================================================================
RCS file: /sources/koha/koha/barcodes/Attic/label-print-csv.pl,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -b -r1.1.2.3 -r1.1.2.4
--- label-print-csv.pl  22 Jan 2008 00:32:49 -0000      1.1.2.3
+++ label-print-csv.pl  30 Jan 2008 00:43:38 -0000      1.1.2.4
@@ -56,7 +56,7 @@
 my $csv = Text::CSV_XS->new( { eol => "\n", } );
 
 my @fields = qw ( itemcallnumber author title replacementpricedate homebranch
-  location barcode date_acquired media_number library_name);
+   barcode date_acquired media_number library_name);
 
 my $status = $csv->print( $cgi, address@hidden );
 
@@ -71,7 +71,6 @@
         $item->{'replacementpricedate'},
 
         $item->{'homebranch'},
-        $item->{'location'},
 
         $item->{'barcode'},
         '2001-12-28',




reply via email to

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