koha.git
14 years agoremoving hardcoded (english) string
Paul Poulain [Thu, 12 Nov 2009 14:56:17 +0000 (15:56 +0100)]
removing hardcoded (english) string

14 years agoadding error details
Paul Poulain [Thu, 12 Nov 2009 14:55:56 +0000 (15:55 +0100)]
adding error details

14 years agoMoving language to opac-advsearch.pl fewer options
Paul Poulain [Wed, 11 Nov 2009 14:53:16 +0000 (15:53 +0100)]
Moving language to opac-advsearch.pl fewer options

was in "more option", that contains many options useless to standard patrons. Language limit can be useful

14 years agoAdding ccode at item level in 995$h UNIMARC
Henri-Damien LAURENT [Thu, 12 Nov 2009 13:45:44 +0000 (14:45 +0100)]
Adding ccode at item level in 995$h UNIMARC

14 years agoremoving database revision 124
Henri-Damien LAURENT [Wed, 4 Nov 2009 09:02:17 +0000 (10:02 +0100)]
removing database revision 124

Revisions 124 and 123 were the same

14 years agoFixed wrong SQL syntax in updatedatabase.
Jean-André Santoni [Fri, 6 Nov 2009 12:30:28 +0000 (13:30 +0100)]
Fixed wrong SQL syntax in updatedatabase.

14 years agotypo fix : list_price instead of listprice
Paul Poulain [Mon, 16 Nov 2009 15:11:54 +0000 (16:11 +0100)]
typo fix : list_price instead of listprice

14 years agomissing ) result in SQL error
Paul Poulain [Mon, 16 Nov 2009 15:02:52 +0000 (16:02 +0100)]
missing ) result in SQL error

14 years agoBug Fix : 3343 MT1313 Authorities MARC summary
Henri-Damien LAURENT [Wed, 11 Nov 2009 19:59:32 +0000 (20:59 +0100)]
Bug Fix : 3343 MT1313 Authorities MARC summary

When more than one heading, fields are mixed and not well ordered

14 years agoFollow up : MT1902
Henri-Damien LAURENT [Wed, 11 Nov 2009 14:36:00 +0000 (15:36 +0100)]
Follow up : MT1902

aaa8d0c80c893dbd92ced6c933263002cf6b048b
This fixes the loop with dates with was using implicit variable

14 years agoAdding a warning On subscription deletion for item
Henri-Damien LAURENT [Wed, 11 Nov 2009 14:19:24 +0000 (15:19 +0100)]
Adding a warning On subscription deletion for item

If we really wanted to delete all items linked to a subscription when we delete a subscription
we should change the database structure as such :
ALTER TABLE serialitems ADD FOREIGN KEY ( itemnumber ) REFERENCES items (itemnumber) ON DELETE CASCADE ;
ALTER TABLE serial CHANGE subscriptionid subscriptionid INT( 11 ) NOT NULL
ALTER TABLE serial ADD INDEX subscription ( subscriptionid )
ALTER TABLE serial ADD FOREIGN KEY ( subscriptionid ) REFERENCES subscription (subscriptionid) ON DELETE CASCADE ;

14 years agoMT1883 : Serials enddate was not cleanly used
Henri-Damien LAURENT [Wed, 11 Nov 2009 11:00:18 +0000 (12:00 +0100)]
MT1883 : Serials enddate was not cleanly used

GetExpirationDate should now be used only to get the NEXT expirationdate based on startdate
Perltidying C4/Serials.pm

14 years agoremoving database revision 124
Henri-Damien LAURENT [Wed, 4 Nov 2009 09:02:17 +0000 (10:02 +0100)]
removing database revision 124

Revisions 124 and 123 were the same

14 years agoapplying atomic update for issuingrules, (2929)
Paul Poulain [Tue, 10 Nov 2009 21:21:09 +0000 (22:21 +0100)]
applying atomic update for issuingrules, (2929)

14 years agoremoving warnings
Paul Poulain [Tue, 10 Nov 2009 20:53:27 +0000 (21:53 +0100)]
removing warnings

14 years agotransforming dates to iso to avoid a mySQL error
Paul Poulain [Tue, 10 Nov 2009 20:52:57 +0000 (21:52 +0100)]
transforming dates to iso to avoid a mySQL error

14 years agoreindenting & removing comments
Paul Poulain [Tue, 10 Nov 2009 20:32:33 +0000 (21:32 +0100)]
reindenting & removing comments

14 years agosubscription enddate is not mandatory + add a small hint on the right
Paul Poulain [Tue, 10 Nov 2009 20:32:21 +0000 (21:32 +0100)]
subscription enddate is not mandatory + add a small hint on the right

14 years agoUpdateDatabase more fixes
Henri-Damien LAURENT [Tue, 10 Nov 2009 21:19:51 +0000 (22:19 +0100)]
UpdateDatabase more fixes

14 years agoMT 2269 : Granular permissions for items batch modification and deletion
Matthias Meusburger [Tue, 10 Nov 2009 14:55:52 +0000 (15:55 +0100)]
MT 2269 : Granular permissions for items batch modification and deletion

Notes :
Permissions themselves were already added in commit 50ef9288606077dfc2b457db490f6fc2a5461c6c : (bug #3396)   This add batch deletion of items and fixes permissions for batch modification by Jean-André Santoni
Javascript for bolding currently selected page in tools-menu.inc enhanced to support url with parameters

14 years agoadding SUDOC history to XSLT (fields 955$r and $9)
Paul Poulain [Tue, 10 Nov 2009 19:55:22 +0000 (20:55 +0100)]
adding SUDOC history to XSLT (fields 955$r and $9)

14 years agooups, sorry, fixing mistake in previous patch
Paul Poulain [Tue, 10 Nov 2009 17:32:07 +0000 (18:32 +0100)]
oups, sorry, fixing mistake in previous patch

(reverting a not related and probably bogus change)

14 years agorevamping a little opac-detail for subscription (adding more history information)
Paul Poulain [Tue, 10 Nov 2009 17:28:53 +0000 (18:28 +0100)]
revamping a little opac-detail for subscription (adding more history information)

14 years agoBug 3702 add branch description as primary sort for items in staff mode
Jane Wagner [Fri, 9 Oct 2009 15:06:17 +0000 (11:06 -0400)]
Bug 3702 add branch description as primary sort for items in staff mode

The default sort order for items attached to a title in staff mode is
items.dateaccessioned desc.  This means that a particular library's holdings
will be scattered through the list -- a special problem when it comes to serial
issues.  I've done a change to Items.pm that makes the sort order branch
description followed by dateaccessioned.  Thus, a library's holdings will be
grouped together in the display.

14 years agotypo fix in XSLT
Paul Poulain [Tue, 10 Nov 2009 16:07:44 +0000 (17:07 +0100)]
typo fix in XSLT

14 years agoadding XSLT for intranet (UNIMARC only, MARC21 will be done by kf)
Paul Poulain [Tue, 10 Nov 2009 16:00:37 +0000 (17:00 +0100)]
adding XSLT for intranet (UNIMARC only, MARC21 will be done by kf)

- the XSLTParse4Display sub now has a new parameter : the interface (intranet or opac)
- the XSLTdisplay sysprefs is common to staff & opac (Auth.pm)
- added UNIMARC xslt in intranet templates (modified to deal with staff/opac differences)

14 years agoDisplaying serial call-number on receive.
Paul Poulain [Mon, 9 Nov 2009 18:35:02 +0000 (19:35 +0100)]
Displaying serial call-number on receive.

when the subscription has item creation, the callnumber is inside the item creation.
But when it doesn't have, the callnumber is not displayed, but is useful to be put on physical item.
This patch display the callnumber after the title

14 years ago2 translation fixes
Paul Poulain [Mon, 9 Nov 2009 17:49:17 +0000 (18:49 +0100)]
2 translation fixes

14 years agoMT 2048 : Clickable fields for biblios are now in blue, just like clickable fields...
Matthias Meusburger [Mon, 9 Nov 2009 14:45:00 +0000 (15:45 +0100)]
MT 2048 : Clickable fields for biblios are now in blue, just like clickable fields for authorities

14 years agooverdue performance restored (INCOMPLETE FIX)
Paul Poulain [Mon, 9 Nov 2009 14:44:14 +0000 (15:44 +0100)]
overdue performance restored  (INCOMPLETE FIX)

The performances of this script felt back. Investigating, it's due to the extended attribute filtering improvement
when there are ext attributes, the script does a:
SELECT borrowernumber AS bn, b.code, attribute AS val, category AS avcategory, lib AS avdescription
        FROM borrower_attributes b
        JOIN borrower_attribute_types bt ON (b.code = bt.code)
        LEFT JOIN authorised_values a ON (a.category = bt.authorised_value_category AND a.authorised_value = b.attribute)

that returns a LOT of datas when you have 10 000 patrons and 5 attributes.
That results in the page needing something like 10 seconds to be loaded.
There are some other caveats. I've commented a few lines that remove the extended attr option. The best solution would be to fix it better, but I can't find how to do that now.

(note : i also have commented some lines that are unused)

14 years agosubs declared twice
Paul Poulain [Mon, 9 Nov 2009 10:57:42 +0000 (11:57 +0100)]
subs declared twice

14 years agofixing some errors in updatedatabase
Paul Poulain [Mon, 9 Nov 2009 10:57:28 +0000 (11:57 +0100)]
fixing some errors in updatedatabase

14 years agoMT 2040, Follow-up : Dropdown list for languages in opac
Matthias Meusburger [Mon, 9 Nov 2009 09:30:08 +0000 (10:30 +0100)]
MT 2040, Follow-up : Dropdown list for languages in opac

14 years agoAdding some missing Status
Henri-Damien LAURENT [Mon, 9 Nov 2009 09:11:28 +0000 (10:11 +0100)]
Adding some missing Status

Claimed and Not Available was not managed for display

14 years agoEditing copynumber to stocknumber
Henri-Damien LAURENT [Mon, 9 Nov 2009 08:56:10 +0000 (09:56 +0100)]
Editing copynumber to stocknumber

Updating updatedatabase.pl
Updating value_builder

14 years agoMT 2167 : orders of firstname surname
Henri-Damien LAURENT [Mon, 9 Nov 2009 08:28:30 +0000 (09:28 +0100)]
MT 2167 : orders of firstname surname

In result lists, the order was not the same as everywhere else
in Koha.

14 years agoFixing Merge on shelves Adding Print and send List
Henri-Damien LAURENT [Fri, 6 Nov 2009 16:31:28 +0000 (17:31 +0100)]
Fixing Merge on shelves Adding Print and send List

14 years agofixing overdue checking (today is not late)
Paul Poulain [Fri, 6 Nov 2009 14:16:07 +0000 (15:16 +0100)]
fixing overdue checking (today is not late)

NOW() returns minuts and seconds. date_due is just YYYY-MM-DD
Thus date_due < now() is wrong if date_due is today, and the patron is considered as late.
With curdate(), the patron is late only the day after the overdue limit

14 years agoFixed wrong SQL syntax in updatedatabase.
Jean-André Santoni [Fri, 6 Nov 2009 12:30:28 +0000 (13:30 +0100)]
Fixed wrong SQL syntax in updatedatabase.

14 years agoAdding userid to search in member.pl
Henri-Damien LAURENT [Fri, 6 Nov 2009 11:37:01 +0000 (12:37 +0100)]
Adding userid to search in member.pl

14 years agoAdding SpecifyDueDate
Henri-Damien LAURENT [Thu, 5 Nov 2009 14:37:42 +0000 (15:37 +0100)]
Adding SpecifyDueDate

14 years agoenhancement C4::Members.pm Improving POD
Henri-Damien LAURENT [Thu, 5 Nov 2009 14:58:38 +0000 (15:58 +0100)]
enhancement C4::Members.pm Improving POD

Adding a function to output field as xml

14 years agoSQLHelper Enhancement Adding contain as searchtype
Henri-Damien LAURENT [Wed, 4 Nov 2009 16:02:25 +0000 (17:02 +0100)]
SQLHelper Enhancement Adding contain as searchtype

14 years agoRemoving default selection of userbranch for research
Henri-Damien LAURENT [Wed, 4 Nov 2009 15:58:12 +0000 (16:58 +0100)]
Removing default selection of userbranch for research

14 years agoremoving database revision 124
Henri-Damien LAURENT [Wed, 4 Nov 2009 09:02:17 +0000 (10:02 +0100)]
removing database revision 124

Revisions 124 and 123 were the same

14 years agoenh Serials-collection Checking claimed late and expected issues
Henri-Damien LAURENT [Tue, 3 Nov 2009 21:19:13 +0000 (22:19 +0100)]
enh Serials-collection Checking claimed late and expected issues

Could be better handled with jquery

14 years agoAdds billing address support in the basketgroup.
Jean-André Santoni [Wed, 4 Nov 2009 12:17:09 +0000 (13:17 +0100)]
Adds billing address support in the basketgroup.

Also fixes a bug in ModBasketgroup, and renames the PDF uploaded to the client.

14 years agoMT 2134 : Adds a tab for subscriptions in intranet's record detail
Matthias Meusburger [Wed, 4 Nov 2009 08:19:36 +0000 (09:19 +0100)]
MT 2134 : Adds a tab for subscriptions in intranet's record detail

14 years agofixing basket in staff, some wrong links
Paul Poulain [Tue, 3 Nov 2009 15:58:47 +0000 (16:58 +0100)]
fixing basket in staff, some wrong links

14 years agoreindenting + typo fix (MAJOR : missing s in permission checking)
Paul Poulain [Mon, 2 Nov 2009 16:26:03 +0000 (17:26 +0100)]
reindenting + typo fix (MAJOR : missing s in permission checking)

14 years ago[3.2.x](bug #3623) PDF printing enhancements
Jean-André Santoni [Tue, 3 Nov 2009 15:23:37 +0000 (16:23 +0100)]
[3.2.x](bug #3623) PDF printing enhancements

Renamed pdfformat to OrderPdfFormat and created OrderPdfTemplate to stock the PDF in the database.
Added a new type of syspref nammed "Upload".
Rewritte, translation and cleaning of the PDF template.

14 years agoAdding stocknumber field to items table
Henri-Damien LAURENT [Tue, 3 Nov 2009 13:35:49 +0000 (14:35 +0100)]
Adding stocknumber field to items table

14 years ago[3.2.x](bug #3624) Per-basketgroup delivery place
Jean-André Santoni [Sun, 1 Nov 2009 13:03:09 +0000 (14:03 +0100)]
[3.2.x](bug #3624) Per-basketgroup delivery place

Librarian are now able to select a different delivery place for each basketgroup. They can choose one from the branch list or manualy using a textarea.
Database schema and PDF generation have been modified to reflect these changes.

14 years ago[3.2.x](bug #3624) Per-basketgroup delivery place
Jean-André Santoni [Sun, 1 Nov 2009 13:03:09 +0000 (14:03 +0100)]
[3.2.x](bug #3624) Per-basketgroup delivery place

Librarian are now able to select a different delivery place for each basketgroup. They can choose one from the branch list or manualy using a textarea.
Database schema and PDF generation have been modified to reflect these changes.

14 years agoMT 2067, Follow-up : Description for CSV export not mandatory anymore
Matthias Meusburger [Tue, 3 Nov 2009 14:43:19 +0000 (15:43 +0100)]
MT 2067, Follow-up : Description for CSV export not mandatory anymore

14 years agoMT 2040, Follow-up : Broken language search
Matthias Meusburger [Tue, 3 Nov 2009 09:52:34 +0000 (10:52 +0100)]
MT 2040, Follow-up : Broken language search

14 years ago[3.2.x](bug #3624) Per-basketgroup delivery place
Jean-André Santoni [Sun, 1 Nov 2009 13:03:09 +0000 (14:03 +0100)]
[3.2.x](bug #3624) Per-basketgroup delivery place

Librarian are now able to select a different delivery place for each basketgroup. They can choose one from the branch list or manualy using a textarea.
Database schema and PDF generation have been modified to reflect these changes.

14 years ago3.01.038 was missed and replaced by other code
Henri-Damien LAURENT [Mon, 2 Nov 2009 15:37:53 +0000 (16:37 +0100)]
3.01.038 was missed and replaced by other code

14 years agoPOD improvement
Henri-Damien LAURENT [Mon, 2 Nov 2009 10:16:05 +0000 (11:16 +0100)]
POD improvement

14 years agofixing updatedatabase msg
Paul Poulain [Fri, 30 Oct 2009 16:38:55 +0000 (17:38 +0100)]
fixing updatedatabase msg

14 years agofixing "close basket and create basket group" feature
Paul Poulain [Fri, 30 Oct 2009 12:39:10 +0000 (13:39 +0100)]
fixing "close basket and create basket group" feature

the checkbox was not functional, now it is.

14 years agosome reindenting & XHTML compliance
Paul Poulain [Fri, 30 Oct 2009 12:38:41 +0000 (13:38 +0100)]
some reindenting & XHTML compliance

14 years agoAcquisition : Fixing
Henri-Damien LAURENT [Fri, 30 Oct 2009 00:52:44 +0000 (01:52 +0100)]
Acquisition : Fixing

neworderempty : problems with data updates
booksellers.tmpl : TMPL_VAR not in comments
list_price becomes listprice in neworderempty script as in acq.js

14 years agoChange in API : ordnum becomes ordernumber
Henri-Damien LAURENT [Thu, 29 Oct 2009 16:44:59 +0000 (17:44 +0100)]
Change in API : ordnum becomes ordernumber

14 years agoxhtml improvement
Paul Poulain [Thu, 29 Oct 2009 16:56:38 +0000 (17:56 +0100)]
xhtml improvement

14 years agoremoving hardcoded value
Paul Poulain [Thu, 29 Oct 2009 16:56:22 +0000 (17:56 +0100)]
removing hardcoded value

14 years agosuggestions improvements and fixes
Paul Poulain [Thu, 29 Oct 2009 14:12:25 +0000 (15:12 +0100)]
suggestions improvements and fixes

- reindenting Suggestions.pm
- removing useless code in acqui-home.pl & fixing # of pending suggestion display
- add suggestion to order : displaying for selection suggestions accepted by the librarian (and reindenting)
- XHTMLing acqui-home (& removed useless parts)

NOTE ABOUT XHTML (could be useful) : <tfoot> must be BEFORE <tbody> in a <table>, even if, of course, it is displayed after.

14 years agoMT 2146 :Adding index on issn
Henri-Damien LAURENT [Thu, 29 Oct 2009 15:41:50 +0000 (16:41 +0100)]
MT 2146 :Adding index on issn

updateversion incremented

14 years ago3736 enh : Adding syspref RoutingListAddReserves
Henri-Damien LAURENT [Thu, 29 Oct 2009 14:29:04 +0000 (15:29 +0100)]
3736 enh : Adding syspref RoutingListAddReserves

Adding syspref RoutingListAddReserves
Using it in routing-preview

14 years agoMT 1902 : routing lists presence should be shown
Henri-Damien LAURENT [Thu, 29 Oct 2009 14:12:53 +0000 (15:12 +0100)]
MT 1902 : routing lists presence should be shown

in serials-home, when showing the list of serials,
display is changed in order to display the presence of a routing list
for a subscription

14 years agoImproving patron search in serials routing
Henri-Damien LAURENT [Thu, 29 Oct 2009 10:56:08 +0000 (11:56 +0100)]
Improving patron search in serials routing

Adding category and library search
Unifying with central member search

14 years agoUsing sans-serif rather than serif font
Henri-Damien LAURENT [Wed, 28 Oct 2009 17:41:19 +0000 (18:41 +0100)]
Using sans-serif rather than serif font

14 years agoReintroducing submit value buttons in po files
Henri-Damien LAURENT [Wed, 28 Oct 2009 17:38:52 +0000 (18:38 +0100)]
Reintroducing submit value buttons in po files

Submit values need to be translated.

14 years agoremoving useless files & fixing broken link
Paul Poulain [Wed, 28 Oct 2009 18:21:14 +0000 (19:21 +0100)]
removing useless files & fixing broken link

14 years agofixing SQL error (' is the string separator, and must be doubled when in the string)
Paul Poulain [Wed, 28 Oct 2009 18:02:31 +0000 (19:02 +0100)]
fixing SQL error (' is the string separator, and must be doubled when in the string)

14 years agofixing SQL builded if there is no where_strings
Paul Poulain [Wed, 28 Oct 2009 17:28:34 +0000 (18:28 +0100)]
fixing SQL builded if there is no where_strings

14 years agoremoving useless template (aqbudgets is the right one now)
Paul Poulain [Wed, 28 Oct 2009 17:03:03 +0000 (18:03 +0100)]
removing useless template (aqbudgets is the right one now)

14 years agofixing currency.pl
Paul Poulain [Wed, 28 Oct 2009 16:51:56 +0000 (17:51 +0100)]
fixing currency.pl

if active not set, mySQL complains for a missing argument

14 years agoremoving warn and reindenting
Paul Poulain [Wed, 28 Oct 2009 16:51:20 +0000 (17:51 +0100)]
removing warn and reindenting

+ \\n fixes (for error message better display)

14 years agoBug Fix MT2104 : Edit authorities problem on multiple field
Henri-Damien LAURENT [Tue, 27 Oct 2009 22:42:42 +0000 (23:42 +0100)]
Bug Fix MT2104 : Edit authorities problem on multiple field

When editing a field 500 linked to an authority, when duplicate
field, all the 500 fields were replaced.

14 years agoC4/Biblio.pm Perltidy
Henri-Damien LAURENT [Tue, 27 Oct 2009 08:44:47 +0000 (09:44 +0100)]
C4/Biblio.pm Perltidy

14 years agoJavascript translatability addbiblio.tmpl
Henri-Damien LAURENT [Tue, 27 Oct 2009 08:41:48 +0000 (09:41 +0100)]
Javascript translatability addbiblio.tmpl

14 years agoMT 2073 : Allow to have non-editable fields for item batch modification
Matthias Meusburger [Tue, 27 Oct 2009 08:58:35 +0000 (09:58 +0100)]
MT 2073 : Allow to have non-editable fields for item batch modification

14 years agoFollowup bfffa5 TransformHTMLToXML bug fix
Henri-Damien LAURENT [Mon, 26 Oct 2009 16:31:27 +0000 (17:31 +0100)]
Followup bfffa5 TransformHTMLToXML bug fix

_default_ind_to_space had problems

14 years agoAdding toggle of subscriptionhistory information
Henri-Damien LAURENT [Fri, 23 Oct 2009 10:12:36 +0000 (12:12 +0200)]
Adding toggle of subscriptionhistory information

14 years agoMT 2168 : Logical AND between multiple words strings
Henri-Damien LAURENT [Fri, 23 Oct 2009 14:05:33 +0000 (16:05 +0200)]
MT 2168 : Logical AND between multiple words strings

C4::SQLHelper was doing an implicit OR of multiple words strings
It is now fixed and does an AND

14 years agoAdding logging DBI errors if in Debug Mode
Henri-Damien LAURENT [Sun, 25 Oct 2009 05:28:37 +0000 (06:28 +0100)]
Adding logging DBI errors if in Debug Mode

14 years ago(bug #3726) fix ISBD url translation
Nahuel ANGELINETTI [Thu, 22 Oct 2009 10:26:12 +0000 (12:26 +0200)]
(bug #3726) fix ISBD url translation

14 years agoMT 2206 addorder crashing
Henri-Damien LAURENT [Thu, 22 Oct 2009 20:37:39 +0000 (22:37 +0200)]
MT 2206 addorder crashing

14 years agoAdding claimed to quick receiving
Henri-Damien LAURENT [Thu, 22 Oct 2009 20:21:18 +0000 (22:21 +0200)]
Adding claimed to quick receiving

14 years agoPerformance improvement authorities-list.pl
Henri-Damien LAURENT [Wed, 21 Oct 2009 14:39:35 +0000 (16:39 +0200)]
Performance improvement authorities-list.pl

CountUsage in Authorities has a performance problem.
We now rely on SimpleSarch for that purpose and it should be better

14 years agoMT 2071, 2072 : Check that barcodes are found and that items are allowed to be deleted
Matthias Meusburger [Mon, 26 Oct 2009 13:40:39 +0000 (14:40 +0100)]
MT 2071, 2072 : Check that barcodes are found and that items are allowed to be deleted

14 years agoBatch deletion of items enhancements
Matthias Meusburger [Fri, 23 Oct 2009 15:13:43 +0000 (17:13 +0200)]
Batch deletion of items enhancements
Separate templates
Status message after deletion

14 years agoMT 2037, Follow-up : fixed updatedatabase
Matthias Meusburger [Thu, 22 Oct 2009 10:30:10 +0000 (12:30 +0200)]
MT 2037, Follow-up : fixed updatedatabase

14 years agoMT 2037 : Update ISBD
Matthias Meusburger [Thu, 22 Oct 2009 09:45:38 +0000 (11:45 +0200)]
MT 2037 : Update ISBD

14 years agoMT 2069 : MoveItemFromBiblio now checks for orders
Matthias Meusburger [Wed, 21 Oct 2009 14:13:11 +0000 (16:13 +0200)]
MT 2069 : MoveItemFromBiblio now checks for orders

14 years agoFixing translation process
Henri-Damien LAURENT [Tue, 22 Sep 2009 13:16:21 +0000 (15:16 +0200)]
Fixing translation process

Removing checkbox values from po generation

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years agoFollowup updating translation process
Henri-Damien LAURENT [Mon, 21 Sep 2009 21:47:59 +0000 (23:47 +0200)]
Followup updating translation process

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years agoFixing record.abs for authorities and MARC21
Chris Cormack [Mon, 14 Sep 2009 21:32:18 +0000 (09:32 +1200)]
Fixing record.abs for authorities and MARC21

14 years ago(bug #3688) add index for acqdate in unimarc and fix maintenance script
Nahuel ANGELINETTI [Thu, 1 Oct 2009 15:24:53 +0000 (17:24 +0200)]
(bug #3688) add index for acqdate in unimarc and fix maintenance script

This patch add the support of acqdate in unimarc, and fix maintenance script for brokend records.