Hi all,
i was trying to import authority records from marc records that already
loaded in my database
which will make a catalog for example of my authors when browsing by
subject in opac then selecting the type as person_name by this command
./bin/cronjobs/build_browser_and_cloud.pl -f -b 100a -t
I am unable to place holds with the version we have, even after trying
all suggestions. I'm hoping a newer version will fix that issue, but
also, I do want to keep up to some degree. We won't be able to
upgrade every time it's available, but I figured that if we wait too
long, retraining
Vitor, please try my (raw?) solution adding the following JS code to sysprefs
opacuserjs and intranetuserjs.
Ensure you deleted cookie KohaOpacLanguage from your browser before testing it.
var lang = readCookie('KohaOpacLanguage');
if (!lang) {
// no language specified, change to Italian
In some cases, images need to be changed depending on the language.
An example: the cart has a cart icon, of course, but the Italian translation
uses 'scaffale', and the Spanish translation uses 'bolsa', that are not carts.
So the icon needs to be 'translated' accordingly.
Here is a proposal to
I've asked before - but got no answer. Anyone know what this report is
for? Overdues with Fines?
It's a blank section in the manual:
http://koha-community.org/documentation/3-4-manual-en/?ch=x8286#overduesfines
Nicole
___
Koha mailing list http://koha-
Heya Nicole
Dont know the answer but I have cced the devel list so more developers will see
it. A lot have the main list on digest so for development questions, of which
documentation of features most certainly is, the devel list will get you a
better hit rate.
Chris
Nicole Engard wrote:
>I
2011/3/30 Sue McMillan :
> Good morning,
>
>
>
> STDC libraries print receipts for items issued. The font size is very small
> and we would like to change to larger print. I can’t see in the admin where
> to change it so am thinking it is a style sheet somewhere on the server.
>
>
Hi Sue
There i
Another way to do this is to escape the intranetuserjs preference and add some
styling to the receipts in there, a la (this is what goes into your
intranetuserjs preference box):
[begin example]
[[the css you want to modify, properly formatted]]
On Mar 30, 2011, at 3:56 PM, Liz Rea wrote:
> Another way to do this is to escape the intranetuserjs preference and add
> some styling to the receipts in there, a la (this is what goes into your
> intranetuserjs preference box):
>
> [begin example]
>
>
>
>
> [[the css you want to modif
At 12:38 PM 11/26/2010 -0500, Jared Camins-Esakov wrote:
>Is there a way to do a bulk import of "authorized values"? Â I have not been
>able to find KOHA user interface support for this.
>
>INSERT INTO authorised_values (category, authorised_value, lib) VALUES
>('LOC', 'MILITARY', 'Military'), ('L
Hi Paul,
On Wed, Mar 30, 2011 at 7:11 PM, Paul wrote:
> At 12:38 PM 11/26/2010 -0500, Jared Camins-Esakov wrote:
> >Is there a way to do a bulk import of "authorized values"? Â I have not
> been
> >able to find KOHA user interface support for this.
> >
> >INSERT INTO authorised_values (category,
11 matches
Mail list logo