[Koha] Modifying the Add New Patron Form/Fields

2015-12-14 Thread Evan Mungai Njoroge
One of my client wants me to add additional fields on the patrons form for
new users like Department, Unit, Section etc that are not currently
included. I proposed use of extended attributes but they insisted on having
them flow within the form rather than have them at the bottom.

Does anyone know how I can add those fields using a JQuery code or any
other means; or do I have to edit the source code and how do I edit the
source code.

I am using Ubuntu 14.04; Koha 3.18 installed on packages.


Evan
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Fines Not calculating (Koha v22.05)

2022-09-27 Thread Evan Mungai Njoroge
I am running Koha version 22.05 on Ubuntu 22.04 and I have got the problem
of calculating fines.

My cron is working fine. Holidays and days closed are properly set.
I have activated the System Preferences and configured the
Circulation Rules as well.
I even tried running the /etc/cron.daily/koha-common but not working yet.

Kindly assist.

Regards

**
*EM Njoroge*
___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Fines Not calculating (Koha v22.05)

2022-09-29 Thread Evan Mungai Njoroge
Thank you for your suggestion. Tried running fine.pl with a -v switch

Gives me the output, see screenshot [
https://drive.google.com/file/d/13uexHXv_jdkqZkzlg2OnjyWkzIqPB7By/view?usp=sharing]
clearly
it  doesn't update the records with the fines.

Regards

**
*EM Njoroge*


On Thu, Sep 29, 2022 at 10:17 PM Katrin Fischer 
wrote:

> Hi,
>
> I am not sure what is going wrong, but some ideas:
>
> You could try running the fines.pl manually with -v, that might help in
> debugging.
>
> Also maybe double check which rules will be applied and if that matches
> your circulation rules configuration (system preference CircControl).
>
> Hope this helps,
>
> Katrin
>
>
> On 27.09.22 09:54, Evan Mungai Njoroge wrote:
> > I am running Koha version 22.05 on Ubuntu 22.04 and I have got the
> problem
> > of calculating fines.
> >
> > My cron is working fine. Holidays and days closed are properly set.
> > I have activated the System Preferences and configured the
> > Circulation Rules as well.
> > I even tried running the /etc/cron.daily/koha-common but not working yet.
> >
> > Kindly assist.
> >
> > Regards
> >
> > **
> > *EM Njoroge*
> > ___
> >
> > Koha mailing list  http://koha-community.org
> > Koha@lists.katipo.co.nz
> > Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
> ___
>
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
>
___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Fines Not calculating (Koha v22.05)

2022-09-30 Thread Evan Mungai Njoroge
Yes, it is.

On Fri, Sep 30, 2022, 21:34 Katrin Fischer  wrote:

> Is the finesmode system preference set to Calculate and charge?
>
> Katrin
> On 29.09.22 22:55, Evan Mungai Njoroge wrote:
>
> Thank you for your suggestion. Tried running fine.pl with a -v switch
>
> Gives me the output, see screenshot [
> https://drive.google.com/file/d/13uexHXv_jdkqZkzlg2OnjyWkzIqPB7By/view?usp=sharing]
>  clearly
> it  doesn't update the records with the fines.
>
> Regards
>
> **
> *EM Njoroge*
>
>
> On Thu, Sep 29, 2022 at 10:17 PM Katrin Fischer 
> wrote:
>
>> Hi,
>>
>> I am not sure what is going wrong, but some ideas:
>>
>> You could try running the fines.pl manually with -v, that might help in
>> debugging.
>>
>> Also maybe double check which rules will be applied and if that matches
>> your circulation rules configuration (system preference CircControl).
>>
>> Hope this helps,
>>
>> Katrin
>>
>>
>> On 27.09.22 09:54, Evan Mungai Njoroge wrote:
>> > I am running Koha version 22.05 on Ubuntu 22.04 and I have got the
>> problem
>> > of calculating fines.
>> >
>> > My cron is working fine. Holidays and days closed are properly set.
>> > I have activated the System Preferences and configured the
>> > Circulation Rules as well.
>> > I even tried running the /etc/cron.daily/koha-common but not working
>> yet.
>> >
>> > Kindly assist.
>> >
>> > Regards
>> >
>> > **
>> > *EM Njoroge*
>> > ___
>> >
>> > Koha mailing list  http://koha-community.org
>> > Koha@lists.katipo.co.nz
>> > Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
>> ___
>>
>> Koha mailing list  http://koha-community.org
>> Koha@lists.katipo.co.nz
>> Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
>>
>
___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Upgrade assistance

2022-10-04 Thread Evan Mungai Njoroge
I had the same issue upgrading from Koha 22.05.04.001 to 22.05.05.000.
This came in handy -
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31086

*SOLUTION:*
Log in to MySQL/Maria, change database to the instance DB;
Run;


*ALTER TABLE reserves MODIFY COLUMN `branchcode` varchar(10) COLLATE
utf8mb4_unicode_ci NOT NULL DEFAULT 0;*

Upgrade Schema.

Your upgrade will complete.

Regards

**
*EM Njoroge*


On Wed, Oct 5, 2022 at 4:51 AM Steve Nickerson 
wrote:

> Good evening everyone,
>
>I'm trying to upgrade a Koha environment from 19.11.03.000 to the latest
> 22.05.04.000, including upgrading Debian OS from jessie to stretch.  This
> was originally a package install on Debian Jessie. I did the upgrade
> successfully in a "test" environment and am now trying on my production
> system.   After my first attempt I got the "welcome to Koha, please login
> using the default Koha user' screen, so I deleted that DB completely and
> restored from the backup I took right before the upgrade.   Now when I try
> to execute 'koha-upgrade-schema ' I get:
>
> Upgrade to 22.05.04.002  [21:40:11]: Bug 31086 - Do not allow null values
> in
> branchcodes for reserves
>
> ERROR - {UNKNOWN}: DBI Exception: DBD::mysql::db do failed: Cannot change
> column 'branchcode': used in a foreign key constraint 'reserves_ibfk_4' at
> /usr/share/koha/lib/C4/Installer.pm line 739
>
>
>
> Any ideas?
>
>
>
> Thanks!
>
> Steve
>
> ___
>
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
>
___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Merging Bibliographic Records in Bulk [Koha version 22.05.05.000]

2022-10-24 Thread Evan Mungai Njoroge
Amos
Have you tried using report -
https://wiki.koha-community.org/wiki/SQL_Reports_Library#Duplicate_ISBNs
has a merge link to help you merge them.

Regards

**
*EM Njoroge*


On Mon, Oct 24, 2022 at 12:53 PM Antony Kujenga  wrote:

> Dear Team,
>
> I successfully uploaded item records from Millennium into Koha. I now need
> to merge these item records in bulk. I am aware that I can merge by
> selecting records after a search but then I need to do this for quite a
> number of records so such a route is not practical.
>
> My question is: how can I possibly merge similar bib records with item
> numbers such that I'll only have one bib record and whatever number of
> items it may be associated with?
>
> Any quick help would be greatly appreciated.
>
> Regards
>
>
> AK
> __
> I SAMUEL 7:12
> *Then Samuel took a stone, and set it between Mizpeh and Shen, and called
> the name of it Ebenezer, saying, Hitherto hath the LORD helped us.*
> ___
>
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
>
___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Koha CSV Reports

2013-07-16 Thread Evan Mungai Njoroge
Colleagues,
Anybody who knows how to go around a CSV problem; where barcodes (and or
some fields) downloaded as CSV report in Koha is automatically transformed
into dates by the spreadsheet application (Using Ms Excel 2007).

See attached screenshot for example or download here:
https://dl.dropboxusercontent.com/u/7725309/koha_csv.png


  EVAN
NJOROGE about.me/uhusiano *•*adlsn.org*
"Facilitating access to African digital content" *
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Acquisition (ordering) error

2013-11-15 Thread Evan Mungai Njoroge
I am running Koha 3.12.06.000 installed via packages (running on ubuntu
12.04). Everything runs ok until I tested Acquisitions.

When you try to order on any of the options, new empty file etc, and fill
in duly the options. The Replacement cost; Budgeted cost and Total do not
automatically fill in appropriate figures & instead gives an output "*NaN*".
See the screenshot here:
https://dl.dropboxusercontent.com/u/7725309/koha_acqu_error.png

Kindly help.


  EVAN
NJOROGE *•*about.me/uhusiano *•*adlsn.org
* "Facilitating access to African digital content" *
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] VERY URGENT: automatically redirection to searching page

2014-01-20 Thread Evan Mungai Njoroge
This is happening after I updated koha to 3.14.1 on one instance & 3.15 on
another instance. Might be a bug but am sure somebody will pick this up; I
did refresh on the browser & all went well; as for the 3.14.1 instance I
switched browsers, from chrome to Mozilla.



  EVAN
NJOROGE *•*+254721375981 *•*+254721375981  *•*about.me/uhusiano *•*
* "Facilitating access to African digital content" *




On Mon, Jan 20, 2014 at 2:26 PM, Andrea Furin wrote:

> After upgrading to koha 3.14.01.1-1
>
> If I try to add a copy typing something from:
>
> http://localhost:8282/cgi-bin/koha/cataloguing/additem.pl?biblionumber=14#additema&searchid=nRPf4fIu
>
> browser goes to advanced search page:
> http://localhost:8282/cgi-bin/koha/catalogue/search.pl
>
> --
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Error- 404 - The requested URL / was not found on this server.

2014-05-24 Thread Evan Mungai Njoroge
Satish,

The upgrade to upgraded the applications to including apache and your
original koha (library or any name you called it) site was saved as
libraryName.save.

   1. Step 1 - Go to the Apache's sites-available directory
   [/etc/apache2/sites-available/]
   2. Step 2 - Copy the old libraryName.save to rename it to libraryName to
   revert to your old site.
   3. Step 3 -  Enable the libraryName site using command sudo a2ensite
   libraryName
   4. Restart Apache using command: sudo service apache2 restart

Here is my screenshot:
http://www.evernote.com/shard/s72/sh/51d2f948-9515-429b-96ec-51a16e9a2a28/8d618ce4cf1b4dd79f3e0046d560cff3



  EVAN
NJOROGE *•*+254721375981 *•*+254721375981  *•*about.me/uhusiano *•*
* "Facilitating access to African digital content" *




On Sat, May 24, 2014 at 8:36 AM, SATISH  wrote:

> Hi,
>
> I was using koha 3.14.00.00 (installed via packages) on Ubuntu 12.04.4 LTS
> (GNU/Linux 3.5.0-49-generic i686) - on a Desktop System. and successfully
> upgraded koha to 3.16.00 yesterday (23-05-2014). After upgrade I was able
> to use koha staff client and opac without any problem. (while upgrading, it
> asked for - Rename the Apache Virtual hosts for koha Instance, the default
> was -"Yes", and I chose the same)
>
>
> But, when I try to open staff client/opac today, suddenly
> I get the error: 404 - The requested URL / was not found on this server.
> I tried clearing the cache/browsing history.
> then, re-started apache, it did not work.
> any other solutions could you recommend for understanding the problem?
>
> With Thanks
> Satish MV
> Librarian
> Govt. Engineering College,
> Hassan, Karnataka.
> India.
>
>
>
>
>
> --
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Technical help with Frameworks

2014-05-29 Thread Evan Mungai Njoroge
Tim,
I am not sure if this is what you might want but find here [
https://dl.dropboxusercontent.com/u/7725309/export_FAST%20%281%29.csv] our
custom framework that you can enhance or use as it is (exported as CSV
spreadsheet) if you want it in any of the other 2 formats let me know.


  EVAN
NJOROGE *•*+254721375981 *•*+254721375981  *•*about.me/uhusiano *•*adlsn.org
* "Facilitating access to African digital content" *




On Thu, May 29, 2014 at 2:14 AM, Elaine Bradtke  wrote:

> Theoretically, you can edit the visibility offline in the spreadsheet.
> Column M in the MARC subfield structure sheet. Easier to do than
> individually in Koha itself.
> However,  I've tried .ods, and I've tried xls and all I get are import
> errors.
> I have edited frameworks this way before 3.14.
>  I'd be interested to know if anyone has edited a framework exported from
> 3.14 and had it import successfully.  Has something changed in the import /
> export process that is causing it to fail?
>
> All I want to do is set up a very simple framework to use with an in-house
> template that doesn't take me a day's work to hide and unhide all the
> subfields one at a time.
>
>
> On Wed, May 28, 2014 at 5:43 PM, Ian Bays 
> wrote:
>
> > Hi Tim,
> >
> > We find that the safest way of trimming frameworks to a more minimalist
> > set is to "hide" the subfields.  This can be quite laborious through the
> > staff interface as you have to select each subfield and look in "Advanced
> > constraints" then Visibility.
> >
> > If you have access at the sql level you can probably set the field
> > "hidden" in table "marc_subfield_structure" to value -6 for those tags
> you
> > do not want to appear (within your chosen framework).
> >
> > You might also want to change the tab for display to all be the same (eg
> > "0") if you only have 18 tags.  That just makes it clearer on the screen.
> >
> > Not every field has or needs to have a koha to marc mapping, but a few of
> > the koha fields must be mapped to marc subfields.  The Administration
> tool
> > "MARC bibliographic framework test" and other tools in the same area
> should
> > help fine tune it.
> >
> > We try to avoid removing fields (tags) and subfields from frameworks as
> > you could lose bibliographic data if you switch between frameworks while
> > editing and save the record.  It depends what your longer-term plans
> might
> > be for use of the system as to whether this might be a consideration.
> >
> > If you stray too far from the MARC standard tags you may find that
> > searching for records becomes unreliable as the search indexes are fed
> from
> > the fields and subfields according to the MARC21 (or UNIMARC) standard.
> >
> > Good luck.
> >
> > Ian
> >
> > On 28/05/2014 15:09, Alexander Tim wrote:
> >
> >> Not sure if this is the correct list to email but if not hoping someone
> >> can send me in the right direction!
> >>
> >> So, I am not a Librarian but work as a sys admin for my company.  We
> have
> >> a small Company Library that is used to publish various technical
> >> publications for our users to look through.  We are looking to move to
> Koha
> >> but I find I am struggling with the initial steps of trimming down the
> MARC
> >> Framework.  The list of fields I have been passed by our Librarian is
> for
> >> only 18 or so fields.  I am therefore finding cutting down the default
> >> framework very laborious.  I have looked to Import a cut down version of
> >> the framework, from an amended export to CSV, but this fails with "Error
> >> Importing the Framework".  I was then hoping that there is something on
> the
> >> SQL side I could do to amend the framework but this has not exactly
> yielded
> >> any useful results.  Is there anywhere I can check for an error on the
> >> framework import?  If not is there any guidance on cutting a framework
> down
> >> to just the required fields?
> >>
> >> I am also concerned that not every field we have in the proposed
> >> framework would have a corresponding Koha to MARC mapping.  Would this
> be
> >> required or are these there for simplicity rather than a necessity?
> >>
> >> Regards
> >>
> >> Tim
> >>
> >> Tindall Riley Marine (UK) Limited
> >> Authorised and regulated in the UK by the Financial Conduct Authority.
> >>
> >> Registered Office: Regis House, 45 King William Street, London EC4R 9AN
> >> Company No: 8451968.  V.A.T. No.: 174 7460 86
> >> Tel: +44 (0)20 7407 3588 Fax: +44 (0)20 7403 3942
> >>
> >> This email (and any attachments) is confidential and may be privileged.
> >> It may be read, copied and used only by the addressee. If you have
> received
> >> this in error, please contact us immediately.
> >>
> >> ___
> >> Koha mailing list  http://koha-community.org
> >> Koha@lists.katipo.co.nz
> >> http://lists.katipo.co.nz/mailman/listinfo/koha
> >>
> >
> >
> > --
> > Ian Bays
> > Director of Projects, PTFS Europe Limited
> > Content Management and Library Solutions
> > +44 (0) 

Re: [Koha] OpacNav

2014-09-03 Thread Evan Mungai Njoroge
Mildred
Check that the theme has not been changed Koha 3.14 has Prog & Bootstrap
theme (earlier versions included CSSR) and a change in that could have
affected your display.

EM Njoroge


On Wed, Sep 3, 2014 at 7:47 AM, Mildred Amita Odongo 
wrote:

> Owen,
> We had successfully upgraded to version 3.14 more than a year ago and we
> did not have a positioning problem with the contents of OpacNav for a long
> time until recently. Unfortunately, our opac is not online.  We did not
> change the OPAC themes
>
> -Original Message-
> From: Owen Leonard [mailto:oleon...@myacpl.org]
> Sent: 02 September 2014 15:53
> To: Mildred Amita Odongo
> Cc: koha@lists.katipo.co.nz
> Subject: Re: [Koha] OpacNav
>
> > On my OPAC page the contents of OPACNav jumped down to the bottom of the
> screen after being in the right position for a long time (More than 2
> years).
>
> Did you upgrade Koha? Did you switch OPAC themes? What version of Koha are
> you using? Is your OPAC online where we can see it?
>
>  -- Owen
>
> --
> Web Developer
> Athens County Public Libraries
> http://www.myacpl.org
> 
> [http://www.kenyapower.co.ke/logo/Logo.jpg]
> Note: All emails sent from Kenya Power are subject to the company's Email
> Terms & Conditions. Please click here
> to read the policy.
>
> Kenya Power Contact Center Number: 95551 OR 0703070707, 0732170170,
> 020-3201680 Twitter - @Kenyapower OR Facebook - Kenya Power.
>
> Email: customerc...@kplc.co.ke
>
> 
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Cardnumber more than 16 characters

2014-11-28 Thread Evan Mungai Njoroge
​Colleagues,
I have a problem with entering CardNumber more than 16 characters; how can
I change to accommodate more than 16 characters. I have tried on SysPref
 -> Patrons --> CardnumberLength but still stuck at 16 characters. Any help
appreciated.

Running version 3.16.4
Ubuntu Server 12.04
Installation by packages



   EVAN
NJOROGE *•*about.me/uhusiano *•*
*"Facilitating access to African digital content" *


   Get a signature like this:

Click
here!

___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] OPAC search showing no tite

2015-02-14 Thread Evan Mungai Njoroge
Better still consider migrating your instance to packages it relieves you
of those indexing problems.

Evan

On 13 February 2015 at 19:24, MJ Ray  wrote:

> Admire Mutsikiwa wrote:
> > I have upgrade my koha instance through several versions. I  have
> re-indexed
> > but I am getting the following message
> >
> > koha@libsys:~$ /usr/share/koha/bin/migration_tools/rebuild_zebra.pl -b
> -r -x
> > -v
> >
> > given is experimental at /usr/share/koha/lib/Koha/DateUtils.pm line 133.
>
> First guess: what version of perl are you using?  Either look on the
> About Koha: Server Information screen, or try perl -V at the command line.
>
> Hope that helps,
> --
> MJ Ray (slef), member of www.software.coop, a for-more-than-profit co-op
> http://koha-community.org supporter, web and library systems developer.
> In My Opinion Only: see http://mjr.towers.org.uk/email.html
> Available for hire (including development) at http://www.software.coop/
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] lost barcode focus and jquery

2015-03-31 Thread Evan Mungai Njoroge
Have you upgraded recently?
Completely clear the browsers' cache and retry [1]

Best wishes

Evan

___
1. http://bywatersolutions.com/2014/11/03/koha-cache-clearing/

On 31 March 2015 at 03:46, Marty Jongepier 
wrote:

> I have an annoying issue with koha, not world shocking, but it would be
> nice to get a solution.
> What happens is that if we scan a barcode, either for checking in or
> checking out, the focus moves from the barcode box to the search box
> (iceweasel, firefox, chrome...).
> It is annoying, to say the least, to have to click in the check in box (or
> check out) after every item scanned. Cleaning the cache, as somebody
> suggested, does not help either.
>
> It used not to be like that. You could scan as many items as you wanted and
> the focus would stay on the check in box.
>
> Some people told me that it was easily solved with jquery, but I am not a
> programmer. I have tried a few things, but so far no code in jquery I have
> written has solved this. Could any of you maybe help us out, give us some
> sample code for this?
>
> Running Koha on Debian Wheezy.
>
> Thank you!
>
> Marty
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Setting up KOHA to send emails

2012-02-18 Thread Evan Mungai Njoroge
Colleagues,

I have set up KOHA 3.6.1 running on Ubuntu 10.10, my only problem is that
It can't send emails to patrons on registering or even overdues (everything
is set for it).
Kindly take me through on how to set it up (do you need to configure Ubuntu
to be able to send mails or KOHA and how).

EM Njoroge
Think°Create°Share°Grow
http://about.me/uhusiano
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Availability - No items Available

2012-06-28 Thread Evan Mungai Njoroge
*Go to System preferences → OPAC →
DisplayOPACiconsXSLT  [Allow]

then to
OPACXSLTDetailsDisplay Choose [Using XSLT Stylesheets] (In Koha 3.8, just
type default)

then to
OPACXSLTResultsDisplay Choose [Using XSLT Stylesheets] (In Koha 3.8, just
type default)
Save and the display will change from items unavailable to this..
yipe!*



*Evan Njoroge* ICT Librarian*, Kabarak University*
Cell: (254) 721 375 981 | Cell 2: (254) 751 375 981
 http://about.me/uhusiano | http://thetimpata.com

My profiles: [image: Facebook Page]
 [image:
LinkedIn]  [image:
Twitter] [image:
Google Plus Page] 
All views and opinions expressed in this email message are the personal
opinions of the author and do not represent those of the company. No
liability can be held for any damages, however caused, to any recipients of
this message.


On Wed, Jun 27, 2012 at 11:11 AM, SANDEEP BHAVSAR  wrote:

> Respected All
>
> I am using koha ver 3.09.00.017. Just imported the data into catalogue and
> index the same with nozebra
> I am getting the search of all records in OPAC but Koha is showing
> Availability : No Items available
> and for every records showing 7 holdings.
> Kindly guide
>
> --
> Thanks and Regards
>
> Sandeep Bhavsar
> Librarian
> Dr.V.N.Bedekar Institute of Management Studies
> Thane(W) 400601
> MUMBAI. INDIA
> @@
> email: sandeep.bhav...@gmail.com
> Mob : 9029 345777
> elibrary :http://www.vpmthane.org/im/elib/main.htm
> @@
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha