Main Koha release repository https://koha-community.org
Find a file
Paul Poulain 4f7bcdcbae Bug 5681: Fixes leading zeroes in Add Mulpiple Copies
From Biblibre:
I don't know why, but removing sprintf solves the problems with leading zeroes
and the problems with large values.

(written by jean-andré santoni)

Note from Chris:

The width is never set, so the sprintf always defaults to a float, which
trims the leading zeros. I am not smart enough to figure out how to set
a valid width when calling it, and removing the sprintf seems to work
See http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5681 for
test results

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
2011-02-03 10:08:50 +13:00
acqui Bug 5399: Follow up style patch, moving exits out of subroutine 2011-01-17 22:53:28 +13:00
admin Fix for Bug 5650, item type page key wrong 2011-01-26 19:50:49 +13:00
authorities Bug 4838 Allow to choose which authority heading to copy into biblio record 2010-12-21 16:50:45 +13:00
basket Bug 5105 - Remove use of depreciated Switch module 2010-11-11 11:32:02 +13:00
C4 Bug 5681: Fixes leading zeroes in Add Mulpiple Copies 2011-02-03 10:08:50 +13:00
catalogue Revert "Fix for Bug 3659, Add place hold option from patron checkout tab" 2011-01-25 06:24:32 +13:00
cataloguing Bug 5374 (update transaction date when saving biblio) RESENT with small fix 2011-01-05 08:42:47 +13:00
circ Additional fix for Bug 3550, Use GetRecordValue to get the subtitle 2011-01-10 05:18:32 +13:00
debian Bug 5550 - correct filename referenced in docs 2011-01-01 07:43:30 +13:00
docs Adding Jerome Charaoui to the history docs, 130 people have code in Koha now 2011-01-26 20:10:24 +13:00
errors Housekeeping in errors scripts 2010-05-12 07:29:03 -04:00
etc Bug 4506: Add index Record-control-number = rcn for indexing of $w subfields 2010-12-08 12:45:08 +00:00
install_misc Add .packages file for Ubuntu 10.10 2010-12-20 09:57:30 +13:00
installer Bumping database version 2011-02-01 19:43:21 +13:00
koha-tmpl Bug 5665: Routing slip prints too wide for narrow printers 2011-02-01 19:31:58 +13:00
labels Bug 5391 - can't add multiples to batch 2010-12-13 09:13:16 +13:00
members Bug 3881: OPAC Privacy reimplementation 2011-01-31 22:23:50 +13:00
misc bug 5654: remove disused directory 2011-01-27 09:24:16 +13:00
offline_circ Bug 5385: POD Cleanups (part 2) 2010-11-12 10:06:56 +13:00
opac Bug 3881: OPAC Privacy reimplementation 2011-01-31 22:23:50 +13:00
patroncards Bug 5183 Incorrect hash dereferencing syntax causes an error to be thrown when attempting to export patron cards 2010-09-10 18:28:54 -04:00
reports (bug #3743) fix acquisition stats ordering 2011-01-13 08:26:52 +13:00
reserve Bug 4449: AllowHoldPolicyOverride does not override all hold policies 2010-12-02 08:35:58 +13:00
reviews Modifying Members : Add Mod and GetMember 2009-09-30 11:29:23 +02:00
rotating_collections Bug 2505 - Add commented use warnings where missing in the rotating_collections/ directory 2010-04-21 20:25:39 +12:00
selenium Adding selenium tests for filterMembers 2009-09-30 11:30:37 +02:00
serials Bug 5026 Undefined dates formatted poorly in serials-edit 2011-01-17 21:22:14 +13:00
skel installer: fixed chown invocation; added skel for KOHA_LOG_DIR 2007-12-17 09:13:53 -06:00
sms Bug 2505 - Add commented use warnings where missing in the sms/ directory 2010-04-21 20:25:08 +12:00
suggestion Fix for Bug 1883, authorised list of reasons why patron requesting book 2010-12-13 09:55:29 +13:00
svc bug 4896: granular permissions now always on (DB rev 138) 2010-06-19 07:56:03 -04:00
t Bug 5477 [SIGN-OFF] Fix test cases that require database access 2011-01-29 17:02:31 +13:00
tags Fix for Bug 2377 - Review tags: format date according to system preference 2010-10-06 09:31:56 -04:00
test bug 5309: tweak so that background progress doesn't exit immediately 2010-10-26 12:14:46 -04:00
tmp/modified_authorities changing DO_NOT_REMOVE to README.txt 2007-10-21 19:14:41 -05:00
tools Bug 5376: Batch Mod and Delete require superlibrarian permissions 2011-01-28 15:46:32 +13:00
virtualshelves Bug 5105 - Remove use of depreciated Switch module 2010-11-11 11:32:02 +13:00
xt Updating test for systprefs to give more useful output 2010-12-12 20:48:56 +13:00
.htaccess Fix file permissions: if it is not a script, it should not be executable. 2010-04-16 00:40:34 -04:00
about.pl Enhancement Bug 4444: Centralize Code Handling Perl Dependencies 2010-05-17 09:01:51 -04:00
changelanguage.pl Bug 2617: Add strict (and warnings), partial fix. 2009-03-11 08:36:55 -05:00
edithelp.pl Fix FSF address in directory . 2010-03-16 20:17:52 -04:00
fix-perl-path.PL installer: improvements to fix-path-perl.PL on Win32 2007-12-20 19:20:12 -06:00
help.pl Fix FSF address in directory . 2010-03-16 20:17:52 -04:00
INSTALL updated to installation instructions 2010-10-21 23:40:08 -04:00
install-CPAN.pl Bug 5370: Fix all the references to koha.org 2010-11-08 09:41:49 +13:00
INSTALL.debian updated to installation instructions 2010-10-21 23:40:08 -04:00
INSTALL.fedora7 fixing various links to point to *.koha-community.org 2010-10-21 22:08:24 -04:00
INSTALL.opensuse corrected links to mailing lists 2010-05-24 08:26:20 -04:00
INSTALL.ubuntu bug 5516: Corrected git url in Install Documentation Corrected the git clone url for INSTALL.ubuntu, INSTALL.ubuntu.lucid 2010-12-19 08:19:21 +13:00
INSTALL.ubuntu.lucid bug 5516: Corrected git url in Install Documentation Corrected the git clone url for INSTALL.ubuntu, INSTALL.ubuntu.lucid 2010-12-19 08:19:21 +13:00
koha_perl_deps.pl Bug 4844 Remove a circular dependency in koha_perl_deps.pl 2010-06-03 19:59:10 -04:00
kohaversion.pl Bumping database version 2011-02-01 19:43:21 +13:00
LICENSE Update LICENSE with a fresh copy from upstream. This updates the FSF address, and refers to the LGPL with its current name, and changes a few other minor things of the typographical sort. No semantic changes. 2010-03-16 20:17:48 -04:00
mainpage.pl remove last vestiges of NOTMARC mode 2010-10-21 21:06:52 -04:00
Makefile.PL bug 5033: Add a reference to xml_sax to the Makefile.PL 2010-12-14 20:34:38 +13:00
MANIFEST.SKIP Bug Fixing : 3334 2009-06-19 06:33:34 -05:00
README updated links in README 2010-05-24 08:14:16 -04:00
README.robots Add instructions to INSTALL and README.robots about robots.txt 2010-02-20 17:55:59 -05:00
rewrite-config.PL Bug 5370: Fix all the references to koha.org 2010-11-08 09:41:49 +13:00

Koha is a free software integrated library system.

Koha is distributed under the GNU GPL version 2 or later.
Please read the file LICENSE for more details.

To install or upgrade Koha, please see the INSTALL file appropriate
to your platform.

Report bugs at http://bugs.koha-community.org/

Visit the Koha Project website at http://www.koha-community.org/