Re: [Koha-devel] 'OpacSuppression' syspref?

2009-03-29 Thread Mason James
> On Fri, Mar 27, 2009 at 11:30 AM, Nicole Engard > wrote: >> This is from the manual >> (https://sites.google.com/a/liblime.com/koha-manual/Home/Table-of- >> Contents/administration/Global-Preferences/Global-Preferences-- >> Cataloging) >> - there is more info here - I hope it helps: >> >>> >>

Re: [Koha-devel] [Koha] {Possible SPAM} RE: Barcode Don't Found

2009-03-29 Thread Mason James
On 2009/03/30, at 3:59 PM, Roche III, Edward wrote: > When I apply the pacth with the following command: > > git-apply ./home/sysadmin/Desktop/0001-Add-less-aggressive- > whitespace-removal-to-itemBarcod.patch > > error: C4/Circulation.pm: No such file or directory > > error: installer/data/mys

Re: [Koha-devel] [Koha] {Possible SPAM} RE: Barcode Don't Found

2009-03-29 Thread Roche III, Edward
When I apply the pacth with the following command: git-apply ./home/sysadmin/Desktop/0001-Add-less-aggressive-whitespace-removal-to-itemBarcod.patch I get the following results: ./home/sysadmin/Desktop/0001-Add-less-aggressive-whitespace-removal-to-itemBarcod.patch:22: trailing whitespace.

Re: [Koha-devel] [Koha] {Possible SPAM} RE: Barcode Don't Found

2009-03-29 Thread Roche III, Edward
Thanks...will try it and see if I can figure it out. Edward Roche Technology Support/Network Admin Solanco School District edward_ro...@solanco.k12.pa.us 717.786.2151 The greatest mistake you can make in life is to continually be afraid you will make one. Elbert Hubbard ___

Re: [Koha-devel] [Koha] {Possible SPAM} RE: Barcode Don't Found

2009-03-29 Thread Mason James
On 2009/03/29, at 1:41 AM, Roche III, Edward wrote: > I missed replying to the groups. > > I am being dumb but where does this patch go? I found what I need > to do for the sys.pref but not sure where to put the patch. you apply patches in git, using... $ git-apply ./my.patch _

Re: [Koha-devel] Possuble Bug when running rebuild_nozebra.pl

2009-03-29 Thread Mason James
On 2009/03/24, at 12:40 AM, Roche III, Edward wrote: > Good Morning All > > > > Whenever I run this script I have to add the /C4 to the koha- > httpd.conf file at the end of SetEnv PERL5LIB "/usr/share/koha/lib" > line. > when you run scripts from a shell, simply set your environment- variab