koha.git
14 years agoMT1109 , follow-up to 888cde546e5c62d71f312755f4a1dbc8631626eb
Matthias Meusburger [Fri, 12 Jun 2009 12:27:06 +0000 (14:27 +0200)]
MT1109 , follow-up to 888cde546e5c62d71f312755f4a1dbc8631626eb
Missing MySQL statements to add search_history table

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years agoMT 1587, Follow-up : Added some documentation
Paul Poulain [Tue, 15 Sep 2009 15:54:08 +0000 (17:54 +0200)]
MT 1587, Follow-up : Added some documentation

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years agomisc/maintenance/sync_items_in_marcbibs enhance
Paul Poulain [Fri, 11 Sep 2009 15:15:55 +0000 (17:15 +0200)]
misc/maintenance/sync_items_in_marcbibs enhance

Adding a way do select the biblios you want to update

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years ago1110 : Balance carts and lists, follow-up : Added Opac lists features to admin lists
Matthias Meusburger [Fri, 11 Sep 2009 15:03:01 +0000 (17:03 +0200)]
1110 : Balance carts and lists, follow-up : Added Opac lists features to admin lists

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years agoMT 1587 (Follow-up) : CSV export for cart and shelves (export_format table creation)
Matthias Meusburger [Thu, 10 Sep 2009 13:18:01 +0000 (15:18 +0200)]
MT 1587 (Follow-up) : CSV export for cart and shelves (export_format table creation)

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years agoMT 1587 : CSV export for cart and shelves, with the ability to define different expor...
Henri-Damien LAURENT [Wed, 16 Sep 2009 19:31:30 +0000 (21:31 +0200)]
MT 1587 : CSV export for cart and shelves, with the ability to define different export profiles

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years agoBug Fixing 3276
Henri-Damien LAURENT [Wed, 16 Sep 2009 13:53:23 +0000 (15:53 +0200)]
Bug Fixing 3276

14 years agoAdding More filters for member.pl page :
Henri-Damien LAURENT [Mon, 14 Sep 2009 20:01:54 +0000 (22:01 +0200)]
Adding More filters for member.pl page :

Adding Search Function on Members which is a search on all the fields in Members
Adding search.tmpl which adds a filter possiblity on Member page
Adding the management and the use of Search function in C4::Members

14 years agofix for #3620: basket management
Paul Poulain [Wed, 16 Sep 2009 15:40:34 +0000 (17:40 +0200)]
fix for #3620: basket management

- basket.pl: updating display, formatting dates,
- neworderempty: updating display, removing useless code, using ACQ framework if it exist. The ACQ framework will be used for creating items record during acquisitions. If it does not exist, default is used instead (which has many more informations, lot of them being irrelevant during acquisition, like the barcode)
- new order from imported batch: rewrite of the workflow. Now uses neworderempty and changing status of import_record to 'imported'
- s/copyrightdate/publicationyear/ as it's what libraries uses when ordering
- fixing some warnings
-

14 years ago[replace previous] fix for 3612 (bookseller improvements)
Paul Poulain [Wed, 16 Sep 2009 08:33:47 +0000 (10:33 +0200)]
[replace previous] fix for 3612 (bookseller improvements)

- removing useless fields from aqbooksellers table: specialty, deliverydays,followupdays,followupscancel,nocalc, invoicedisc They were in the DB schema, but unused for years
- reworked bookseller and contract gui
- no warning thrown

NOTE : updatedatabase not done for field removal in aqbooksellers table. Should have:
ALTER TABLE `aqbooksellers`
  DROP `deliverydays`,
  DROP `followupdays`,
  DROP `followupscancel`,
  DROP `specialty`,
  DROP `nocalc`;

14 years agosmall 1st changes in basketgrouping (#3622)
Paul Poulain [Tue, 15 Sep 2009 09:40:56 +0000 (11:40 +0200)]
small 1st changes in basketgrouping (#3622)

a lot more to come.

14 years agofix for #3608 : Install from scratch, file uploading errors
Paul Poulain [Tue, 15 Sep 2009 09:33:52 +0000 (11:33 +0200)]
fix for #3608 : Install from scratch, file uploading errors

14 years agoMT 1883 : Subscription renewal didn't work with RenewSerialAddsSuggestion enabled
Matthias Meusburger [Wed, 16 Sep 2009 15:12:22 +0000 (17:12 +0200)]
MT 1883 : Subscription renewal didn't work with RenewSerialAddsSuggestion enabled

14 years ago[biblibre-newacq](bug #3611) fix user interface and others
Nahuel ANGELINETTI [Wed, 16 Sep 2009 14:02:35 +0000 (16:02 +0200)]
[biblibre-newacq](bug #3611) fix user interface and others

This big patch, fix xhtml code, and user interface.
It Delete the term of budget period and use it as "Root Budget".
It add improvment on UI, adding tooltip, and table tree.

14 years agoFix unimarc 010 field plugin
Nahuel ANGELINETTI [Tue, 15 Sep 2009 11:54:17 +0000 (13:54 +0200)]
Fix unimarc 010 field plugin

It cleans ISBN

14 years agoMoving item rather than Delete/recreate
Henri-Damien LAURENT [Tue, 15 Sep 2009 22:05:21 +0000 (00:05 +0200)]
Moving item rather than Delete/recreate

14 years agoMT 0001094, Follow-up : Enhancement : Item is moved rather than deleted and re-created
Henri-Damien LAURENT [Tue, 15 Sep 2009 22:00:28 +0000 (00:00 +0200)]
MT 0001094, Follow-up : Enhancement : Item is moved rather than deleted and re-created

14 years agoAdding some fields in GetSubscriptions
Henri-Damien LAURENT [Tue, 15 Sep 2009 09:03:45 +0000 (11:03 +0200)]
Adding some fields in GetSubscriptions

GetSubscriptions now searches string in
notes
internalnotes
callnumber
title

14 years agoMT 1926 : Adding Internal notes to serials list display
Henri-Damien LAURENT [Mon, 14 Sep 2009 20:19:08 +0000 (22:19 +0200)]
MT 1926 : Adding Internal notes to serials list display

14 years agoRemoving finish from C4/Members.pm
Henri-Damien LAURENT [Mon, 14 Sep 2009 14:40:35 +0000 (16:40 +0200)]
Removing finish from C4/Members.pm

14 years agoBug fix : 3618
Henri-Damien LAURENT [Mon, 14 Sep 2009 13:13:45 +0000 (15:13 +0200)]
Bug fix : 3618

Add some error proof on BuildUnimarcHierarchies

14 years agosmart-rules : clonerules enhancement
Henri-Damien LAURENT [Mon, 14 Sep 2009 12:47:47 +0000 (14:47 +0200)]
smart-rules : clonerules enhancement

Cloning rules should be available as soon as there is one rule

14 years agoMT 1443 : better reports on items
Matthias Meusburger [Tue, 15 Sep 2009 14:59:37 +0000 (16:59 +0200)]
MT 1443 : better reports on items

14 years agoBug Fixing 3631
Paul Poulain [Tue, 15 Sep 2009 14:01:31 +0000 (16:01 +0200)]
Bug Fixing 3631

14 years agoRe introducing missing definitions of variables
Paul Poulain [Tue, 15 Sep 2009 13:32:19 +0000 (15:32 +0200)]
Re introducing missing definitions of variables

14 years agoAdding Export to C4::Reserves.pm
Paul Poulain [Tue, 15 Sep 2009 08:07:26 +0000 (10:07 +0200)]
Adding Export to C4::Reserves.pm

exporting CanBookbereserved
exporting CanItembeReserved

14 years ago[biblibre-newacq](bug #3611) use jquery table sorter
Nahuel ANGELINETTI [Mon, 14 Sep 2009 15:40:28 +0000 (17:40 +0200)]
[biblibre-newacq](bug #3611) use jquery table sorter

This patch, modify tables to use the jquery plugin to sort tables.

14 years ago(bug #3611) some UI fixes
Nahuel ANGELINETTI [Mon, 14 Sep 2009 15:26:32 +0000 (17:26 +0200)]
(bug #3611) some UI fixes

Delete "Select budget period"
and Rename title to "Budget filters"

14 years ago[biblibre-newacq](bug #3611) fix aqbudgets.pl page
Nahuel ANGELINETTI [Mon, 14 Sep 2009 15:22:55 +0000 (17:22 +0200)]
[biblibre-newacq](bug #3611) fix aqbudgets.pl page

do not show total available if total is zero.
Adding a budget, does not show the available parent budgets.

14 years ago[biblibre-newacq](bug #3611) really disable buttons
Nahuel ANGELINETTI [Mon, 14 Sep 2009 14:02:49 +0000 (16:02 +0200)]
[biblibre-newacq](bug #3611) really disable buttons

Not set a disabled idea, but disable the button as YUI do.

14 years ago[biblibre-newacq] (bug #3611) improve aqbudgetperiods
Nahuel ANGELINETTI [Mon, 14 Sep 2009 13:56:28 +0000 (15:56 +0200)]
[biblibre-newacq] (bug #3611) improve aqbudgetperiods

Adds New Budget button periods list.
Show "Budgets" and "Budget Planning" menus only if we're in a budget period

14 years agoFix broken guided_reports.pl
Matthias Meusburger [Mon, 14 Sep 2009 15:18:13 +0000 (17:18 +0200)]
Fix broken guided_reports.pl

14 years agoMT 1092 : Items table is now sortable ; Not found barcodes are not displayed as empty...
Matthias Meusburger [Mon, 14 Sep 2009 14:38:27 +0000 (16:38 +0200)]
MT 1092 : Items table is now sortable ; Not found barcodes are not displayed as empty lines anymore

14 years agoUser can upload a file with barcodes or with itemnumbers
Matthias Meusburger [Mon, 14 Sep 2009 13:56:13 +0000 (15:56 +0200)]
User can upload a file with barcodes or with itemnumbers

14 years ago[biblibre-newacq] fix some merge errors
Nahuel ANGELINETTI [Mon, 14 Sep 2009 12:23:41 +0000 (14:23 +0200)]
[biblibre-newacq] fix some merge errors

This patch add some variable definition that have been deleted during merge.

14 years ago[biblibre-newacq] (bug #3616) fix neworderempty
Nahuel ANGELINETTI [Mon, 14 Sep 2009 12:20:12 +0000 (14:20 +0200)]
[biblibre-newacq] (bug #3616) fix neworderempty

if there is no budget, neworderempty dies, this must not happen.
This patchs fix it.

14 years ago[biblibre-newacq](bug #3615) fix getmember call
Nahuel ANGELINETTI [Mon, 14 Sep 2009 11:46:53 +0000 (13:46 +0200)]
[biblibre-newacq](bug #3615) fix getmember call

GetMember() is not used well, this fix.

14 years ago(bug #3613) fix opac highlight
Nahuel ANGELINETTI [Mon, 14 Sep 2009 11:30:35 +0000 (13:30 +0200)]
(bug #3613) fix opac highlight

This fix the highlighting in opac, specifying explicitly stylesheet classes that should be parsed for highlight.

14 years agoSmart-rules update some columns were not available
Henri-Damien LAURENT [Mon, 14 Sep 2009 11:48:25 +0000 (13:48 +0200)]
Smart-rules update some columns were not available

14 years agoBatchMod rewriting : Using additem as a base for editing an Item
Henri-Damien LAURENT [Sun, 13 Sep 2009 22:31:28 +0000 (00:31 +0200)]
BatchMod rewriting : Using additem as a base for editing an Item

14 years ago(MT #1855) Make an Ajax+JSON search receiving orders
Paul Poulain [Tue, 1 Sep 2009 13:00:54 +0000 (15:00 +0200)]
(MT #1855) Make an Ajax+JSON search receiving orders

This one, rewrite the SearchOrder function to deal with the
search receiving an order. It implement an AJAX+JSON orders search engine.

14 years agoMT 1496 : Close basket
Matthias Meusburger [Mon, 24 Aug 2009 13:36:51 +0000 (15:36 +0200)]
MT 1496 : Close basket

14 years agoMT 1487 : Ability to cancel orders when receiving shipments
Matthias Meusburger [Wed, 5 Aug 2009 13:37:22 +0000 (15:37 +0200)]
MT 1487 : Ability to cancel orders when receiving shipments
Related items are also suppressed, as well as the record if there are no more items associed with it

14 years agoMT 1645 : fix i(tem)type search
Matthias Meusburger [Mon, 14 Sep 2009 09:59:58 +0000 (11:59 +0200)]
MT 1645 : fix i(tem)type search

14 years agoFix broken moredetail.pl
Matthias Meusburger [Mon, 14 Sep 2009 08:50:56 +0000 (10:50 +0200)]
Fix broken moredetail.pl

14 years agoBug Fixing Suggestions.pm : using ordernumber
Paul Poulain [Sun, 13 Sep 2009 21:46:51 +0000 (23:46 +0200)]
Bug Fixing Suggestions.pm : using ordernumber

14 years agoImproving and bug fixing admin/aqbudgets
Henri-Damien LAURENT [Mon, 17 Aug 2009 14:27:53 +0000 (16:27 +0200)]
Improving and bug fixing admin/aqbudgets

Adding FormatData and FormatNumber in C4::Output
Using them
Adding duplication detection for budget periods
Factorizing some code

14 years agosuggestion.pl has to be updated on C4/Budgets
Henri-Damien LAURENT [Thu, 20 Aug 2009 20:21:50 +0000 (22:21 +0200)]
suggestion.pl has to be updated on C4/Budgets

14 years agoAdding AUTO_INCREMENT to aqbudgets table
Henri-Damien LAURENT [Mon, 17 Aug 2009 14:26:14 +0000 (16:26 +0200)]
Adding AUTO_INCREMENT to aqbudgets table

14 years agoRemoving fines getting from user search on budgets administration
Henri-Damien LAURENT [Mon, 17 Aug 2009 10:01:10 +0000 (12:01 +0200)]
Removing fines getting from user search on budgets administration

14 years agoBug Fixing : 1st Step Bookfund has become Budgets
Henri-Damien LAURENT [Fri, 14 Aug 2009 13:40:40 +0000 (15:40 +0200)]
Bug Fixing : 1st Step Bookfund has become Budgets

More bug fixing on Suggestions and Budgets

14 years agoMT 1486 : Results filtering, table collapsing / expanding, multiple display enhancements
Matthias Meusburger [Mon, 3 Aug 2009 08:32:48 +0000 (10:32 +0200)]
MT 1486 : Results filtering, table collapsing / expanding, multiple display enhancements

14 years agoThis adds the Editor Number in the PDF (basketgrouping)
Jean-André Santoni [Wed, 29 Jul 2009 15:22:22 +0000 (17:22 +0200)]
This adds the Editor Number in the PDF (basketgrouping)

14 years agoupdatedatabase minor fix.
Henri-Damien LAURENT [Fri, 24 Jul 2009 12:06:47 +0000 (14:06 +0200)]
updatedatabase minor fix.

14 years agoUpdatedatabase for newacq Followup
Henri-Damien LAURENT [Sun, 13 Sep 2009 21:09:36 +0000 (23:09 +0200)]
Updatedatabase for newacq Followup

14 years agoUpdatedatabase for newacq
Henri-Damien LAURENT [Sun, 13 Sep 2009 21:03:15 +0000 (23:03 +0200)]
Updatedatabase for newacq

14 years agoBugs: 1172 3579 3596 fixes to patron detail in opac
Nicole Engard [Thu, 10 Sep 2009 23:46:50 +0000 (19:46 -0400)]
Bugs: 1172 3579 3596 fixes to patron detail in opac

This patch makes it so that the patron can see their
details even if the OPACPatronDetails sys pref is OFF.

It also removed the messaging options from the patron
details and leaves them on the messaging tab.

Finally it adds in address fields that were missing
previously on the update patron form.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years ago(bug #3395) fix unimarc plugin 225$a
Nahuel ANGELINETTI [Mon, 6 Jul 2009 12:58:24 +0000 (14:58 +0200)]
(bug #3395) fix unimarc plugin 225$a

14 years agoMT 1717 : Opac descriptions for authorised values
Matthias Meusburger [Tue, 21 Jul 2009 15:07:37 +0000 (17:07 +0200)]
MT 1717 : Opac descriptions for authorised values

14 years agoAdding Letters management to Suggestions.
Henri-Damien LAURENT [Fri, 17 Jul 2009 14:17:50 +0000 (16:17 +0200)]
Adding Letters management to Suggestions.

14 years agoAdding better support for Unicode diacritics display
Paul Poulain [Fri, 17 Jul 2009 10:58:15 +0000 (12:58 +0200)]
Adding better support for Unicode diacritics display

Adding font-families which display elements correctly

14 years agoBug Fixing C4::Search } missing
Henri-Damien LAURENT [Mon, 20 Jul 2009 10:27:11 +0000 (12:27 +0200)]
Bug Fixing C4::Search } missing

14 years agoThis fixes GST computation if prices are GST included
Jean-André Santoni [Fri, 10 Jul 2009 14:39:08 +0000 (16:39 +0200)]
This fixes GST computation if prices are GST included

14 years agoFixes columns alignment in order details table.
Jean-André Santoni [Fri, 10 Jul 2009 10:17:31 +0000 (12:17 +0200)]
Fixes columns alignment in order details table.

14 years agoSeveral improvements to basket display.
Jean-André Santoni [Fri, 10 Jul 2009 09:59:31 +0000 (11:59 +0200)]
Several improvements to basket display.

14 years agoFixes for basket closing:
John Soros [Thu, 9 Jul 2009 14:03:01 +0000 (16:03 +0200)]
Fixes for basket closing:

 - I user has basket grouping permissions, don't display javascript popup for confirmation
 - if user has basket grouping permissions, after closing the basket redirect him to a page which asks which basketgroup to affect the basket to (with possibility to create a new basketgroup)
  - when done with this, redirect him to basketgrouping.pl to be able to print the basketgroup at once
 - factor out basket closing code from booksellers.pl (what was it doing there anyways?)

14 years agofix for 1431 point 2: orders and orders_items also moved to new biblionumber now
John Soros [Thu, 2 Jul 2009 14:22:19 +0000 (16:22 +0200)]
fix for 1431 point 2: orders and orders_items also moved to new biblionumber now

14 years agosmall typo fix in basket.pl template
John Soros [Wed, 24 Jun 2009 14:23:01 +0000 (16:23 +0200)]
small typo fix in basket.pl template

14 years agoChenge database structure to not delete an order line when biblio gets deleted
John Soros [Wed, 24 Jun 2009 13:03:30 +0000 (15:03 +0200)]
Chenge database structure to not delete an order line when biblio gets deleted

14 years agoThis adds pagination on pending orders in acquisitions
Jean-André Santoni [Thu, 9 Jul 2009 10:17:11 +0000 (12:17 +0200)]
This adds pagination on pending orders in acquisitions

14 years agoHTML fixes
Paul Poulain [Wed, 1 Jul 2009 16:23:17 +0000 (18:23 +0200)]
HTML fixes

14 years agoAdded displaying of seriestitle and volume in basket content listing page, next to...
John Soros [Mon, 25 May 2009 15:11:47 +0000 (17:11 +0200)]
Added displaying of seriestitle and volume in basket content listing page, next to the title, see bug suivi.biblibre.com/view.php?id=1410

14 years agofixing acqui-search.pl
Paul Poulain [Tue, 23 Jun 2009 12:34:31 +0000 (14:34 +0200)]
fixing acqui-search.pl

removing useless & bugguy code (reference to bookfund)

14 years agoremoving 2 warnings
Paul Poulain [Tue, 23 Jun 2009 10:54:04 +0000 (12:54 +0200)]
removing 2 warnings

14 years agomerge fix
Paul Poulain [Tue, 23 Jun 2009 10:53:46 +0000 (12:53 +0200)]
merge fix

14 years agomerge fix : recieving
Paul Poulain [Tue, 9 Jun 2009 15:07:48 +0000 (17:07 +0200)]
merge fix : recieving

14 years agomerge error : reintroducing ajax.tmpl
Paul Poulain [Fri, 5 Jun 2009 06:36:11 +0000 (08:36 +0200)]
merge error : reintroducing ajax.tmpl

14 years agocode cleaning
Paul Poulain [Fri, 5 Jun 2009 06:35:44 +0000 (08:35 +0200)]
code cleaning

* removed unused sub in Budgets.pm
* lot of cleaning in aqplan.pl
* typo changes in aqplan.tmpl

14 years ago(mantis 1475) uncertains price, don't set if we find a price in MARC
Paul Poulain [Fri, 5 Jun 2009 06:08:39 +0000 (08:08 +0200)]
(mantis 1475) uncertains price, don't set if we find a price in MARC

14 years agobudgfixing budgets & planning and code cleaning
Paul Poulain [Fri, 5 Jun 2009 06:01:46 +0000 (08:01 +0200)]
budgfixing budgets & planning and code cleaning

* fix a bug for new orders budget : the Asort1 was displayed by default. Now, it's the sortN_authcat of the 1st budget (the one selected by default)
* change in GetBudgetAuthCats : returns all auth values used by at least one budget (not Asort* categories, as previously)
* code cleaning in GetAuthvalueDropbox (and select aqbudgets.* instead of *, to avoid data corruption due to duplicate column name)

14 years agobugfixing & improving budgets managements
Paul Poulain [Thu, 4 Jun 2009 16:43:59 +0000 (18:43 +0200)]
bugfixing & improving budgets managements

* the budget hierarchy had been removed by the merge by mistake
* don't limit the authorized_values list, show all of them
* cleaning & reindenting

14 years agosmall typo changes
Paul Poulain [Wed, 3 Jun 2009 15:22:39 +0000 (17:22 +0200)]
small typo changes

14 years agosanop specific : sorting itemtype
Paul Poulain [Wed, 3 Jun 2009 15:19:37 +0000 (17:19 +0200)]
sanop specific : sorting itemtype

should not be ported to head, as it's a dirty unimarc hack, that will disappear with itemtype at item level

14 years agobig aqplan commit v2 for mantis:1177
Mason James [Thu, 2 Apr 2009 12:57:01 +0000 (01:57 +1300)]
big aqplan commit v2 for mantis:1177

14 years agotext change (minor)
Paul Poulain [Wed, 3 Jun 2009 14:28:57 +0000 (16:28 +0200)]
text change (minor)

14 years agobugfix: haspermission API
Paul Poulain [Wed, 3 Jun 2009 14:28:39 +0000 (16:28 +0200)]
bugfix: haspermission API

14 years agoimprovement/bugfix : search budget
Paul Poulain [Wed, 3 Jun 2009 12:57:16 +0000 (14:57 +0200)]
improvement/bugfix : search budget

* there can be more than 1 active period. This has been added to deal with temporary budgets (like "10000€ to spent in the next 3 months")
* all active budgets are retrieved
* budget available for everyone now displayed correctly

also :
* fixing some hardcoded values
* removing a warn

14 years agomerge fix : biblionumber lost
Paul Poulain [Wed, 3 Jun 2009 12:33:59 +0000 (14:33 +0200)]
merge fix : biblionumber lost

14 years agobugfixing haspermission API
Paul Poulain [Wed, 3 Jun 2009 12:33:47 +0000 (14:33 +0200)]
bugfixing haspermission API

14 years agoremoving warn for empty variable
Paul Poulain [Wed, 3 Jun 2009 12:33:34 +0000 (14:33 +0200)]
removing warn for empty variable

14 years agoBUGFIX : colspan wrong
Paul Poulain [Wed, 3 Jun 2009 12:33:17 +0000 (14:33 +0200)]
BUGFIX : colspan wrong

14 years agobugfixinf haspermission API call
Paul Poulain [Wed, 3 Jun 2009 10:59:56 +0000 (12:59 +0200)]
bugfixinf haspermission API call

14 years agoBUGFIX new_acq (Javascript error under certain circumstances)
Paul Poulain [Wed, 3 Jun 2009 10:59:22 +0000 (12:59 +0200)]
BUGFIX new_acq (Javascript error under certain circumstances)

the parent_id must be displayed even for the 1st budget, otherwise, javascript error

14 years agopartial fix for mantis #1498
Paul Poulain [Tue, 23 Jun 2009 13:06:51 +0000 (15:06 +0200)]
partial fix for mantis #1498

14 years agoremoving use strict problem
Paul Poulain [Wed, 27 May 2009 14:31:43 +0000 (16:31 +0200)]
removing use strict problem

14 years agoremoving hardcoded reference
Paul Poulain [Wed, 27 May 2009 14:31:18 +0000 (16:31 +0200)]
removing hardcoded reference

14 years agoremoving useless code (copied from addbiblio)
Paul Poulain [Tue, 26 May 2009 16:22:11 +0000 (18:22 +0200)]
removing useless code (copied from addbiblio)

14 years agodealing with login as root (mySQL login)
Paul Poulain [Tue, 26 May 2009 16:21:51 +0000 (18:21 +0200)]
dealing with login as root (mySQL login)

previously, you got a nasty Perl error

14 years agomerge fixes
Paul Poulain [Tue, 26 May 2009 16:21:14 +0000 (18:21 +0200)]
merge fixes

* BiblioAddAuthorities is moved to Search.pm
* missing param in addorder + 'ITEM' specified
* updatedatabase fix

14 years agomerging new_acq fix: budget_parent dropbox was wrong
Paul Poulain [Thu, 30 Apr 2009 15:28:09 +0000 (17:28 +0200)]
merging new_acq fix: budget_parent dropbox was wrong

(Probably need to patch SAN-OP branch as well)