Koha/C4
joshferraro e85cf7756f Fixes Bug 763 (Location will not change) replaced:
$dbh->do("UPDATE items holdingbranch = $tbr WHERE   items.itemnumbe$
        &itemseen($itm);
	with:
$dbh->do("UPDATE items set holdingbranch = $tbr WHERE   items.itemnumbe$
        &itemseen($itm);
2004-03-24 21:06:48 +00:00
..
Circulation Fixes Bug 763 (Location will not change) replaced: 2004-03-24 21:06:48 +00:00
Interface Moved C4/Charset.pm to C4/Interface/CGI/Output.pm 2003-02-02 07:18:37 +00:00
Accounts.pm DBI call fix for bug 662 2003-12-15 16:18:45 +00:00
Accounts2.pm DBI call fix for bug 662 2003-12-09 15:03:00 +00:00
Auth.pm bugfix : a missing } was placed at a wrong place. The auth did not work anymore... 2004-03-19 15:07:29 +00:00
Authorities.pm synch'ing 2.0.0 branch (RC4 tag) and head 2004-02-11 08:42:01 +00:00
Biblio.pm Fixes bug 749 by removing the comma on line 1488. 2004-03-24 17:18:30 +00:00
BookShelves.pm *** empty log message *** 2004-03-11 16:06:20 +00:00
Boolean.pm Forgot to take out debugging code 2003-02-06 07:07:54 +00:00
Breeding.pm Fix for bug 761 2004-03-24 00:36:07 +00:00
Catalogue.pm missing my 2004-03-15 14:32:40 +00:00
Context.pm removing searchborrower from circ2.pm. 2003-06-05 17:03:31 +00:00
Database.pm Added magic RCS comment. 2002-10-13 07:31:21 +00:00
Date.pm fix for #229 2003-04-08 11:30:55 +00:00
Format.pm Replaced expressions of the form "$x = $x <op> $y" with "$x <op>= $y". 2002-10-13 11:32:14 +00:00
Groups.pm DBI call fix for bug 662 2003-12-15 10:49:46 +00:00
Input.pm prepare(?) & execute($var) modif 2003-11-28 14:06:57 +00:00
Koha.pm DBI call fix for bug 662 2003-12-15 10:53:47 +00:00
Maintainance.pm Fixing some bogus sql 2004-03-15 20:24:13 +00:00
Makefile.PL Starting Makefile.PL and starting work on pod inside Search.pm 2002-05-11 01:50:35 +00:00
MANIFEST Starting Makefile.PL and starting work on pod inside Search.pm 2002-05-11 01:50:35 +00:00
Members.pm synch'ing 2.0.0 branch and head 2004-02-11 08:35:31 +00:00
Output.pm synch'ing 2.0.0 branch and head 2004-02-11 08:35:31 +00:00
Print.pm Changing "preference()" calls to "boolean_preference()" calls 2003-06-11 18:44:01 +00:00
Query.pm Starting on C4::Query, 2004-03-07 01:49:34 +00:00
Reserves2.pm Fix for bug 605, committing here as well as the stable branch 2004-01-15 23:33:29 +00:00
Scan.pm Added a POD of sorts. 2002-10-07 00:48:50 +00:00
Search.pm bugfixes for newsearches 2004-03-24 10:44:48 +00:00
SearchMarc.pm introducing new features : 2004-03-15 14:34:18 +00:00
Security.pm Added magic RCS comment. 2002-10-13 07:31:21 +00:00
Shelf.pm DBI call fix for bug 662 2003-12-15 13:41:43 +00:00
SimpleMarc.pm Deleted unused variables. 2002-10-13 08:27:49 +00:00
Stats.pm DBI call fix for bug 662 2003-12-15 10:53:47 +00:00
Stock.pm DBI call fix for bug 662 2003-12-15 10:53:47 +00:00
test.pl Removed trailing whitespace. 2002-10-13 09:31:35 +00:00
Z3950.pm fix fog bug #622 : processz3950queue fails 2003-10-01 15:08:14 +00:00