Re: [Koha] MARC Bibliographic Framework Test

2012-04-12 Thread Chris Cormack
On 12 April 2012 18:41, Alex87  wrote:
> Hi everybody!
>
> I state that i'm completely newbie with Koha, i have just install the last
> version of Koha and i'm trying to use it in local mode on my pc.
>
Exactly what version is it? 3.6.4? You can check on the about page in Koha

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


Re: [Koha] MARC Bibliographic Framework Test

2012-04-12 Thread Alex87
Hi Chris,
thank you for your answer.

Yes i have installed the 3.6.4 version of koha, on Ubuntu 11.10.

Alex

--
View this message in context: 
http://koha.1045719.n5.nabble.com/MARC-Bibliographic-Framework-Test-tp5634767p5634929.html
Sent from the Koha-general mailing list archive at Nabble.com.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] MARC Bibliographic Framework Test

2012-04-12 Thread Chris Cormack
On 12 April 2012 20:02, Alex87  wrote:
> Hi Chris,
> thank you for your answer.
>
> Yes i have installed the 3.6.4 version of koha, on Ubuntu 11.10.
>
Hi Alex

In that case, your search problem is probably caused by not having
zebrasrv running, or the cronjob to rebuild the indexes not working

Check out the searching faq here
http://koha-community.org/documentation/faq/

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


Re: [Koha] MARC Bibliographic Framework Test

2012-04-12 Thread Alex87
Ok i  understand, thanks.
For the installation i have follow this guide:
http://wiki.koha-community.org/wiki/Koha_on_Ubuntu

And at the voice:
"5b - Reindexing Choices"

I have done the "Option #2: Add a cronjob to index your zebra database".

Maybe the index rebuild doesn't work because i have choise this second
option instead of the first option?
http://wiki.koha-community.org/wiki/Background_indexing_with_Zebra

Thanks
Alex

--
View this message in context: 
http://koha.1045719.n5.nabble.com/MARC-Bibliographic-Framework-Test-tp5634767p5635103.html
Sent from the Koha-general mailing list archive at Nabble.com.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] software error

2012-04-12 Thread MJ Ray
shahas 
> while saving record am getting below error.,,,
> 
> Software error:
> 
> Can't call method "fields" on an undefined value at
> /usr/share/koha/lib/C4/Biblio.pm line 2245.
> For help, please send mail to the webmaster (webmaster@koha), giving this
> error message and the time and date of the error.
> 
> please help me to proceed

You need to contact the webmaster and ask them what is in the
koha-error_log file at that time and date.

You could ask them to put their real email address instead of
webmaster@koha in the ServerAdmin line, too!

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


Re: [Koha] MARC Bibliographic Framework Test

2012-04-12 Thread Alex87
I have installed the modules for Background indexing with Zebra:

http://wiki.koha-community.org/wiki/Background_indexing_with_Zebra

But when i try to launch it i get this error:

root@ubuntu:/etc/perl/C4#  koha-index-daemon
Starting Koha Indexer Daemon
Attribute (conf_file) does not pass the type constraint because: Validation
failed for 'Str' with value undef at accessor
Koha::Contrib::Tamil::Koha::conf_file (defined at
/usr/local/share/perl/5.12.4/Koha/Contrib/Tamil/Koha.pm line 19) line 4.

Koha::Contrib::Tamil::Koha::conf_file('Koha::Contrib::Tamil::Koha=HASH(0x56e2c50)',
undef) called at /usr/local/share/perl/5.12.4/Koha/Contrib/Tamil/Koha.pm
line 37

Koha::Contrib::Tamil::Koha::BUILD('Koha::Contrib::Tamil::Koha=HASH(0x56e2c50)',
'HASH(0x560b3c0)') called at constructor Koha::Contrib::Tamil::Koha::new
(defined at /usr/local/share/perl/5.12.4/Koha/Contrib/Tamil/Koha.pm line
155) line 50
Koha::Contrib::Tamil::Koha::new('Koha::Contrib::Tamil::Koha') called at
/usr/local/share/perl/5.12.4/Koha/Contrib/Tamil/IndexerDaemon.pm line 49

Koha::Contrib::Tamil::IndexerDaemon::BUILD('Koha::Contrib::Tamil::IndexerDaemon=HASH(0x5cdb6e0)',
'HASH(0x5cdb980)') called at constructor
Koha::Contrib::Tamil::IndexerDaemon::new (defined at
/usr/local/share/perl/5.12.4/Koha/Contrib/Tamil/IndexerDaemon.pm line 99)
line 112

Koha::Contrib::Tamil::IndexerDaemon::new('Koha::Contrib::Tamil::IndexerDaemon',
'ARGV', 'ARRAY(0x5ceb4e0)', 'extra_argv', 'ARRAY(0x5cebab0)', 'usage',
'Getopt::Long::Descriptive::Usage=HASH(0x589a180)') called at
/usr/local/share/perl/5.12.4/MooseX/Getopt/Basic.pm line 96

MooseX::Getopt::Basic::new_with_options('Koha::Contrib::Tamil::IndexerDaemon')
called at /usr/local/bin/koha-index-daemon line 20
root@ubuntu:/etc/perl/C4# 

And it doesn't Index the record that i have already create.

Do you know how to fix this?

Thanks
Alex


--
View this message in context: 
http://koha.1045719.n5.nabble.com/MARC-Bibliographic-Framework-Test-tp5634767p5635298.html
Sent from the Koha-general mailing list archive at Nabble.com.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] MARC Bibliographic Framework Test

2012-04-12 Thread Zeno Tajoli
Hi Alex,

Il 12/04/2012 11:30, Alex87 ha scritto:
> And at the voice:
> "5b - Reindexing Choices"
> 
> I have done the "Option #2: Add a cronjob to index your zebra database".
> 
> Maybe the index rebuild doesn't work because i have choise this second
> option instead of the first option?
> http://wiki.koha-community.org/wiki/Background_indexing_with_Zebra

before to use reindex by cron or in backgrand,
you need to index all at the first time.ù


a)First check:
Have you done the point '3 - Setup the environment variables used by
Koha scripts' ?
And after a logout ?


b)Rebuilt you Zebra index from scratch:

$ misc/migration_tools/rebuild_zebra.pl -b -r -v

Once the indexing has completed, you will be able to search for records
in your system.
NOTE: This script should be run as the kohauser (the default is 'koha').

The FAQ about this topic:
http://koha-community.org/faq/zebra-indexing-wont-work-fix-it-aka-search-stuff-up-help/

After we check the background indexing.

-- 
Dott. Zeno Tajoli
tajoliAT_SPAM_no_prendiATcilea.it
fax +39 02 2135520
CILEA - Consorzio Interuniversitario
http://www.cilea.it/disclaimer
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] MARC Bibliographic Framework Test

2012-04-12 Thread Alex87
Hi Dott. Tajoli,
thank you very much for your answer.

I have done the point 3.

Now i have rebuild index:

root@ubuntu:/# /usr/share/koha/bin/migration_tools/rebuild_zebra.pl -b -r -v
Zebra configuration information

Zebra biblio directory  = /var/lib/koha/zebradb/biblios
Zebra authorities directory = /var/lib/koha/zebradb/authorities
Koha directory  = /usr/share/koha/intranet/cgi-bin
BIBLIONUMBER in : 001$@
BIBLIOITEMNUMBER in : 090$a

skipping authorities

exporting biblio

1..
Records exported: 7

REINDEXING zebra

14:30:12-12/04 zebraidx(19643) [warn] Record didn't contain match fields in
(bib1,Local-number)

CLEANING

root@ubuntu:/# 


But it seems that when i search for the 7 records in the Catalogue i can't
find these records.

Thanks
Alex

--
View this message in context: 
http://koha.1045719.n5.nabble.com/MARC-Bibliographic-Framework-Test-tp5634767p5635382.html
Sent from the Koha-general mailing list archive at Nabble.com.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] MARC Bibliographic Framework Test

2012-04-12 Thread Zeno Tajoli
Hi,

I see one problem for you:

Il 12/04/2012 13:34, Alex87 ha scritto:
> Now i have rebuild index:
> 
> root@ubuntu:/# /usr/share/koha/bin/migration_tools/rebuild_zebra.pl -b -r -v

do you use the 'root' user.
It is not a good idea.

You need to use a different user.

In http://wiki.koha-community.org/wiki/Koha_on_Ubuntu
in section Pre-Koha Installation Setup says:

2 - Add the koha user
# sudo adduser koha

after this point you need to use the user 'koha' with sudo,
and no more the user 'root'.

I think that now you probably have problems of permissions.

If you have used 'root' everywhere, probably you can use the
installation but is difficult to help you without a ssh access
to your server.

You can:
a)Try to fix the problem (you need a good level of skills on Linux)
As help read the FAQ from here: http://koha-community.org/documentation/faq/

b)Delete the installation, restart from scratch and use the user 'koha'
instead of root.
Read all the install files BEFORE to start.
If you work on Ubuntu read the files
-INSTALL.ubunt
-INSTALL.ubuntu.lucid
There in the tar.gz file
http://download.koha-community.org/koha-latest.tar.gz

c)Try a Koha VM from here:
http://kylehall.info/index.php/projects/koha/koha-virtual-appliance/

d)Hire a support specialist fro here:
http://koha-community.org/support/paid-support/


Cheers
Zeno Tajoli
-- 
Dott. Zeno Tajoli
tajoliAT_SPAM_no_prendiATcilea.it
fax +39 02 2135520
CILEA - Consorzio Interuniversitario
http://www.cilea.it/disclaimer
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Koha assistance

2012-04-12 Thread Joe
Do you have the latest version of Koha? I believe the latest version is 3.6.
-Joe-

On Thu, Apr 12, 2012 at 12:25 AM, shahas rahman wrote:

> hi,,,
>
> I watched one Demo of Koha,,
> In that Demo item Records are creating while placing
> order(automatically),,,
>
>
> But in my koha ,,records are not creating,,If i click on Book Name it shows
> ' The record you requested does not exist (88). '
>
> --
> *
>
> Best Regards,
>
> Shahas Rahman
>
> *
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>



-- 
Joseph Alway
Access Services Coordinator
Chan Shun Centennial Library
Southwestern Adventist University

"The World's Great Literary Masterpieces. Freely Available At Your
Fingertips. Project Gutenberg. The Free Digital Library."
http://www.gutenberg.org
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] add new record in Koha

2012-04-12 Thread Joe
Here is another quick tutorial I made using a different Koha version that
had a different ordering proces.
http://dl.dropbox.com/u/21733088/2nd%20Acquisitions%20Demo%20-%20Different%20Ordering%20Process%202.htm(I
used the free screen capture program: "Wink" Created by DebugMode.)

If you don't have an item type set go into the Administrator menu and add
an item type.
Click on the "More" drop down menu and select Administration. Under Basic
Parameters choose Item Type. Click on New Item Type. In the "Item Type" box
enter the Name of the Item Type. Enter a Description for the item type and
click "Save Changes". Now you should be able to choose an Item Type in the
Koha Item Type selection box.
-Joe-

On Thu, Apr 12, 2012 at 3:14 AM, shahas rahman  wrote:

> Hi,,Joe,,
> Sorry for disturbing u,,
>
> In my koha,,am getting error while placing order,,(becs of entry in field
> 'Item'(i set it as while placing order)).
> If i set item entry in receving from System Preference,,( asking for 'item
> ' while receving,,, in this case i can place order)
>
> so records are not creating,,please help
>
>
> On Wed, Apr 11, 2012 at 7:58 PM, Joe  wrote:
>
>> Here is a quick tutorial I made on using the Acquisitions module in Koha.
>> http://dl.dropbox.com/u/21733088/Acquisitions%20Demo.htm
>>
>> -Joe-
>>
>>
>> On Wed, Apr 11, 2012 at 12:09 AM, shahas rahman wrote:
>>
>>> Hi,,thank u for reply,,
>>>
>>> Everything is OK till step#2.
>>> I have doubt about creating item or Record,,,(is it required to do any
>>> configuration in 'Add Marc Record'?? for creating item)
>>>
>>> please help me to proceed,,
>>>
>>>
>>> On Tue, Apr 10, 2012 at 7:41 PM, Joe  wrote:
>>>
 The Koha Manuals are full of this kind of information. Here is the link
 to the appropriate section in the Koha 3.6 Manual.
 http://manual.koha-community.org/3.6/en/placingacqorder.html#createacqbasket

 Link to the Manual page on Acquisitions:
 http://manual.koha-community.org/3.6/en/acqmodule.html

 Quick Overview:
 Step#1 Setup your Budget and Add Different "Funds" in the Budget.
 Step#2 Setup Vendors
 Step#3 Create a Basket (Think of this as a order sheet.)
 Step#4 Create individual Orders in the Basket by choosing an option in
 the Add Order list.
 Step#5 When Creating the Order Make Sure to Choose what collection the
 item is going into and Click the Add Button. Clicking the Add Button in the
 Create Order Screen will create an item for that record and you will be
 able to receive the order, because there is an item attached to the record
 you created.

 -Joe-


 On Tue, Apr 10, 2012 at 1:04 AM, shahas  wrote:

> Hi,
>
> I am using koha 3.6,,
> How can i create new item records ?
> Now i can't receive orders because no item record availabe,,,
> pls help,,
>
> --
> View this message in context:
> http://koha.1045719.n5.nabble.com/add-new-record-in-Koha-tp5629059p5629059.html
> Sent from the Koha-general mailing list archive at Nabble.com.
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>



 --
 Joseph Alway
 Access Services Coordinator
 Chan Shun Centennial Library
 Southwestern Adventist University

 "The World's Great Literary Masterpieces. Freely Available At Your
 Fingertips. Project Gutenberg. The Free Digital Library."
 http://www.gutenberg.org


>>>
>>>
>>> --
>>> *
>>>
>>> Best Regards,
>>>
>>> Shahas Rahman
>>> Abudhabi
>>> 00971 503211648
>>>
>>>
>>> *
>>>
>>>
>>
>>
>> --
>> Joseph Alway
>> Access Services Coordinator
>> Chan Shun Centennial Library
>> Southwestern Adventist University
>>
>> "The World's Great Literary Masterpieces. Freely Available At Your
>> Fingertips. Project Gutenberg. The Free Digital Library."
>> http://www.gutenberg.org
>>
>>
>
>
> --
> *
>
> Best Regards,
>
> Shahas Rahman
> Abudhabi
> 00971 503211648
>
>
> *
>
>


-- 
Joseph Alway
Access Services Coordinator
Chan Shun Centennial Library
Southwestern Adventist University

"The World's Great Literary Masterpieces. Freely Available At Your
Fingertips. Project Gutenberg. The Free Digital Library."
http://www.gutenberg.org
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Cite/Export widget from OCLC

2012-04-12 Thread Lenora Oftedahl
Just to get a general idea to quote to those fussing at me about being able to 
have citations readily available for researchers...what would be the cost to 
have the OCLC citation widget adapted into Koha?  Or something similar.  I'm 
just looking for a round figure,VERY rough estimate.

http://www.oclc.org/nextspace/016/tipsandtricks.htm 

Or this one?  http://www.oclc.org/developer/applications/cite

Thanx
Lenora
StreamNet Regional Librarian
Columbia River Inter-Tribal Fish Commission




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


Re: [Koha] Cite/Export widget from OCLC

2012-04-12 Thread Nicole Engard
I don't have an answer, but Koha does work with Zotero, Refworks and
Endnote all of which can generate citations.

Nicole

On Thu, Apr 12, 2012 at 12:41 PM, Lenora Oftedahl  wrote:
> Just to get a general idea to quote to those fussing at me about being able 
> to have citations readily available for researchers...what would be the cost 
> to have the OCLC citation widget adapted into Koha?  Or something similar.  
> I'm just looking for a round figure,VERY rough estimate.
>
> http://www.oclc.org/nextspace/016/tipsandtricks.htm
>
> Or this one?  http://www.oclc.org/developer/applications/cite
>
> Thanx
> Lenora
> StreamNet Regional Librarian
> Columbia River Inter-Tribal Fish Commission
>
>
>
>
> ___
> 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] Bulk patron anonymize/delete tool

2012-04-12 Thread Tom Hanstra

I asked this once before and got no response.  But hope springs eternal...

Has anyone successfully used the "Patrons (anonymize, bulk-delete)" tool 
available in Koha?  We have found neither to work as expected.  It acts 
as if it *thinks* it is anonymizing and/or deleting but does not 
actually do it.


Alternately, if that is known not to work, what might it take to bulk 
delete patrons at the database level?  What kind of a mess will I leave 
behind if I simply delete patrons from the borrowers table?  I assume a 
normal delete would check to make sure the patron does not have 
outstanding fines, checked out books, etc.  Just whacking the borrowers 
table won't check those things.  So what all else do I need to check 
before deletion?


Thanks,
Tom

--


 Tom Hanstra  Systems Administrator
 Hesburgh Libraries of Notre Dame Phone: (574)631-4686
 213 Hesburgh Library Email: t...@nd.edu
 Notre Dame, IN  46556

  "Now, here, you see, it takes all the running you can do, to keep in
   the same place. If you want to get somewhere else, you must run at
   least twice as fast as that!"
  Lewis Carroll - Through the Looking Glass


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


Re: [Koha] Bulk patron anonymize/delete tool

2012-04-12 Thread Joy Nelson
Tom-
I can tell you from the database level, that patrons are linked to Circulation 
(issues, old_issues), Holds (reserves, old_reserves), Fines (accountlines) at a 
minimum.  Borrowers are also in the borrower_attributes, and borrower messaging 
preferences tables.  Those last two will cascade nicely when a borrower is 
deleted.  

I don't believe that the existence in old_reserves or old_issues will cause you 
trouble.  And it is an easy enough task to check if the borrower is in issues 
or reserves before deleting.  Fines are another issue altogether.  (queries 
with sums and all)

This doesn't really address the notion of 'should you delete patrons'.  I'll 
leave that to others.

Additionally, I'm curious as to what you are seeing when the anonymize patrons 
is used?  What are your expecting and what are you seeing?

-Joy Nelson
ByWater Solutions



 From: Tom Hanstra 
To: "Koha@lists.katipo.co.nz"  
Sent: Thursday, April 12, 2012 12:48 PM
Subject: [Koha] Bulk patron anonymize/delete tool
 
I asked this once before and got no response.  But hope springs eternal...

Has anyone successfully used the "Patrons (anonymize, bulk-delete)" tool 
available in Koha?  We have found neither to work as expected.  It acts as if 
it *thinks* it is anonymizing and/or deleting but does not actually do it.

Alternately, if that is known not to work, what might it take to bulk delete 
patrons at the database level?  What kind of a mess will I leave behind if I 
simply delete patrons from the borrowers table?  I assume a normal delete would 
check to make sure the patron does not have outstanding fines, checked out 
books, etc.  Just whacking the borrowers table won't check those things.  So 
what all else do I need to check before deletion?

Thanks,
Tom

-- 

     Tom Hanstra                              Systems Administrator
     Hesburgh Libraries of Notre Dame         Phone: (574)631-4686
     213 Hesburgh Library                     Email: t...@nd.edu
     Notre Dame, IN  46556

  "Now, here, you see, it takes all the running you can do, to keep in
   the same place. If you want to get somewhere else, you must run at
   least twice as fast as that!"
                          Lewis Carroll - Through the Looking Glass


___
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] Ping KUDOS

2012-04-12 Thread G. Laws
1. What does KUDOS stand for (the breakout of the acronym,  if it is)? I
presume Koha Users and Developers xxx xxx?

2. Is the Google group still active?

https://groups.google.com/group/kudos-koha/

3. Is the KUDOS site still intended to be active?

http://kudos.koha-community.org/



-- 

Greg Lawson
Rolling Hills Consolidated Library
1912 N. Belt Highway
St. Joseph, MO 64506

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


[Koha] Introduction & Help

2012-04-12 Thread Zachary Osborne
Hi everyone,

 

My name is Zack and I'm the Librarian the Toronto Botanical Garden's
Library. I've recently installed Koha (version 3.06.02.003). I don't
consider myself to be very tech-savvy, so I'm optimistic that I will be
able to learn a lot from you, and from the Koha documentation.

 

My library currently uses InMagic DB/TextWorks as its Intergrated
Library System (ILS) for cataloguing and circulation. I am desperate to
migrate the ILS from InMagic to Koha, and am very excited to do so.

 

I've read a few threads about the InMagic to Koha conversion, and am
hopeful this will get me through the migration of its records and patron
data. So far I've downloaded MarcEdit, and have exported the InMagic
catalogue records as a CSV file. The next step is to map the fields from
InMagic to the MARC framework before uploading to Koha. 

 

Has anyone else done this type of conversion before, from InMagic to
Koha? 

 

Thanks, and I look forward to everything Koha has to offer!

 

-Zack

 

Zachary Osborne

Head Librarian

Toronto Botanical Garden

777 Lawrence Avenue East

Toronto, Ontario M3C 1P2

T 416-397-1375F 416-397-1354

E librar...@torontobotanicalgarden.ca
 

W www.torontobotanicalgarden.ca  

 

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


[Koha] Changing of koha user name and password in ubuntu os

2012-04-12 Thread Annu
I would like to change the default login user name and password in
Koha-3.06.02, which I installed in ubuntu 10.04. 

Can someone please let me know the way it can be done. 

Thanks and Regards, 
Annu



--
View this message in context: 
http://koha.1045719.n5.nabble.com/Changing-of-koha-user-name-and-password-in-ubuntu-os-tp5634732p5634732.html
Sent from the Koha-general mailing list archive at Nabble.com.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha