Main Koha release repository https://koha-community.org
Find a file
Joe Atzberger f36b8fd59a Commented out fixaccounts (not used anywhere). Also improved getnextacctno.
You can test getnextacctno like:
	perl -e 'use C4::Accounts; print getnextacctno(33), "\n";'
where 33 is a borrowernumber out of the accountlines table.  Get that number like:
	mysql> select borrowernumber,accountno from accountlines LIMIT 100;

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-05-29 07:04:37 -05:00
acqui (bugfix, CRI) Permission needed is acquisition, not acquisitionS 2008-05-13 17:40:26 -05:00
admin Add cn_source to authorised values dropdown in marc structure editor. 2008-05-29 06:17:55 -05:00
authorities authorities: make tag editor links consistent with bib 2007-12-29 06:53:52 -06:00
C4 Commented out fixaccounts (not used anywhere). Also improved getnextacctno. 2008-05-29 07:04:37 -05:00
catalogue Corrected wrong number of arguments to getnextacctno. 2008-05-29 07:04:33 -05:00
cataloguing kohabug 2105: prevent crash on IE7 2008-05-13 17:40:36 -05:00
circ Bugfix 1978 - if invalid duedate specified, return error, do not issue. 2008-05-29 06:40:06 -05:00
errors
etc small fix for UNIMARC 600$a that is also subject 2008-05-27 07:37:19 -05:00
install_misc Add a new Debian package and GoogleJacket on OPAC detail page 2008-04-30 06:08:46 -05:00
installer Add ANSCR to default cn_source list. 2008-05-27 07:33:23 -05:00
koha-tmpl Bugfix 2026 - Comments handling overhauled. Scrubber and Error feedback added. 2008-05-29 06:51:58 -05:00
labels BUGFIX - pagination bar was not in template, so only the first 20 hits were 2008-05-19 16:00:39 -05:00
members Fix for bug 2130, "Patron Image Missing on Permissions Screen"; Correction to allow proper tab highlighting when viewing patron log. 2008-05-27 06:51:23 -05:00
misc small update to french translation 2008-05-27 07:37:22 -05:00
opac Bugfix 2026 - Comments handling overhauled. Scrubber and Error feedback added. 2008-05-29 06:51:58 -05:00
reports Update Catalog Stats report: / Remove lccn/loc filter, which seems to conflate marc21 010 and 050. / Update labels to reflect 3.0 terminology. 2008-05-27 07:33:32 -05:00
reserve Report borrower's home library on reserves library mismatch. 2008-03-25 07:20:22 -05:00
reviews
rss rel_3_0 moved to HEAD 2007-03-09 15:12:54 +00:00
serials IMPROVEMENT : serialsadditems at subscription level (bump 071) 2008-04-22 17:34:33 -05:00
skel
sms SMS - widespread cleanup and moving code away from Cyprus/Turkey-specific implementation. Much more needed. 2008-02-06 23:19:30 -06:00
suggestion Adding checks for dateformat preference so that tablesorter script can be passed an extra parameter for proper sorting of metric dates (Bug 2089, dates & table ordering with jquery) 2008-05-12 10:06:32 -05:00
svc
t Commented out fixaccounts (not used anywhere). Also improved getnextacctno. 2008-05-29 07:04:37 -05:00
tags Initial commit for Tags back-end moderation. Requires AJAX functions from Output. 2008-05-29 06:22:44 -05:00
tmp/modified_authorities
tools kohabug 1573 - properly count patrons to delete 2008-05-13 17:40:32 -05:00
virtualshelves Shelves consolidation to C4::VirtualShelves::Page. I can tell the consolidation 2008-01-14 16:45:21 -06:00
.htaccess
about.pl Adding Image::Magick version info 2008-05-27 07:37:18 -05:00
changelanguage.pl
edithelp.pl edithelp.pl - cleanup, refactor and error feedback to user 2008-01-08 14:04:48 -06:00
fix-perl-path.PL installer: improvements to fix-path-perl.PL on Win32 2007-12-20 19:20:12 -06:00
help.pl Adding yuipath variable to help.pl, and doing some cleanup of help templates (standardizing structure, mostly, and correcting some nomenclature). 2008-01-09 14:50:20 -06:00
INSTALL adding upgrade instructions to INSTALL and INSTALL.debain 2008-02-21 14:04:47 -06:00
install-CPAN.pl BUGFIX: need to create authors/id if CPAN is unused 2007-09-07 05:26:16 -05:00
INSTALL.debian Adding Fedora installation documentation 2008-04-30 19:47:25 -05:00
INSTALL.fedora7 kohabug 2076 - remove three tables (DB rev 077) 2008-05-01 18:59:28 -05:00
kohaversion.pl DB Update .086: adding new table tmp_holdsqueue, 2008-05-20 09:36:26 -05:00
LICENSE re-naming some files prior to release 2007-12-30 12:13:39 -06:00
mainpage.pl fixing permissions requirements on mainpage.pl 2008-01-04 21:30:14 -06:00
Makefile.PL Add HTML::Scrubber dependency to Makefile.PL 2008-05-16 08:10:58 -05:00
MANIFEST.SKIP
README
rewrite-config.PL kohabug 1776 - try to locate Zebra during install 2008-04-22 17:59:00 -05:00

Koha 3 - the next-generation release of the award-winning Koha open-source
integrated library system.

30 December 2007 - Joshua Ferraro <jmf AT liblime DOT com>

Koha is distributed under the GNU GPL. Please read the file LICENSE for
more details.

To install or upgrade Koha, please see the INSTALL file.

Please report any bugs to the koha mailing lists or bug tracker and we
will try to fix them in a future release. The main koha web site is
http://www.koha.org/