koha.git
14 years ago(bug #3898) Followup : fixing Hold Policies implementation 3.0.5_rc1
Henri-Damien LAURENT [Tue, 8 Dec 2009 14:14:33 +0000 (15:14 +0100)]
(bug #3898) Followup : fixing Hold Policies implementation

An error slipped in kohastructure.sql
65abb5124e7fe00bac13f79dfaa785fc78821300

14 years agoGreek, English (Great Britain) and Italian updates
Chris Cormack [Mon, 7 Dec 2009 22:17:31 +0000 (11:17 +1300)]
Greek, English (Great Britain) and Italian updates

14 years ago3.0.x : intranet results Removing missing features
Henri-Damien LAURENT [Mon, 7 Dec 2009 15:30:25 +0000 (16:30 +0100)]
3.0.x : intranet results Removing missing features

Removing Place Hold and Add To List Button

14 years agoRevert "MT 2298 : Fix hidelostitems"
Henri-Damien LAURENT [Mon, 7 Dec 2009 10:18:07 +0000 (11:18 +0100)]
Revert "MT 2298 : Fix hidelostitems"

This reverts commit 481ccf6872622e1d00ed92b82dd8abd6930b6931.

14 years agoRevert "2298 2299 : Search.pm and opac-search.pl"
Henri-Damien LAURENT [Mon, 7 Dec 2009 10:17:55 +0000 (11:17 +0100)]
Revert "2298 2299 : Search.pm and opac-search.pl"

This reverts commit e1b6555032d7035a3114746a0cb19c01cd17c9d7.

14 years agoRevert "(MT #2298) Rewrite "only available items""
Henri-Damien LAURENT [Mon, 7 Dec 2009 10:17:32 +0000 (11:17 +0100)]
Revert "(MT #2298) Rewrite "only available items""

This reverts commit dfa44a90d4005a034bc2186e0d48ce4d5cb1992e.

14 years agoRevert "[followup](MT #2298) fix bad conditions"
Henri-Damien LAURENT [Mon, 7 Dec 2009 10:17:20 +0000 (11:17 +0100)]
Revert "[followup](MT #2298) fix bad conditions"

This reverts commit 0f7d9aa432cf3043e498a59769bd0a8528dac04e.

14 years agoFixed portuguese opac .po file
Chris Cormack [Sun, 6 Dec 2009 05:27:53 +0000 (18:27 +1300)]
Fixed portuguese opac .po file

14 years agoDutch, Polish, Italian and German updates
Chris Cormack [Sun, 6 Dec 2009 05:20:40 +0000 (18:20 +1300)]
Dutch, Polish, Italian and German updates

14 years agoOpac po file updates
Chris Cormack [Fri, 4 Dec 2009 02:58:45 +0000 (15:58 +1300)]
Opac po file updates

14 years agoFixing portuguese
Chris Cormack [Fri, 4 Dec 2009 02:33:28 +0000 (15:33 +1300)]
Fixing portuguese

14 years agoIntranet .po file updates
Chris Cormack [Fri, 4 Dec 2009 02:08:39 +0000 (15:08 +1300)]
Intranet .po file updates

14 years agoDates : improvements
Henri-Damien LAURENT [Fri, 4 Dec 2009 13:32:21 +0000 (14:32 +0100)]
Dates : improvements

14 years ago(bug #3819) variable name typo
Nahuel ANGELINETTI [Thu, 3 Dec 2009 09:16:51 +0000 (10:16 +0100)]
(bug #3819) variable name typo

This patch fix variable name in opac, that made koha fatal error.

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years ago(bug #3819) still fixing holds policies
Nahuel ANGELINETTI [Wed, 2 Dec 2009 16:30:58 +0000 (17:30 +0100)]
(bug #3819) still fixing holds policies

This patch backports more code from 3.2 to make hold policies working.

14 years agoBug 3827: Impossible to set a subfield mandatory in biblio framework
Frédéric Demians [Wed, 2 Dec 2009 12:55:20 +0000 (13:55 +0100)]
Bug 3827: Impossible to set a subfield mandatory in biblio framework

This patch is for 3.0.x. 3.2 is correct.

14 years agoBug 3784: Don't fail on opac-detail.pl with invalid biblionumber
Frédéric Demians [Wed, 2 Dec 2009 15:04:49 +0000 (16:04 +0100)]
Bug 3784: Don't fail on opac-detail.pl with invalid biblionumber

14 years ago[followup](MT #2298) fix bad conditions
Nahuel ANGELINETTI [Thu, 3 Dec 2009 12:46:33 +0000 (13:46 +0100)]
[followup](MT #2298) fix bad conditions

This patch fix bad condition that hide in all cases records without items.

14 years agoMT 2415 : tablesorter for shelves
Matthias Meusburger [Tue, 1 Dec 2009 11:11:11 +0000 (12:11 +0100)]
MT 2415 : tablesorter for shelves

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years ago(bug #3823) on hold items in opac
Nahuel ANGELINETTI [Tue, 1 Dec 2009 12:05:53 +0000 (13:05 +0100)]
(bug #3823) on hold items in opac

this fix C4::Items::GetItemsInfo for an old bug, that say all items are on hold if one is on hold.

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years agoMT 2360 : Adds address, city and zipcode to overdues csv export
koha user [Tue, 1 Dec 2009 14:29:03 +0000 (15:29 +0100)]
MT 2360 : Adds address, city and zipcode to overdues csv export

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years ago(bug #3348) another order receive fix
Nahuel ANGELINETTI [Wed, 2 Dec 2009 13:48:48 +0000 (14:48 +0100)]
(bug #3348) another order receive fix

This patch fix orderreceive.pl when there is no result, and add a link to go back to receive summary.

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years ago(bug #3825) improve waiting holds
Nahuel ANGELINETTI [Wed, 2 Dec 2009 10:44:43 +0000 (11:44 +0100)]
(bug #3825) improve waiting holds

This patch :
 * fix indentation
 * Separate waiting holds from holds over with tabs
 * Select only holds for librarian library

14 years ago(bug #3826) improve modrequest.pl
Nahuel ANGELINETTI [Wed, 2 Dec 2009 10:57:05 +0000 (11:57 +0100)]
(bug #3826) improve modrequest.pl

This patch modify the redirect done by modrequest, to return to the referer page. It permit to go back to circ/circulation.pl.

14 years agoMT 2110 : adds title, due date and issue date to csv overdues export
Koha Biblibre [Wed, 2 Dec 2009 10:10:40 +0000 (11:10 +0100)]
MT 2110 : adds title, due date and issue date to csv overdues export

14 years agoGerman, Italian and Polish updates
Chris Cormack [Thu, 3 Dec 2009 19:12:27 +0000 (08:12 +1300)]
German, Italian and Polish updates

14 years agoMore staff po updates
Chris Cormack [Thu, 3 Dec 2009 03:56:52 +0000 (16:56 +1300)]
More staff po updates

14 years agoStaff side .po updates
Chris Cormack [Thu, 3 Dec 2009 03:47:20 +0000 (16:47 +1300)]
Staff side .po updates

14 years agoThe last of the opac .po files
Chris Cormack [Thu, 3 Dec 2009 02:39:37 +0000 (15:39 +1300)]
The last of the opac .po files

14 years agoMore updated opac .po files
Chris Cormack [Thu, 3 Dec 2009 01:09:25 +0000 (14:09 +1300)]
More updated opac .po files

14 years agoUpdating for 3.0.5
Chris Cormack [Wed, 2 Dec 2009 23:12:30 +0000 (12:12 +1300)]
Updating for 3.0.5

14 years agoFrench and polish updates
Chris Cormack [Wed, 2 Dec 2009 20:47:38 +0000 (09:47 +1300)]
French and polish updates

14 years agoRevert "C4::Output adding getlanguagecookie + other enhancements"
Henri-Damien LAURENT [Wed, 2 Dec 2009 08:30:12 +0000 (09:30 +0100)]
Revert "C4::Output adding getlanguagecookie + other enhancements"

This reverts commit 8014923b41d47e8121a858a1122f380e6f35b383.

14 years agoupgrade to kohaversion
Henri-Damien LAURENT [Tue, 1 Dec 2009 11:53:09 +0000 (12:53 +0100)]
upgrade to kohaversion

14 years agoBug 3818 Allow 10 characters in bookfund id input
Colin Campbell [Mon, 30 Nov 2009 14:06:51 +0000 (14:06 +0000)]
Bug 3818 Allow 10 characters in bookfund id input

Field is varchar(10) allow all characters to be used

14 years agoBug 3806 - Holidays improperly sorted by date
Frédéric Demians [Mon, 23 Nov 2009 13:38:23 +0000 (14:38 +0100)]
Bug 3806 - Holidays improperly sorted by date

14 years agoBug 3805 Suppress display of basket level invoice no
Colin Campbell [Mon, 23 Nov 2009 12:05:33 +0000 (12:05 +0000)]
Bug 3805 Suppress display of basket level invoice no

The aqbasket invoice number is not the one populated on receipt
as the order line invoice number is the field used elsewhere
suppress the unpopulated field from the basket display

14 years agoBug 3805 Suppress basket invoice number display
Colin Campbell [Mon, 23 Nov 2009 17:14:47 +0000 (17:14 +0000)]
Bug 3805 Suppress basket invoice number display

Dont display unpopulated field

14 years ago(bug #3801) fix itemtype administration
Nahuel ANGELINETTI [Mon, 23 Nov 2009 08:39:12 +0000 (09:39 +0100)]
(bug #3801) fix itemtype administration

This delete all code related to renewals allowed in itemtype administration.

14 years agoBug 3800 - Misplaced IF was causing the no permission message never to be displayed
Chris Cormack [Mon, 23 Nov 2009 08:01:14 +0000 (21:01 +1300)]
Bug 3800 - Misplaced IF was causing the no permission message never to be displayed

14 years agoBug 3813: SIP2, Bad Patron Information Response to Message 64
Frédéric Demians [Fri, 27 Nov 2009 08:46:06 +0000 (09:46 +0100)]
Bug 3813: SIP2, Bad Patron Information Response to Message 64

This fix returns item's barcodes in AU fields

14 years ago(bug #3816) differenciate reserved and on loan items
Nahuel ANGELINETTI [Mon, 30 Nov 2009 12:37:50 +0000 (13:37 +0100)]
(bug #3816) differenciate reserved and on loan items

This change the way to show only reserved items in intranet search result.

14 years ago(bug #3819) hold policies implementation
Nahuel ANGELINETTI [Mon, 30 Nov 2009 15:37:01 +0000 (16:37 +0100)]
(bug #3819) hold policies implementation

This still backports updatedatabase from head, update kohastructure, and fix smart-rules.tmpl/.pl.

14 years ago(bug #3819) hold policies doesn't work
Nahuel ANGELINETTI [Mon, 30 Nov 2009 14:21:17 +0000 (15:21 +0100)]
(bug #3819) hold policies doesn't work

This patch backport code from 3.2, create the database, and update kohastructure.sql

14 years ago(bug #3822) fix returning document in transfert
Nahuel ANGELINETTI [Tue, 1 Dec 2009 08:55:16 +0000 (09:55 +0100)]
(bug #3822) fix returning document in transfert

This fix C4::Circulation::AddReturn, to mark as transfered items in transfert that are returned in homebranch.

14 years agoC4::Output adding getlanguagecookie + other enhancements
Henri-Damien LAURENT [Tue, 1 Dec 2009 09:00:29 +0000 (10:00 +0100)]
C4::Output adding getlanguagecookie + other enhancements

required for language stemming management
Adding also some filters for NSB NSE characters
Now, get_template can be used even when query->cookie not set

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years ago(MT #2298) Rewrite "only available items"
Nahuel ANGELINETTI [Fri, 20 Nov 2009 09:05:50 +0000 (10:05 +0100)]
(MT #2298) Rewrite "only available items"

This change the way to show only available items. Now we don't use anymore zebra that delete records with one non-available item, but we check only for non-available items in perl code.

14 years ago(bug #3798) fix changing request branch
Nahuel ANGELINETTI [Fri, 20 Nov 2009 14:58:43 +0000 (15:58 +0100)]
(bug #3798) fix changing request branch

a variable was wrong in template.

14 years agoRemoving es-VE at request of translators
Chris Cormack [Sun, 22 Nov 2009 06:51:40 +0000 (19:51 +1300)]
Removing es-VE at request of translators

14 years agoPolish and french updates
Chris Cormack [Thu, 19 Nov 2009 23:59:25 +0000 (12:59 +1300)]
Polish and french updates

14 years ago[3.0.x][followup](bug #3348) orderreceive problems
Nahuel ANGELINETTI [Wed, 18 Nov 2009 13:44:34 +0000 (14:44 +0100)]
[3.0.x][followup](bug #3348) orderreceive problems

This fix the way to search orders, some urls, and unused variable.

14 years agoBug 3754: Follow-up patch
Ricardo Dias Marques [Sat, 14 Nov 2009 19:43:03 +0000 (19:43 +0000)]
Bug 3754: Follow-up patch

This patch is a follow-up patch for the one submitted by
Nahuel Angelinetti for Bug 3754 (for 3.0.x).

The bug is mentioned here:

Bug 3754 - Language detection doesn't take really care of syspref
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3754

Nahuel's patch is here:
http://git.koha.org/cgi-bin/gitweb.cgi?p=Koha;a=commitdiff;h=df25509e8c500c0e91b9f2343ebca1c7c98238cf

I had a problem which was being uncapable of changing from
"Português" (Portuguese) to "English" and vice-versa. The problem
was solved after applying Nahuel's changes followed by this patch
of mine.

This patch is for 3.0.x (because it follows up on Nahuel's
patch that was also for 3.0x). I'll let one that can test these
two patches (Nahuel's and mine) for the "master" branch to test
them and submit it for that branch.

14 years ago(bug #3787) update unimarc leader plugin,fix xhtml and design
Nahuel ANGELINETTI [Mon, 16 Nov 2009 15:27:55 +0000 (16:27 +0100)]
(bug #3787) update unimarc leader plugin,fix xhtml and design

14 years ago(bug #3791) overduerules and numeric categorycodes
Nahuel ANGELINETTI [Wed, 18 Nov 2009 09:02:40 +0000 (10:02 +0100)]
(bug #3791) overduerules and numeric categorycodes

this fix overduesrules.pl when library have numeric category codes.

14 years ago(bug #3786) fix items edition menu
Nahuel ANGELINETTI [Mon, 16 Nov 2009 14:45:57 +0000 (15:45 +0100)]
(bug #3786) fix items edition menu

This re-allow the user to go back to normal/isbd/marc view when he's in items edition page

14 years agoPortuguese staff updates
Chris Cormack [Sun, 15 Nov 2009 04:11:18 +0000 (17:11 +1300)]
Portuguese staff updates

14 years agoSkipping pt-BR for release
Henri-Damien LAURENT [Fri, 13 Nov 2009 14:22:52 +0000 (15:22 +0100)]
Skipping pt-BR for release

14 years ago(MT 1970) fix javascript
Nahuel ANGELINETTI [Fri, 13 Nov 2009 12:43:48 +0000 (13:43 +0100)]
(MT 1970) fix javascript

This fix javascript to add a supplemental issue that was broken.

14 years ago(bug #3783) fix marcurls
Nahuel ANGELINETTI [Thu, 12 Nov 2009 16:00:50 +0000 (17:00 +0100)]
(bug #3783) fix marcurls

this permit to have multiples urls in one field

14 years agoAdding Sindhi po files
Chris Cormack [Wed, 11 Nov 2009 09:26:49 +0000 (22:26 +1300)]
Adding Sindhi po files

14 years agoUrdu staff po file
Chris Cormack [Wed, 11 Nov 2009 09:26:19 +0000 (22:26 +1300)]
Urdu staff po file

14 years agoEnglish (Great Britain) and Italian updates
Chris Cormack [Tue, 10 Nov 2009 07:11:34 +0000 (20:11 +1300)]
English (Great Britain) and Italian updates

14 years ago2298 2299 : Search.pm and opac-search.pl
Henri-Damien LAURENT [Mon, 9 Nov 2009 14:36:28 +0000 (15:36 +0100)]
2298 2299 : Search.pm and opac-search.pl

Removing filter available and hidelostitems at Biblio level

14 years agoMT 2298 : Fix hidelostitems
Nahuel ANGELINETTI [Tue, 10 Nov 2009 12:18:43 +0000 (13:18 +0100)]
MT 2298 : Fix hidelostitems

This patch fixes the opac search, and C4::Search to take care about hidelostitems for items, and not records.

14 years ago(bug #3734) Fix previous patch of isbd view
Nahuel ANGELINETTI [Thu, 12 Nov 2009 15:08:47 +0000 (16:08 +0100)]
(bug #3734) Fix previous patch of isbd view

This patch fix the last patch which delete a line that mustn't be deleted.

14 years ago[followup](bug #3779) fix tmpl_if
Nahuel ANGELINETTI [Mon, 9 Nov 2009 16:04:22 +0000 (17:04 +0100)]
[followup](bug #3779) fix tmpl_if

Fix tmpl_if, else it will generate some translation problems.

14 years ago[followup](bug #3760) delete some warn
Nahuel ANGELINETTI [Wed, 4 Nov 2009 15:42:32 +0000 (16:42 +0100)]
[followup](bug #3760) delete some warn

14 years ago(bug #3760) fix and improve some reports
Nahuel ANGELINETTI [Wed, 4 Nov 2009 15:01:43 +0000 (16:01 +0100)]
(bug #3760) fix and improve some reports

This patch fix some problems with dates, and itemtypes level.
And it improve some sql queries.

14 years ago(bug #3761) fix virtualshelf ordering
Nahuel ANGELINETTI [Wed, 4 Nov 2009 16:31:12 +0000 (17:31 +0100)]
(bug #3761) fix virtualshelf ordering

This patch fix the way to order shelfs, and delete an useless warn

14 years ago(bug #3762) fix warnings in GetCoinsBiblio
Nahuel ANGELINETTI [Wed, 4 Nov 2009 16:33:53 +0000 (17:33 +0100)]
(bug #3762) fix warnings in GetCoinsBiblio

set defaults values to delete warnings.

14 years ago(bug #3771) delete multiple holds
Nahuel ANGELINETTI [Thu, 5 Nov 2009 15:13:14 +0000 (16:13 +0100)]
(bug #3771) delete multiple holds

This delete an non-implemented feature for multiple holds in opac search results.

14 years ago(bug #3772) show place hold button in isbd view
Nahuel ANGELINETTI [Thu, 5 Nov 2009 15:58:31 +0000 (16:58 +0100)]
(bug #3772) show place hold button in isbd view

This fix the isbd view to show the "place hold" button.

14 years ago[followup](bug #3550) fix opensearch with subtitle
Nahuel ANGELINETTI [Fri, 6 Nov 2009 15:47:39 +0000 (16:47 +0100)]
[followup](bug #3550) fix opensearch with subtitle

14 years ago(bug #3778) GetBranchesLoop and searchMyLibraryFirst
Nahuel ANGELINETTI [Mon, 9 Nov 2009 08:38:25 +0000 (09:38 +0100)]
(bug #3778) GetBranchesLoop and searchMyLibraryFirst

This fix GetBranchesLoop, if searchmylibraryfirst is disabled, getbranchesloop mustn't select any branch.

14 years ago(bug #3779) overdues csv fix
Nahuel ANGELINETTI [Mon, 9 Nov 2009 15:13:11 +0000 (16:13 +0100)]
(bug #3779) overdues csv fix

This fix HTML escape in overdue list.
And fix the csv to be the same as what is shown.

14 years agoSubscription add Updating Online Help file
Henri-Damien LAURENT [Fri, 6 Nov 2009 07:56:06 +0000 (08:56 +0100)]
Subscription add Updating Online Help file

14 years agoDutch opac updates
Chris Cormack [Sat, 7 Nov 2009 01:54:34 +0000 (14:54 +1300)]
Dutch opac updates

14 years agoFrench opac updates
Chris Cormack [Sat, 7 Nov 2009 01:52:24 +0000 (14:52 +1300)]
French opac updates

14 years agoGerman updates
Chris Cormack [Thu, 5 Nov 2009 17:34:44 +0000 (06:34 +1300)]
German updates

14 years agoOPAC po files updated
Chris Cormack [Thu, 5 Nov 2009 08:41:09 +0000 (21:41 +1300)]
OPAC po files updated

14 years agoLast of the intranet po files
Chris Cormack [Thu, 5 Nov 2009 08:06:45 +0000 (21:06 +1300)]
Last of the intranet po files

14 years agoUpdated intranet po files
Chris Cormack [Thu, 5 Nov 2009 07:52:30 +0000 (20:52 +1300)]
Updated intranet po files

14 years agoIntranet po updates
Chris Cormack [Thu, 5 Nov 2009 07:47:44 +0000 (20:47 +1300)]
Intranet po updates

14 years agoIntranet po updates
Chris Cormack [Thu, 5 Nov 2009 07:44:05 +0000 (20:44 +1300)]
Intranet po updates

14 years agoMore updates
Chris Cormack [Thu, 5 Nov 2009 07:41:59 +0000 (20:41 +1300)]
More updates

14 years agoUpdated po files
Chris Cormack [Thu, 5 Nov 2009 07:38:37 +0000 (20:38 +1300)]
Updated po files

14 years agoTranslation fix : opac-recentacquisitions
Henri-Damien LAURENT [Fri, 6 Nov 2009 07:53:48 +0000 (08:53 +0100)]
Translation fix : opac-recentacquisitions

14 years agoAdding Support for $9 and $3 on authority hierarchy
Henri-Damien LAURENT [Thu, 5 Nov 2009 20:47:29 +0000 (21:47 +0100)]
Adding Support for $9 and $3 on authority hierarchy

Please test and tell me if it is helpfull and does what it is meant for

14 years agoFollowup : d31ac1 reintroducing submit buttons
Henri-Damien LAURENT [Wed, 4 Nov 2009 13:48:40 +0000 (14:48 +0100)]
Followup : d31ac1 reintroducing submit buttons

this reintroduces translation of submit values

14 years agoFrench updates
Chris Cormack [Tue, 3 Nov 2009 20:00:50 +0000 (09:00 +1300)]
French updates

14 years ago[followup] (bug #3710) all itemtypes if none selected
Nahuel ANGELINETTI [Mon, 26 Oct 2009 09:24:45 +0000 (10:24 +0100)]
[followup] (bug #3710) all itemtypes if none selected

14 years ago(recent acquisitions)
Nahuel ANGELINETTI [Wed, 14 Oct 2009 13:00:54 +0000 (15:00 +0200)]
(recent acquisitions)

14 years ago(bug #3734) another isbd view for opac
Nahuel ANGELINETTI [Wed, 28 Oct 2009 10:20:53 +0000 (11:20 +0100)]
(bug #3734) another isbd view for opac

This patch add a new preference system for ISBD OPAC view.  It permits to have different ISBD views between opac and intranet and resolve the url problems.

14 years ago(bug #3754) fix language choose
Nahuel ANGELINETTI [Tue, 3 Nov 2009 15:30:22 +0000 (16:30 +0100)]
(bug #3754) fix language choose

This patch fix the way to choose the translation to use, to only use translated template that have been selected by the user in sysprefs.

14 years agoFixing translation stopped on acqui-search-result.tmpl
Henri-Damien LAURENT [Tue, 3 Nov 2009 12:51:34 +0000 (13:51 +0100)]
Fixing translation stopped on acqui-search-result.tmpl

14 years agoAdmin/categorie.pl _get_bref_messaging_pref missing
Henri-Damien LAURENT [Tue, 3 Nov 2009 12:31:56 +0000 (13:31 +0100)]
Admin/categorie.pl _get_bref_messaging_pref missing

14 years ago(bug #3745) fix deletion of borrowers rights detection
Nahuel ANGELINETTI [Mon, 2 Nov 2009 15:42:01 +0000 (16:42 +0100)]
(bug #3745) fix deletion of borrowers rights detection

This patch fix the rights checking for borrower deletion.

14 years ago[3.0.x](bug #3753) returning a document always needs transfert
Nahuel ANGELINETTI [Tue, 3 Nov 2009 10:55:53 +0000 (11:55 +0100)]
[3.0.x](bug #3753) returning a document always needs transfert

This patch fix a bug in 3.0.4 that do, all returned documents will always need transfers.

14 years agoUpdating INSTALL.ubuntu
Henri-Damien LAURENT [Mon, 2 Nov 2009 13:01:01 +0000 (14:01 +0100)]
Updating INSTALL.ubuntu

14 years agoFix 3741 : Amazon cover image not displayed
Henri-Damien LAURENT [Mon, 2 Nov 2009 11:46:11 +0000 (12:46 +0100)]
Fix 3741 : Amazon cover image not displayed

Opac detail page would not show amazon cover image any longer