tipaul [Thu, 2 Feb 2006 16:02:39 +0000 (16:02 +0000)]
2 new scripts :
* check_suggestion.pl, that send a mail to the librarian when a suggestion is pending
* delete_authority.pl, that deletes all entries of an authority in a biblio.
kados [Tue, 31 Jan 2006 18:35:55 +0000 (18:35 +0000)]
Fixes decimal for total price so it displays as 5.00 instead of 5.
Eventually, we want the '2' in sprintf("%.2f", to be a variable that
is generated from a system preference.
hdl [Mon, 30 Jan 2006 16:06:26 +0000 (16:06 +0000)]
BugFix : leader management was annoying for MARCadditem. Changing. Avoiding fields which tag is under 100. (Could be a simple different from 000) But in UNIMARC, fields under 100 donot have subfields.
kados [Thu, 26 Jan 2006 13:11:55 +0000 (13:11 +0000)]
Fixing minor template bug that leads to page refresh after resultset
is returned (and a 404).
----------------------------------------------------------------------
tipaul [Thu, 5 Jan 2006 15:14:47 +0000 (15:14 +0000)]
* (UNIMARC specific bugfix) when an editor is entered, with no ISBN, the collection plugin (225a) can find collections attached to the editor name. Note that if there are more than 1 EDITORS authority for a given editor, only the 1st will be used to create collection list.
tipaul [Thu, 5 Jan 2006 15:12:36 +0000 (15:12 +0000)]
* when a budget has no line (or an outdated line, it does not appear anymore in acquisition)
* orders where always attached to the last budget line, not to their real line (=depending on date)
hdl [Wed, 4 Jan 2006 09:29:34 +0000 (09:29 +0000)]
Bugfixing : sorting by patron now taken into account.
All selection boxes, apart from flags selection box, was changed in order to be more "multi lingual" compliant and to keep filter parameters.
hdl [Mon, 19 Dec 2005 13:33:04 +0000 (13:33 +0000)]
Bug Fixing.
Displaying more precise description, barcodes and not itemnumbers, titles and authors...
......
Maybe could be good to group items on biblios, so that multiple items for one biblio would not come out.... AND... not get a biblio that is not issuable... Should we use biblios more than items ?????
tipaul [Thu, 15 Dec 2005 10:05:53 +0000 (10:05 +0000)]
there was a bug in most plugins : when a value is sent to the template, we often use "$X" => 1 to select a value in a list.
That was coded "$X" => $X
when $X=0 or ' ', that meaned $X set to 0, thus not selected.
reported a long time ago, but i never take time to fix it.
tipaul [Wed, 14 Dec 2005 13:08:47 +0000 (13:08 +0000)]
* fix for items.notes that is not correctly handled in the non-MARC part of the DB
* for an unknown reason, mysql fetchrow_hashref returns author BEFORE the title, even if you want it after that makes a problem for UNIMARC where we have 200 $atitle $fauthor => the record appears $f $a.
* handling better biblio/biblioitems creation from an acquisition : the biblio is deleted & recreated to avoid strange things like a repeated 200 field in UNIMARC.
hdl [Wed, 14 Dec 2005 10:59:24 +0000 (10:59 +0000)]
ppl can "cancel" (remove) a command line after a basket is closed.
ppl can now edit command notes after a basket is closed.
I added a "close" parameter to newbiblio in order to protect qty and price data from a modification after a basket is closed.
tipaul [Mon, 5 Dec 2005 09:50:35 +0000 (09:50 +0000)]
New systempreference : OpacPasswordChange if set to Yes (default) the user can change it's password. If set to No, he can't. Useful for libraries with LDAP auth, where the password is checked in LDAP, not in Koha, thus Koha can't change it