[Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633

Jared Camins-Esakov jcam...@cpbibliography.com changed:

   What|Removed |Added

   Attachment #7149|0   |1
is obsolete||
   Attachment #7151|0   |1
is obsolete||
   Attachment #7152|0   |1
is obsolete||
   Attachment #7156|0   |1
is obsolete||
   Attachment #7267|0   |1
is obsolete||
   Attachment #7268|0   |1
is obsolete||

--- Comment #66 from Jared Camins-Esakov jcam...@cpbibliography.com 
2012-01-22 14:30:25 UTC ---
Created attachment 7270
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7270
Bug 1633: [SIGNED-OFF] Add support for uploading images to Koha

A frequently-requested feature for Koha, especially by special libraries, is
the ability to upload local cover images into Koha.

This patch adds a bibliocoverimage table, and image handling code in the
C4::Images module. Key features of the implementation include:
1. The ability to have multiple cover images for a biblio
2. Handling for full size (800x600) and thumbnail-size (200x140) images
3. Uploading images directly from the record view

The image display functionality by Koustubha Kale of Anant Corporation will
follow in a second patch.

Special thanks to Koustubha Kale and Anant Corporation for the initial
implementation of local cover images, and to Chris Nighswonger of Foundation
Bible College for his prior work on patron images.

Signed-off-by: Jared Camins-Esakov jcam...@cpbibliography.com
Signed-off-by: Magnus Enger mag...@enger.priv.no
Will add comments on Bugzilla.

Patch failed to apply because installer/data/mysql/sysprefs.sql had changed in
master.
Corrected the same with this new patch.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633

--- Comment #67 from Jared Camins-Esakov jcam...@cpbibliography.com 
2012-01-22 14:30:59 UTC ---
Created attachment 7271
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7271
Bug 1633: [SIGNED-OFF] Display local cover images

This patch adds display of local cover images in the following places:
1. OPAC Results page
2. OPAC Details page
3. Separate image viewer page for the OPAC
4. Intranet Details page
5. Separate image viewer page for the Intranet

Display in the Details and (OPAC) Results pages is handled via Javascript
rather than via direct embedding, to better handle the situation where most
records have local cover images, but a few do not.

Local cover images do not currently display in the Intranet Results page

How to use/test :
Assign user permission to the user Tools  (upload_local_cover_images Upload
local cover images).  In order to upload local  images, login to the staff
client. Go to Home  Tools  Upload Cover Images. Here you can upload cover
images either singly or in bulk in the form of a zip file.  If uploading
singly, click on image file, browse the image from your local disk, type in
the biblio number of the catalogue entry and press upload.  If uploading in
bulk as a zip file, the zip file must contain (in addition to cover images)
one text file named either datalink.txt OR idlink.txt. This file should
have mapping of biblionumber to image file name in the zip one per line
with comma or tab as delimiters. For example:

1, scanned_cover_image_of_bib_no_1.jpg
2, scanned_cover_image_of_bib_no_1.jpg

Cover images will be resized to a large image of 800x600 and a thumbnail of
200x140. Depending on the setting of AllowMultipleCovers, it is possible to
upload multiple images for a single bibliographic record. However, even if
multiple covers are permitted, you have the option of replacing the existing
covers by checking the Replace existing covers option on the upload screen.

1. The patch adds a menu link in Tools from where you can upload local cover
   images
2. It adds a user permission to enable access control to this menu item under
   Tools
3. It adds a system preference OPACLocalCoverImages under Enhanced Content.
   This needs to be turned on to show local cover images in OPAC.

Once you have uploaded local images, if you search for the biblio, the local
cover should show up in search as well as search detail pages in the OPAC, and
the details view in the Intranet.

Koustubha Kale is working on another patch which will allow us to set a cover
image source priority in system preferences, and which will then gracefully
fail over to the next source if image is not available from the first choice
source.

Signed-off-by: Jared Camins-Esakov jcam...@cpbibliography.com
Signed-off-by: Magnus Enger mag...@enger.priv.no
Signed-off-by: Koustubha Kale kmk...@anantcorp.com

Rebased the patch because it was failing with
koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css due to changes pushed in
master.
Applies cleanly now.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633

--- Comment #69 from Jared Camins-Esakov jcam...@cpbibliography.com 
2012-01-22 14:31:37 UTC ---
Created attachment 7273
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7273
Bug 1633: [SIGNED-OFF] Don't show image tab when inappropriate

This patch corrects the bug spotted by Owen Leonard where the Images tab was
showing up even for records that didn't have local cover images attached to
them. The tab is now hidden on the OPAC for records that don't have any
images. In the Intranet, an Images tab will show for staff with permission
to upload images, suggesting that they do so. For staff without that
permission, the tab is not shown.

This permission also disables returning images via the opac-image.pl and
catalogue/image.pl scripts when local cover images have been disabled.

Signed-off-by: Magnus Enger mag...@enger.priv.no
Signed-off-by: Koustubha Kale kmk...@anantcorp.com

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633

--- Comment #70 from Jared Camins-Esakov jcam...@cpbibliography.com 
2012-01-22 14:31:49 UTC ---
Created attachment 7274
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7274
Bug 1633 - Interface revisions for the staff client

This patch revises the image viewer page to match other
biblio detail pages: a toolbar, a sidebar menu, etc.

Additional data is now pulled by imageviewer.pl in order
to provide information necessary for the proper functioning
of the toolbar and menus: item counts, hold availability,
biblio view options.

Other changes have been made to match the changes in the
OPAC interface like styling of the images and no-javascript
compatibility

Signed-off-by: Jared Camins-Esakov jcam...@cpbibliography.com
Signed-off-by: Magnus Enger mag...@enger.priv.no

Patch failed to apply because of multiple Content-Type lines in the patch.
Corrected the same with this new patch.

http://bugs.koha-community.org/show_bug.cgi?id=6473

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633

--- Comment #71 from Jared Camins-Esakov jcam...@cpbibliography.com 
2012-01-22 14:32:07 UTC ---
Created attachment 7275
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7275
Bug 1633: QA follow-up

* Show the Upload images button when OPACLocalCoverImages is enabled but
LocalCoverImages (i.e. local cover images on the staff client) is not
* Correct copyright and license comments in new files
* perltidy and replace tabs by four spaces

Signed-off-by: Koustubha Kale kmk...@anantcorp.com

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633

--- Comment #72 from Jared Camins-Esakov jcam...@cpbibliography.com 
2012-01-22 14:35:19 UTC ---
The patches were out of order on this bug. I just downloaded and reuploaded the
patches to get them in the right order. I did not change any of the patches,
and they are at their latest state and apply cleanly to master thanks to
kmkale's rebasing on January 21.  Paul's QA comments have been incorporated,
and everything has been signed off.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7457] New: basket.pl makes a lot of noise in the logs

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7457

 Bug #: 7457
   Summary: basket.pl makes a lot of noise in the logs
Classification: Unclassified
 Change sponsored?: ---
   Product: Koha
   Version: master
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: P5 - low
 Component: Architecture, internals, and plumbing
AssignedTo: gmcha...@gmail.com
ReportedBy: katrin.fisc...@bsz-bw.de
 QAContact: koha.sek...@gmail.com


basket.pl throws lots of warns, we should fix it.


[Sun Jan 22 15:47:25 2012] [error] [client 127.0.0.1] [Sun Jan 22 15:47:25
2012] basket.pl: Use of uninitialized value $line{left_holds} in numeric eq
(==) at /home/katrin/kohaclone/acqui/basket.pl line 285., referer:
http://localhost:8080/cgi-bin/koha/acqui/booksellers.pl
[Sun Jan 22 15:47:25 2012] [error] [client 127.0.0.1] [Sun Jan 22 15:47:25
2012] basket.pl: Use of uninitialized value $total_rrp_gste in sprintf at
/home/katrin/kohaclone/acqui/basket.pl line 352., referer:
http://localhost:8080/cgi-bin/koha/acqui/booksellers.pl
[Sun Jan 22 15:47:25 2012] [error] [client 127.0.0.1] [Sun Jan 22 15:47:25
2012] basket.pl: Use of uninitialized value $total_rrp_gste in sprintf at
/home/katrin/kohaclone/acqui/basket.pl line 352., referer:
http://localhost:8080/cgi-bin/koha/acqui/booksellers.pl
[Sun Jan 22 15:47:25 2012] [error] [client 127.0.0.1] [Sun Jan 22 15:47:25
2012] basket.pl: Use of uninitialized value $total_est_gste in sprintf at
/home/katrin/kohaclone/acqui/basket.pl line 352., referer:
http://localhost:8080/cgi-bin/koha/acqui/booksellers.pl
[Sun Jan 22 15:47:25 2012] [error] [client 127.0.0.1] [Sun Jan 22 15:47:25
2012] basket.pl: Use of uninitialized value $total_est_gste in sprintf at
/home/katrin/kohaclone/acqui/basket.pl line 352., referer:
http://localhost:8080/cgi-bin/koha/acqui/booksellers.pl
[Sun Jan 22 15:47:25 2012] [error] [client 127.0.0.1] [Sun Jan 22 15:47:25
2012] basket.pl: Use of uninitialized value $gist_est in sprintf at
/home/katrin/kohaclone/acqui/basket.pl line 352., referer:
http://localhost:8080/cgi-bin/koha/acqui/booksellers.pl
[Sun Jan 22 15:47:25 2012] [error] [client 127.0.0.1] [Sun Jan 22 15:47:25
2012] basket.pl: Use of uninitialized value $gist_est in sprintf at
/home/katrin/kohaclone/acqui/basket.pl line 352., referer:
http://localhost:8080/cgi-bin/koha/acqui/booksellers.pl
[Sun Jan 22 15:47:25 2012] [error] [client 127.0.0.1] [Sun Jan 22 15:47:25
2012] basket.pl: Use of uninitialized value $gist_rrp in sprintf at
/home/katrin/kohaclone/acqui/basket.pl line 352., referer:
http://localhost:8080/cgi-bin/koha/acqui/booksellers.pl
[Sun Jan 22 15:47:25 2012] [error] [client 127.0.0.1] [Sun Jan 22 15:47:25
2012] basket.pl: Use of uninitialized value $gist_rrp in sprintf at
/home/katrin/kohaclone/acqui/basket.pl line 352., referer:
http://localhost:8080/cgi-bin/koha/acqui/booksellers.pl

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7104] Claims/Late orders in acquisitions should give feedback

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7104

Bug 7104 depends on bug 5347, which changed state.

Bug 5347 Summary: late order management
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347

   What|Old Value   |New Value

 Status|ASSIGNED|Needs Signoff
 Status|Needs Signoff   |Signed Off
 Status|Signed Off  |Passed QA
 Status|Passed QA   |Pushed to Master
 Status|Pushed to Master|RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7165] Add biblio and biblioitems fields for claimacquisition letter

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7165

Bug 7165 depends on bug 5347, which changed state.

Bug 5347 Summary: late order management
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347

   What|Old Value   |New Value

 Status|ASSIGNED|Needs Signoff
 Status|Needs Signoff   |Signed Off
 Status|Signed Off  |Passed QA
 Status|Passed QA   |Pushed to Master
 Status|Pushed to Master|RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7163] BibLibre acquisitions omnibus

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7163

Bug 7163 depends on bug 5347, which changed state.

Bug 5347 Summary: late order management
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347

   What|Old Value   |New Value

 Status|Passed QA   |Pushed to Master
 Status|Pushed to Master|RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7102] Claims/Late orders in acquisitions need work

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7102

Bug 7102 depends on bug 5347, which changed state.

Bug 5347 Summary: late order management
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347

   What|Old Value   |New Value

 Status|NEW |ASSIGNED
 Status|ASSIGNED|Needs Signoff
 Status|Needs Signoff   |Signed Off
 Status|Signed Off  |Passed QA
 Status|Passed QA   |Pushed to Master
 Status|Pushed to Master|RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 3264] UnCloneField() / minus button in MARC editor can clear all subfields (authorities AND biblio)

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3264

Jared Camins-Esakov jcam...@cpbibliography.com changed:

   What|Removed |Added

 CC||jcam...@cpbibliography.com

--- Comment #9 from Jared Camins-Esakov jcam...@cpbibliography.com 2012-01-22 
15:02:17 UTC ---
I cannot duplicate this bug. Can you confirm that this is still a problem on
master? And if it is possibly attach a video showing the problem, so that I can
see what I'm doing wrong?

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7102] Claims/Late orders in acquisitions need work

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7102

Bug 7102 depends on bug 7104, which changed state.

Bug 7104 Summary: Claims/Late orders in acquisitions should give feedback
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7104

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7104] Claims/Late orders in acquisitions should give feedback

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7104

Katrin Fischer katrin.fisc...@bsz-bw.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
Version|master  |rel_3_8
 Resolution||FIXED

--- Comment #2 from Katrin Fischer katrin.fisc...@bsz-bw.de 2012-01-22 
15:02:20 UTC ---
Patch was pushed to HEAD of what will be 3.8.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7439] Mailmap for git shortlog

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7439

Jared Camins-Esakov jcam...@cpbibliography.com changed:

   What|Removed |Added

   Attachment #7217|0   |1
is obsolete||

--- Comment #12 from Jared Camins-Esakov jcam...@cpbibliography.com 
2012-01-22 15:06:46 UTC ---
Created attachment 7276
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7276
Bug 7439: Mailmap for master

Adding mailmap for git shortlog to master. Already present in 3.6.X.

Signed-off-by: Jared Camins-Esakov jcam...@cpbibliography.com

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7439] Mailmap for git shortlog

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7439

Jared Camins-Esakov jcam...@cpbibliography.com changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7103] Claim notice in acquisitions not using the message queue

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7103

Katrin Fischer katrin.fisc...@bsz-bw.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
Version|master  |rel_3_8
 Depends on||5347
 Resolution||FIXED

--- Comment #1 from Katrin Fischer katrin.fisc...@bsz-bw.de 2012-01-22 
15:07:27 UTC ---
Sent claim notices are written into the action_logs table now. (bug 5347)

I am marking this resolved fixed, as we currently use the message_queue only
for messages to borrowers and the action_logs table contains all important
information now.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7102] Claims/Late orders in acquisitions need work

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7102

Bug 7102 depends on bug 7103, which changed state.

Bug 7103 Summary: Claim notice in acquisitions not using the message queue
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7103

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 5347] late order management

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347

Katrin Fischer katrin.fisc...@bsz-bw.de changed:

   What|Removed |Added

 Blocks||7103

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7100] Not all placeholders in claims notice work (acquisitions)

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7100

Katrin Fischer katrin.fisc...@bsz-bw.de changed:

   What|Removed |Added

 Depends on||7102

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7102] Claims/Late orders in acquisitions need work

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7102

Katrin Fischer katrin.fisc...@bsz-bw.de changed:

   What|Removed |Added

 Blocks||7100

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7101] Example notice for claims in acquisitions needs an update

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7101

Katrin Fischer katrin.fisc...@bsz-bw.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
Version|master  |rel_3_8
 Depends on||5347
 Resolution||FIXED

--- Comment #1 from Katrin Fischer katrin.fisc...@bsz-bw.de 2012-01-22 
17:10:58 UTC ---
Quantity and listprice are displayed in the notice now. (fix included in
patches for bug 5347)

Note: Wrapping the aqorders fields in order /order will output a list of
orders now.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 5347] late order management

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347

Katrin Fischer katrin.fisc...@bsz-bw.de changed:

   What|Removed |Added

 Blocks||7101

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7102] Claims/Late orders in acquisitions need work

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7102

Bug 7102 depends on bug 7101, which changed state.

Bug 7101 Summary: Example notice for claims in acquisitions needs an update
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7101

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7100] Not all placeholders in claims notice work (acquisitions)

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7100

Katrin Fischer katrin.fisc...@bsz-bw.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
Version|master  |rel_3_8
 Depends on||5347
 Resolution||FIXED

--- Comment #1 from Katrin Fischer katrin.fisc...@bsz-bw.de 2012-01-22 
17:12:03 UTC ---
Quantity and listprice are displayed in the notice now. (fix included in
patches for bug 5347)

Note: Wrapping the aqorders fields in order /order will output a list of
orders now.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 5347] late order management

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347

Katrin Fischer katrin.fisc...@bsz-bw.de changed:

   What|Removed |Added

 Blocks||7100

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7100] Not all placeholders in claims notice work (acquisitions)

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7100

Bug 7100 depends on bug 7102, which changed state.

Bug 7102 Summary: Claims/Late orders in acquisitions need work
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7102

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7102] Claims/Late orders in acquisitions need work

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7102

Katrin Fischer katrin.fisc...@bsz-bw.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
Version|master  |rel_3_8
 Resolution||FIXED

--- Comment #5 from Katrin Fischer katrin.fisc...@bsz-bw.de 2012-01-22 
17:17:32 UTC ---
All depending bugs are fixed on the current 3.8 branch.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7291] claims management improvement

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7291

--- Comment #1 from Katrin Fischer katrin.fisc...@bsz-bw.de 2012-01-22 
17:44:18 UTC ---
Created attachment 7277
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7277
screenshot

Links to check all/uncheck all orders from a vendor were implemented with bug
5347.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7178] Improve order item creation

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7178

Katrin Fischer katrin.fisc...@bsz-bw.de changed:

   What|Removed |Added

 Status|Needs Signoff   |Failed QA
 CC||katrin.fisc...@bsz-bw.de
   See Also||http://bugs.koha-community.
   ||org/bugzilla3/show_bug.cgi?
   ||id=7175

--- Comment #2 from Katrin Fischer katrin.fisc...@bsz-bw.de 2012-01-22 
19:26:58 UTC ---
Hi Julian, 

I did some tests and looked at the code. I found some things:

1) File name an function of check_unicity.pl
create mode 100755 acqui/check_unicity.pl
I think perhaps it should be check_uniqueness? 
How does this work? Can you add some notes about this feature?
I see it includes copynumber. Is it configurable which fields will be checked
for uniqueness? 
Barcode should always be unique. But for stocknumber and copynumber I think it
depends on the library.


2) Untranslatable strings
koha-tmpl/intranet-tmpl/prog/en/js/additem.js contains some strings. In order
to be translatable those must be moved into the template, some examples:
+alert(_(You can't receive any more items.));
+var show_link = a href='#items' onclick='showItem(\ + index +
\);'Show/a;
+var del_link = a href='#' onclick='deleteItemBlock(this, \ + index +
\);'Delete/a;
+var buttonClear = 'a name=buttonClear style=cursor:pointer;
color:grey; font-size:180% onclick=clearItemBlock(this)Clear/a';


3) Typo? koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt
+[% END %][%# IF (AcqCreateItemOrdering) %]


4) I have set a see also to bug 7175 - I think both features are related
affecting different settings of AcqCreateItem and item creation.


5) AcqCreateItem set to 'on order'
The item form does not show for me at all. I have an empty 'item' section under
'catalog details'. FireBug shows a javascript error:
var clone = original.cloneNode(true);

Failing QA here.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7175] Improve order receiving page

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7175

--- Comment #11 from Katrin Fischer katrin.fisc...@bsz-bw.de 2012-01-22 
19:34:18 UTC ---
Created attachment 7278
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7278
neworder does not show item form

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7175] Improve order receiving page

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7175

Katrin Fischer katrin.fisc...@bsz-bw.de changed:

   What|Removed |Added

   Attachment #7278|0   |1
is obsolete||

--- Comment #12 from Katrin Fischer katrin.fisc...@bsz-bw.de 2012-01-22 
19:34:46 UTC ---
Comment on attachment 7278
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7278
neworder does not show item form

wrong bug

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7178] Improve order item creation

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7178

--- Comment #3 from Katrin Fischer katrin.fisc...@bsz-bw.de 2012-01-22 
19:35:15 UTC ---
Created attachment 7279
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7279
no item form when ordering

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 5339] Parcel closing in acq

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5339

Katrin Fischer katrin.fisc...@bsz-bw.de changed:

   What|Removed |Added

 Status|Needs Signoff   |Failed QA
 CC||katrin.fisc...@bsz-bw.de
   See Also||http://bugs.koha-community.
   ||org/bugzilla3/show_bug.cgi?
   ||id=6504

--- Comment #7 from Katrin Fischer katrin.fisc...@bsz-bw.de 2012-01-22 
20:15:29 UTC ---
Hi Julian, 

I looked at the code and did some tests. These are my findings:

1) I would be nice if you could add documentation for the new tables in
kohastructure.sql. I wonder if it would be better to name the table aqinvoices.
This would make it more consistent with the other table names.

2) Remove MySQLisms
+  `closedate` date default NULL,
Coding guidelines: don't use ` in table or column names (this is a mySQLism) 

3) Only a note: Patch moves invoice information from aqorders into the new
table invoices. I think testing this with a larger database would be good - my
test database is only very small and has only a few invoices.

4) Perhaps it would be good to check that all invoicenumbers have been moved
correctly before dropping the column. The datatype in invoices is smaller than
before: mediumtext vs. varchar(80).
+$dbh-do(
+ALTER TABLE aqorders
+DROP COLUMN booksellerinvoicenumber
+);

5) 1st patch includes kohaversion, but file should not be in the patch.

6) Patch adds new subs to C4. It would be nice if you could provide unit tests
for those.
+GetInvoices
+GetInvoice
+GetInvoiceDetails
+AddInvoice
+ModInvoice
+CloseInvoice
+ReopenInvoice

7) From looking at the code I wondered about date formatting, but couldn't
check the display. Perhaps you want to make use of the new TT filter for dates.
http://wiki.koha-community.org/wiki/Coding_Guidelines#Displaying_dates 

7) Both patches don't apply any longer. 
Can you please fix them and resubmit? Thx!

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7113] Standardize vendor id name in templates and scripts

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7113

Katrin Fischer katrin.fisc...@bsz-bw.de changed:

   What|Removed |Added

 Status|Needs Signoff   |Patch doesn't apply

--- Comment #18 from Katrin Fischer katrin.fisc...@bsz-bw.de 2012-01-22 
20:50:26 UTC ---
Hi Owen, 
the patch does not apply any longer - I took a look at the problems but was not
completely sure how to fix. Could you resubmit? I will try to test again as
soon as poosible.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7450] Missing placeholders in admin/authorised_values.pl

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7450

--- Comment #2 from Katrin Fischer katrin.fisc...@bsz-bw.de 2012-01-22 
21:14:12 UTC ---
Created attachment 7280
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7280
[SIGNED-OFF] Bug 7450: missing placeholders in authorised_values.pl

Signed-off-by: Katrin Fischer katrin.fischer...@web.de
Successfully added, edited and deleted authorised values.
No problems found.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7450] Missing placeholders in admin/authorised_values.pl

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7450

Katrin Fischer katrin.fisc...@bsz-bw.de changed:

   What|Removed |Added

   Attachment #7197|0   |1
is obsolete||
   Attachment #7280|0   |1
is obsolete||

--- Comment #3 from Katrin Fischer katrin.fisc...@bsz-bw.de 2012-01-22 
21:14:32 UTC ---
Created attachment 7281
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7281
[SIGNED-OFF] Bug 7450: missing placeholders in authorised_values.pl

Signed-off-by: Katrin Fischer katrin.fischer...@web.de
Successfully added, edited and deleted authorised values.
No problems found.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7450] Missing placeholders in admin/authorised_values.pl

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7450

Katrin Fischer katrin.fisc...@bsz-bw.de changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off
 CC||katrin.fisc...@bsz-bw.de

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 6039] Cancel all waiting holds button

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6039

Srdjan Jankovic srd...@catalyst.net.nz changed:

   What|Removed |Added

   Attachment #3608|0   |1
is obsolete||

--- Comment #7 from Srdjan Jankovic srd...@catalyst.net.nz 2012-01-23 
00:51:21 UTC ---
Created attachment 7282
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7282
patch

I kind of lost track here a bit. I hope all I needed to do was to rebase.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 6039] Cancel all waiting holds button

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6039

Srdjan Jankovic srd...@catalyst.net.nz changed:

   What|Removed |Added

 Status|Failed QA   |Needs Signoff

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 4196] Defintion of popularity index into Unimarc setup

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4196

Chris Cormack ch...@bigballofwax.co.nz changed:

   What|Removed |Added

   Priority|PATCH-Sent (DO NOT USE) |P5 - low
 Status|Pushed to Master|RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 4049] Search on itemtypes returning noise

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4049

Chris Cormack ch...@bigballofwax.co.nz changed:

   What|Removed |Added

   Priority|PATCH-Sent (DO NOT USE) |P5 - low
 Status|Pushed to Master|RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 3493] Block OPAC renewals if owed fines above certain value

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3493

Chris Cormack ch...@bigballofwax.co.nz changed:

   What|Removed |Added

   Priority|PATCH-Sent (DO NOT USE) |P5 - low
 Status|Pushed to Master|RESOLVED
 CC||ch...@bigballofwax.co.nz
 Resolution||FIXED

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 3166] Fines are summing off by 1 penny due to rounding issue when summing.

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3166

Chris Cormack ch...@bigballofwax.co.nz changed:

   What|Removed |Added

   Priority|PATCH-Sent (DO NOT USE) |P5 - low
 Status|Pushed to Master|RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 4141] reconcile 3.0.x and HEAD database updates for 3.2.0

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4141

Chris Cormack ch...@bigballofwax.co.nz changed:

   What|Removed |Added

   Priority|PATCH-Sent (DO NOT USE) |P1 - high
 Status|Pushed to Master|RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 6765] Enable correct checksums for UTF-8 encoded data

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6765

Chris Cormack ch...@bigballofwax.co.nz changed:

   What|Removed |Added

   Priority|PATCH-Sent (DO NOT USE) |P2
 Status|Pushed to Master|RESOLVED
Version|rel_3_2 |rel_3_4
 Resolution||FIXED

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 5555] ISBN search returns bad results

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=

Chris Cormack ch...@bigballofwax.co.nz changed:

   What|Removed |Added

   Priority|PATCH-Sent (DO NOT USE) |P3
 Status|Pushed to Master|RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 6869] Batch item modification fails if accented characters are used in the modification form.

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6869

Chris Cormack ch...@bigballofwax.co.nz changed:

   What|Removed |Added

   Priority|PATCH-Sent (DO NOT USE) |P3
 Status|Pushed to Master|RESOLVED
 Resolution||FIXED

--- Comment #6 from Chris Cormack ch...@bigballofwax.co.nz 2012-01-23 
03:55:58 UTC ---
This is still not in 3.4, but is in 3.6.x if it is needed to be in 3.4.x please
reopen and attach a patch that applies for 3.4.x

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 6488] opachiddenitems not working in master

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6488

Srdjan Jankovic srd...@catalyst.net.nz changed:

   What|Removed |Added

   Attachment #6783|0   |1
is obsolete||

--- Comment #30 from Srdjan Jankovic srd...@catalyst.net.nz 2012-01-23 
04:07:47 UTC ---
Created attachment 7284
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7284
patch

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 6488] opachiddenitems not working in master

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6488

Srdjan Jankovic srd...@catalyst.net.nz changed:

   What|Removed |Added

 Status|Patch doesn't apply |Needs Signoff

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 6235] Saved message in sysprefs never gets hidden on IE8

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6235

Chris Cormack ch...@bigballofwax.co.nz changed:

   What|Removed |Added

   Priority|PATCH-Sent (DO NOT USE) |P4
 Status|Pushed to Master|RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 5737] ZOOM connection problem in merge_authority.pl when trying to do a batch merge.

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5737

Chris Cormack ch...@bigballofwax.co.nz changed:

   What|Removed |Added

   Priority|PATCH-Sent (DO NOT USE) |P4
 Status|Pushed to Master|RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 6806] Encoding problem with biblio titles in subscription-add.pl

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6806

Chris Cormack ch...@bigballofwax.co.nz changed:

   What|Removed |Added

   Priority|PATCH-Sent (DO NOT USE) |P5 - low
 Status|Pushed to Master|RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 5867] Hold filled notice not sent by email if the user has its email address in a field other than email

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5867

Chris Cormack ch...@bigballofwax.co.nz changed:

   What|Removed |Added

 Status|Pushed to Master|RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 5346] Linking suggestions orders

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5346

Katrin Fischer katrin.fisc...@bsz-bw.de changed:

   What|Removed |Added

   Attachment #7216|0   |1
is obsolete||

--- Comment #4 from Katrin Fischer katrin.fisc...@bsz-bw.de 2012-01-23 
06:53:37 UTC ---
Created attachment 7285
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7285
Bug 5346: Linking suggestions and orders.

Display suggestion info in acquisition module:
  basket.pl
  neworderempty.pl
  orderreceive.pl
  parcel.pl

To Test:
Create a suggestion and accept it.
Create a new order from this suggestion
Receive this order

For each step, check if suggestion info are visible.

Signed-off-by: Katrin Fischer katrin.fischer...@web.de
Test provides more unit tests, all complete successfully.
perl t/db_dependent/Suggestions.t
Note: test case should be cleaned up after running tests.

Display changes are consistent and information about the suggestion
is shown on every important screen now.

I created an order from a suggestion and one from an existing record.

No problems found.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 5346] Linking suggestions orders

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5346

--- Comment #5 from Katrin Fischer katrin.fisc...@bsz-bw.de 2012-01-23 
06:53:53 UTC ---
Created attachment 7286
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7286
Bug 5346: Small display changes

Changing display from:
Suggested by Admin, Koha (from suggestion #2)

To:
Suggested by: Admin, Koha (suggestion #2)

Adding some missing parentheses and deleting some additional spaces.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 5346] Linking suggestions orders

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5346

--- Comment #6 from Katrin Fischer katrin.fisc...@bsz-bw.de 2012-01-23 
06:57:24 UTC ---
Jonathan, could you perhaps sign-off on my second patch and fix the unit tests?
I don't think status 'STALLED' was implemented and the test case remains in my
database after running the tests.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7420] Add max fines to circulation matrix

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7420

Srdjan Jankovic srd...@catalyst.net.nz changed:

   What|Removed |Added

   Attachment #7106|0   |1
is obsolete||

--- Comment #3 from Srdjan Jankovic srd...@catalyst.net.nz 2012-01-23 
07:12:23 UTC ---
Created attachment 7287
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7287
patch

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7289] edition statement field

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7289

Katrin Fischer katrin.fisc...@bsz-bw.de changed:

   What|Removed |Added

 Status|Needs Signoff   |Failed QA
 CC||katrin.fisc...@bsz-bw.de

--- Comment #2 from Katrin Fischer katrin.fisc...@bsz-bw.de 2012-01-23 
07:24:28 UTC ---
Hi Jonathan, 

I found some problems:

1) The new mappings are only added to en and fr-FR frameworks. 
Could you add it to the other languages too, please?

2) I think I would use the term Edition: on the order form.

3) There is no database update. When I tested without adding the mapping, the
edition was not saved into the record. I think we need a careful database
update here, checking if people already have a mapping on the MARC field or on
bilbioitems.editionstatement. 

4) Edition does not show on the basket summary page. I think it would be good
to have the information there too.

Failing QA for 3) for now - I think we need to find a way to make it work after
an update or we will end up with people reporting bugs about the new field.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7458] New: New call number allocation plugin

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7458

 Bug #: 7458
   Summary: New call number allocation plugin
Classification: Unclassified
 Change sponsored?: ---
   Product: Koha
   Version: master
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: P5 - low
 Component: Cataloging
AssignedTo: gmcha...@gmail.com
ReportedBy: srd...@catalyst.net.nz
 QAContact: koha.sek...@gmail.com


A library needs a call number allocation plugin that is different to the
existing one.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 3264] UnCloneField() / minus button in MARC editor can clear all subfields (authorities AND biblio)

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3264

--- Comment #10 from M. de Rooy m.de.r...@rijksmuseum.nl 2012-01-23 07:36:12 
UTC ---
Reproduce this problem in current master with for example:

1) Goto MARC biblio editor. Open a record and add a new field say 700.
[Note that the problem also occurs for existing fields.]
a) Fill 700-4 with a relator, 700-a with a name (if attached to authority, then
700-9 is filled too) and 700-d with a year.
b) Save.

2) Edit this record again. Goto the newly added 700.
a) Unclone the 700-4 subfield that is listed first. 
[The position of the subfield is crucial !! ]
b) Verify that you still have 700-a (evt. 700-9) and 700-d. 
c) Save.

3) Edit again. Check the 700 field.
Note that the subfields 700-4, 700-a (pos. 700-9) and 700-d are GONE too. The
whole field 700 is erased insteaf of only 700-4. This is resolved by the
submitted patch.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7439] Mailmap for git shortlog

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7439

M. de Rooy m.de.r...@rijksmuseum.nl changed:

   What|Removed |Added

  QAContact|m.de.r...@rijksmuseum.nl|koha.sek...@gmail.com

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7458] New call number allocation plugin

2012-01-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7458

Srdjan Jankovic srd...@catalyst.net.nz changed:

   What|Removed |Added

 Status|NEW |Needs Signoff
 AssignedTo|gmcha...@gmail.com  |srd...@catalyst.net.nz

--- Comment #1 from Srdjan Jankovic srd...@catalyst.net.nz 2012-01-23 
07:49:10 UTC ---
Created attachment 7288
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7288
patch

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/