<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7654.12">
<TITLE>RE: [Koha] {Possible SPAM}  RE: [Koha-devel]   Barcode Don't Found</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>When I apply the pacth with the following command:<BR>
<BR>
&nbsp;git-apply ./home/sysadmin/Desktop/0001-Add-less-aggressive-whitespace-removal-to-itemBarcod.patch<BR>
<BR>
I get the following results:<BR>
<BR>
&nbsp;./home/sysadmin/Desktop/0001-Add-less-aggressive-whitespace-removal-to-itemBarcod.patch:22: trailing whitespace.<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; } elsif ($filter eq 'trim-Tprefix') {<BR>
./home/sysadmin/Desktop/0001-Add-less-aggressive-whitespace-removal-to-itemBarcod.patch:23: trailing whitespace.<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $barcode =~ s/^[tT\s]*//;<BR>
./home/sysadmin/Desktop/0001-Add-less-aggressive-whitespace-removal-to-itemBarcod.patch:38: trailing whitespace.<BR>
INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('itemBarcodeInputFilter','','If set, allows specification of a item barcode input filter','none|whitespace|trim-Tprefix|T-prefix|cuecat','Choice');<BR>
error: C4/Circulation.pm: No such file or directory<BR>
error: installer/data/mysql/en/mandatory/sysprefs.sql: No such file or directory<BR>
<BR>
<BR>
I don't something is right? Especially the 2 errors at the end. What am I doing wrong?<BR>
<BR>
Edward Roche<BR>
Technology Support/Network Admin<BR>
Solanco School District<BR>
edward_roche@solanco.k12.pa.us<BR>
717.786.2151<BR>
<BR>
The greatest mistake you can make in life is to continually be afraid you will make one.<BR>
Elbert Hubbard<BR>
<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: Mason James [<A HREF="mailto:mason.loves.sushi@gmail.com">mailto:mason.loves.sushi@gmail.com</A>]<BR>
Sent: Sun 3/29/2009 7:18 PM<BR>
To: Roche III, Edward<BR>
Cc: koha-devel@lists.koha.org; koha@lists.katipo.co.nz<BR>
Subject: Re: [Koha] {Possible SPAM}&nbsp; RE: [Koha-devel]&nbsp;&nbsp; Barcode Don't Found<BR>
<BR>
<BR>
On 2009/03/29, at 1:41 AM, Roche III, Edward wrote:<BR>
<BR>
&gt; I missed replying to the groups.....<BR>
&gt;<BR>
&gt; I am being dumb but where does this patch go? I found what I need&nbsp;<BR>
&gt; to do for the sys.pref but not sure where to put the patch.<BR>
<BR>
<BR>
you apply patches in git, using...<BR>
<BR>
$ git-apply ./my.patch<BR>
<BR>
<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>