[Koha-cvs] koha/acqui updatesupplier.pl [rel_2_2]

paul poulain paul at koha-fr.org
Mon Jul 31 16:08:21 CEST 2006


CVSROOT:	/cvsroot/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	paul poulain <tipaul>	06/07/31 14:08:21

Modified files:
	acqui          : updatesupplier.pl 

Log message:
	fix for #1109

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/acqui/updatesupplier.pl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.5.2.1&r2=1.5.2.2

Patches:
Index: updatesupplier.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui/updatesupplier.pl,v
retrieving revision 1.5.2.1
retrieving revision 1.5.2.2
diff -u -b -r1.5.2.1 -r1.5.2.2
--- updatesupplier.pl	15 Jun 2006 09:54:46 -0000	1.5.2.1
+++ updatesupplier.pl	31 Jul 2006 14:08:21 -0000	1.5.2.2
@@ -35,7 +35,6 @@
 $data{'id'}=$input->param('id');
 
 $data{'name'}=$input->param('company');
-$data{'name'}=~ s/\'/\\\'/g;
 $data{'postal'}=$input->param('company_postal');
 my $address=$input->param('physical');
 my @addresses=split('\n',$address);
@@ -53,7 +52,6 @@
 $data{'contfax'}=$input->param('contact_fax');
 $data{'contemail'}=$input->param('company_email');
 $data{'contnotes'}=$input->param('contact_notes');
-warn "".$data{'contnotes'};
 $data{'notes'}=$input->param('notes');
 $data{'active'}=$input->param('status');
 $data{'specialty'}=$input->param('publishers_imprints');





More information about the Koha-cvs mailing list