[Koha-bugs] [Bug 6813] Acquistions - duplicate search across orders, suggestions and catalog

2012-06-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6813

Amit Gupta amit.gu...@osslabs.biz changed:

   What|Removed |Added

 CC||savitra.sir...@osslabs.biz

-- 
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 7570] Add Item availability status to cart

2012-06-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7570

Meenakshi meenaksh...@osslabs.biz changed:

   What|Removed |Added

   Attachment #9918|0   |1
is obsolete||
   Attachment #9952|0   |1
is obsolete||

--- Comment #9 from Meenakshi meenaksh...@osslabs.biz ---
Created attachment 9978
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9978action=edit
Attaches Patch.

Sending Improved patch for accurate availability status in cart.

From this patch, Showing checked out and In transmit status in cart. But Hold
is out of scope. So this patch doesn't showing Hold status.

-- 
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 7570] Add Item availability status to cart

2012-06-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7570

Meenakshi meenaksh...@osslabs.biz changed:

   What|Removed |Added

 Status|Failed QA   |Needs Signoff

-- 
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 5280] Fix password field in members.pl so that the password is masked as it is entered

2012-06-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5280

David Cook dc...@prosentient.com.au changed:

   What|Removed |Added

 CC||dc...@prosentient.com.au

--- Comment #27 from David Cook dc...@prosentient.com.au ---
(In reply to comment #13)
 (In reply to comment #12)
  QA comment: 
  I get a Debug is on (level 1)
  just below the Modify Adult patron 
  (I have DEBUG set to yes in my setup)
  Is it because DEBUG=1 or a test that should be removed ?
 
 Owen / chris, bumping my question !

I'm still confused by this :/. 

I'm getting 3 Use of uninitialized value in concatenation (.) or string
errors (for dateofbirth: \tdateenrolled: \tdateexpiry, I think). 

I'm also getting 3 xsub: [(($6||0),($5||0),($4||0),$3, $2 - 1, $1 - 1900)]
errors. 

I don't see any fundamental changes from 3.2 in regards to these fields, so I'm
at a loss for why this Debug is on (level 1) message is still being displayed
in memberentrygen.pl, even when DebugLevel is set to no :S. 

Any thoughts?

-- 
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 7571] Maintain exchange rate history

2012-06-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7571

Sagar.B.R sagar...@osslabs.biz changed:

   What|Removed |Added

 CC||sagar...@osslabs.biz

--- Comment #2 from Sagar.B.R sagar...@osslabs.biz ---
Daily Exchange Rates

  This feature is implemented for displaying the history of exchange
rates.

1. New table is needed to add the exchange rates.

2. edit currency.pl file
   Insert currency and edit currency are the main two operations
available in Currencies and Exchange Rates page, The operations are done by
add_validate() sub procedure, It has the condition to identify whether the
operation is insert or edit, In both insert and update case the values needs to
be copy to ex_rates(new table) table also, So the insert command for ex_rates
table should be in same sub procedure .

-- 
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 7621] Circulation: Match age restriction of title with borrower's age without using categories

2012-06-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7621

--- Comment #12 from Marc Véron ve...@veron.ch ---
Created attachment 9979
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9979action=edit
BUG 7621 [ENH] Circulation: Match age restriction of title with borrower's age
without using categories

Test scenario:

1)
Make sure that you have a column 'agerestriction' in table biblioitems.
This will be handled by updatedatabase.pl. If you want to insert the column
using mysql, you can do:
ALTER TABLE biblioitems ADD COLUMN 'agerestriction' VARCHAR(255) DEFAULT NULL
AFTER 'cn_sort'

2)
In the staff client, go to Home . Administration . Koha to MARC mapping and
choose biblioitems + OK.
In the field list, the field 'agerestriction' should show up. Edit it and map
the field e.g. to 521a

3)
Go to Home . Administration . System preferences and edit Circulation:
AgeRestrictionMarker (add eg.: FSK|PEGI|Age) and AgeRestrictionOverride
(Prevent or Don't prevent)

4)
Create a young patron account e.g. with age  16

5)
Create or edit a biblio with e.g. the value FSK 16 in the field 521a (same
field as mapped above)

6)
Try to check out to young patron

7)
Chckout should be blocked or issue a warning with override (depending on
AgeRestrictionOverride)

-- 
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 7621] Circulation: Match age restriction of title with borrower's age without using categories

2012-06-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7621

Marc Véron ve...@veron.ch changed:

   What|Removed |Added

   Attachment #9219|0   |1
is obsolete||

-- 
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 7621] Circulation: Match age restriction of title with borrower's age without using categories

2012-06-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7621

--- Comment #13 from Marc Véron ve...@veron.ch ---
Previous patch did not longer apply. Remade patch and tested.
Would be nice if somebody could sign off - thanks!

-- 
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 7294] status in order

2012-06-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7294

--- Comment #19 from shinoy m shino...@osslabs.biz ---
Created attachment 9980
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9980action=edit
Additional patch to show the ordered status in catalogue page

The new patch is applied ahead on the old patch which is already in the
attachment.
The new patch will be helpful for showing the ordered status in the catalog
page. The status can be seen in the catalog search result also.For the proper
working of this patch two more fields to be mapped to the same marc field where
the other aqorder fields are mapped.

-- 
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 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

2012-06-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

--- Comment #6 from Marc Véron ve...@veron.ch ---
Created attachment 9981
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9981action=edit
Bug 7563 [ENH] - Silent print slips using Firefox PlugIn jsPrintSetup and new
staff client preference

Configure slip printers to print slips (silently) to a special printer using
the Firefox PlugIn jsPrintSetUp.
All other print actions are not affected. See http://jsprintsetup.mozdev.org/
for all the possibilities
(e.g. change header/footer, get a list of printers, set printer etc.).

The overall concept is to have a new staff client preference
(IntranetSlipPrinterJS) where one can enter the necessary JavaScript.

If the preference is empty, Koha falls back to te default behaviour. An example
of JavaScript can be found on:
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

i# Please enter the commit message for your changes. Lines starting

-- 
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 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

2012-06-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

Marc Véron ve...@veron.ch changed:

   What|Removed |Added

   Attachment #9307|0   |1
is obsolete||

-- 
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 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

2012-06-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

--- Comment #7 from Marc Véron ve...@veron.ch ---
Did not longer apply. Remade patch, would be nice to get a signoff.

-- 
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 6813] Acquistions - duplicate search across orders, suggestions and catalog

2012-06-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6813

--- Comment #2 from Amit Gupta amit.gu...@osslabs.biz ---
Created attachment 9982
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9982action=edit
Acquistions duplicate search across orders, suggestions and catalog

Create a an suggestion, order and catalog record for a certain title. Use the
duplicate search tool available in the acquisitions menu (left navigation bar)
to search and find the suggestion, order and catalog record matching the search
term.

Enter one or more of title, author and ISBN in the search criteria.

-- 
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 6813] Acquistions - duplicate search across orders, suggestions and catalog

2012-06-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6813

Amit Gupta amit.gu...@osslabs.biz changed:

   What|Removed |Added

 Status|ASSIGNED|Needs Signoff

-- 
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 7909] Serials: payments and credit notes

2012-06-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7909

Amit Gupta amit.gu...@osslabs.biz changed:

   What|Removed |Added

   Assignee|savitra.sir...@osslabs.biz  |amit.gu...@osslabs.biz

-- 
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 7586] Search: Language restriction does NOT show expected results (no items shown)

2012-06-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7586

--- Comment #1 from Marc Véron ve...@veron.ch ---
Created attachment 9983
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9983action=edit
Bug 7586 - Search: Language restriction does NOT show expected results (no
items shown)

modified:   etc/zebradb/marc_defs/marc21/biblios/record.abs

-- 
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 7586] Search: Language restriction does NOT show expected results (no items shown)

2012-06-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7586

Marc Véron ve...@veron.ch changed:

   What|Removed |Added

   Priority|P5 - low|P1 - high
 Status|NEW |Needs Signoff
Version|unspecified |master

-- 
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 7919] Display of values depending on the connexion librairy

2012-06-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7919

Paul Poulain paul.poul...@biblibre.com changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off
 CC||paul.poul...@biblibre.com

--- Comment #6 from Paul Poulain paul.poul...@biblibre.com ---
Patch tested with a sandbox, by Delaye Stephane stephane.del...@biblibre.com

-- 
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 7919] Display of values depending on the connexion librairy

2012-06-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7919

Paul Poulain paul.poul...@biblibre.com changed:

   What|Removed |Added

   Attachment #9973|0   |1
is obsolete||

-- 
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 7919] Display of values depending on the connexion librairy

2012-06-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7919

--- Comment #7 from Paul Poulain paul.poul...@biblibre.com ---
Created attachment 9984
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9984action=edit
Bug 7919 : Display of values depending on the connexion librairy

In a librairies network, we would like to declare specific values just
for one (or more) librairy.
Here we implement the ability to associate categories, patron attributes
types and/or authorised_values with librairies (branches).

This patch adds 3 new association tables:
- categories_branches ( association table between categories and branches )
- authorised_values_branches ( association table between
  authorised_values and branches )
- borrower_attribute_types_branches (association table between
  borrower_attribute_types and branches )

Plan test:
  - Create (or modify) categories, patron attributes and
authorised_values and link it with one (or more) library.
  - Set one of these librairies
  - Go to one of the multiple pages where this specific value must be displayed
and check that it does appear.
  - Set a librairy not concerned.
  - Check on the same pages this value is doest not appear.

A page list:
cataloguing/addbiblio.pl
cataloguing/additems.pl
members/members-home.pl
members/memberentry.pl
acqui/neworderempty.pl
tools/import_borrowers.pl
and others :)

Please say me if filters don't work on some pages.

Signed-off-by: Delaye Stephane stephane.del...@biblibre.com

-- 
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 6774] Display barcode on OPAC detail page

2012-06-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6774

--- Comment #9 from Ebin Joseph ebin.jos...@osslabs.biz ---
Created attachment 9985
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9985action=edit
Patch to display the barcode in catalog detail page.

Attached is the patch to display the barcode in catalog detail page.

-- 
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 6774] Display barcode on OPAC detail page

2012-06-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6774

Ebin Joseph ebin.jos...@osslabs.biz changed:

   What|Removed |Added

 Status|Failed QA   |Needs Signoff
 CC||ebin.jos...@osslabs.biz

-- 
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 7911] Greater flexibility in auto barcode number generation

2012-06-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7911

Amit Gupta amit.gu...@osslabs.biz changed:

   What|Removed |Added

 Status|Needs Signoff   |Failed QA

-- 
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 8187] Batch patron modification missing from tools sidebar menu

2012-06-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8187

Ian Walls koha.sek...@gmail.com changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA
 CC||koha.sek...@gmail.com

--- Comment #3 from Ian Walls koha.sek...@gmail.com ---
Template only change to add a link and change the name of another.  Marking
Passed QA

-- 
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 6557] biblioitems.totalissues unused

2012-06-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6557

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

   What|Removed |Added

 CC||m.de.r...@rijksmuseum.nl
 QA Contact|koha-b...@lists.koha-commun |koha.sek...@gmail.com
   |ity.org |

-- 
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 6557] biblioitems.totalissues unused

2012-06-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6557

Ian Walls koha.sek...@gmail.com changed:

   What|Removed |Added

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

--- Comment #19 from Ian Walls koha.sek...@gmail.com ---
Talking this out in IRC, while it may be more efficient to modify the
subroutine to take in parts that we already have in AddIssue, it would not make
for clean, readable code.  And since computing popularity really doesn't need
to be an up-to-the-minute thing, and a script is provided to do it on cron, I
just can't justify holding up QA for this.

Code is very clean, well documented and non-invasive.  Provides a mechanism for
both real-time and scheduled updates, and the initial population can be handled
using the cron script as well.

Assigning to Marcel for QA

-- 
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 6557] biblioitems.totalissues unused

2012-06-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6557

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

   What|Removed |Added

   Attachment #9957|0   |1
is obsolete||

-- 
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 6557] biblioitems.totalissues unused

2012-06-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6557

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

   What|Removed |Added

   Attachment #9958|0   |1
is obsolete||

-- 
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 6557] biblioitems.totalissues unused

2012-06-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6557

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

   What|Removed |Added

   Attachment #9966|0   |1
is obsolete||

--- Comment #20 from M. de Rooy m.de.r...@rijksmuseum.nl ---
Created attachment 9986
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9986action=edit
Bug 6557: Record bib popularity in totalissues

-- 
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 6557] biblioitems.totalissues unused

2012-06-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6557

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

   What|Removed |Added

   Attachment #9986|0   |1
   is patch||

-- 
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 6557] biblioitems.totalissues unused

2012-06-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6557

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

   What|Removed |Added

 Status|Signed Off  |Passed QA

--- Comment #21 from M. de Rooy m.de.r...@rijksmuseum.nl ---
QA Comment
Nice feature. Well documented incl. test plan. Code looks good.

Just a thought on UpdateTotalIssues:
BTW Note the comment from Ian earlier.
Also: something simple: checking if biblionumber makes sense? Record exists?
(Strange things happen..)
Could be handled in the same followup suggested for Ians remarks.

Will your use of commit trigger commit-ineffective-warnings in most cases
(autocommit will be on by default) ?
You do not have begin_work / rollback stuff.
Since you offer a commit parameter, I wonder if you promise too much? Normally,
the update is written directly to the database.
If you actually would use a transaction with begin_work, you should check if it
is possible etc. too.
No blocker for me.

process_stats could have used a few comments on the various queries used.
See now what it does, but should not need that deduction ;)

Passed QA

-- 
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 5337] acq EAN search

2012-06-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5337

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

   What|Removed |Added

 CC||m.de.r...@rijksmuseum.nl
 QA Contact|koha-b...@lists.koha-commun |m.de.r...@rijksmuseum.nl
   |ity.org |

-- 
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 5337] acq EAN search

2012-06-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5337

--- Comment #29 from M. de Rooy m.de.r...@rijksmuseum.nl ---
Still applies. Will take a look.

-- 
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 7601] Preference for default language for field 008 Range 35-37 (instead of hard coded eng)

2012-06-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7601

Marc Véron ve...@veron.ch changed:

   What|Removed |Added

 Status|NEW |Needs Signoff

-- 
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 8213] Cancel All button on holds over tab cancels both holds over and holds waiting

2012-06-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8213

--- Comment #1 from Melia Meggs me...@bywatersolutions.com ---
Related to http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6039

-- 
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 5337] acq EAN search

2012-06-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5337

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

   What|Removed |Added

 Status|Signed Off  |Failed QA

--- Comment #30 from M. de Rooy m.de.r...@rijksmuseum.nl ---
QA Comment:
Although I agree with Ian that a more general solution would be welcome, I do
not oppose this patch. But this problem will come up again. And if we
continuously would say Next time we must solve it better.., we will never
come there. So, it would be nice to trigger that discussion now. But who will
take care of the generic housekeeping solution..

Specific comments on this patch below. Note that Paul wanted to pass qa already
on it, but I unfortunately disagree. Note that it was signed-off by
jean-manuel.bro...@univ-lyon2.fr. The patch commit does not show that however.
Please fix that too.

The atomicupdate file could be removed (adding the field is done in
updatedatabase)?
The version number there should be filled with XXX instead of 005. This is a
BLOCKER.
Why do you need a index in deletedbiblioitems on ean? Please clarify. 

The commit reads: However, if you already have records with ean, you will have
to run misc/batchRebuildBiblioTables.pl to populate biblioitems.ean. Should
this be published too in the update print statement or anywhere else too? 

Routine GetSubscriptions: You add line:
$sqlwhere .= ( $sqlwhere ?  AND  :  WHERE  ) . ( . join( ) OR (,
@sqlstrings ) . );
Please add an additional ( and ) around this construct, just as is done a few
lines above it. This prevents wrong interpretation of the whole expression.

Since you are adding parameters to existing routines: Did you check if you did
not miss any function call for the two routines changed? You should grep on the
name only. Do not assume that the name always is immediately followed by
parenthesis. Could be whitespace also. Note that I find instances of test
scripts referring to the function that you do not change (e.g.
t/db_dependent/Serials.t). Please verify. BLOCKER too.

Please clarify: Why a span if biblionumber passed and otherwise a label in
neworderempty.tt change?

Changing status to reflect need for corrections and clarification.

-- 
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 8195] The selected link in include menus must be bold

2012-06-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8195

Ian Walls koha.sek...@gmail.com changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA
 CC||koha.sek...@gmail.com

--- Comment #3 from Ian Walls koha.sek...@gmail.com ---
Javascript only change to provide a default value of '' for params var when
the regex doesn't match.  Marking Passed QA.

-- 
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 8119] Show hint when disabling active currency checkbox

2012-06-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8119

Ian Walls koha.sek...@gmail.com changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA
 CC||koha.sek...@gmail.com

--- Comment #7 from Ian Walls koha.sek...@gmail.com ---
Both patches are javascript-only, first adding a hint where appropriate (in a
translatable way, I believe), then making a new subroutine to check for this.

Marking Passed QA

-- 
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 8196] members/memberentry.pl?op=add shows all extended attribute values from database

2012-06-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8196

Ian Walls koha.sek...@gmail.com changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA
 CC||koha.sek...@gmail.com

--- Comment #5 from Ian Walls koha.sek...@gmail.com ---
It's unclear why the code was changed for bug 5742, as I cannot seem to find a
valid situation where we should still get the attributes even without the
borrowernumber.  As this is a small and clear revision to restore things to the
way they behaved before, marking as Passed QA.

-- 
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 7919] Display of values depending on the connexion librairy

2012-06-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7919

Ian Walls koha.sek...@gmail.com changed:

   What|Removed |Added

 Status|Signed Off  |In Discussion
 CC||r...@bywatersolutions.com

--- Comment #8 from Ian Walls koha.sek...@gmail.com ---
I'm all for having more granular control of system features on the branch
level, but this patch seems to be doing it in a very ad-hoc, bolt-on way for
only certain features.  There are lots of other things that would be good to
control on a per-branch level, and I'd like to see clean, well thought out
approach that can handle these use cases and many others with one approach. 
While it's certainly more work to do it this way, it would lead to more
uniform, clean and understandable code, with lower maintenance costs and better
extensibility.

-- 
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 7601] Preference for default language for field 008 Range 35-37 (instead of hard coded eng)

2012-06-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7601

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

   What|Removed |Added

   Attachment #9987|0   |1
is obsolete||

--- Comment #4 from Chris Cormack ch...@bigballofwax.co.nz ---
Created attachment 9988
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9988action=edit
Bug 7601 - Preference for default language for field 008 Range 35-37 (instead
of hard coded eng)

When a new marc record is added, the language code in field 008 Range 35-37
defaults to Englih (eng). This makes cataloguing inefficient and error-prone
for librarians if most of the bibliographic data is e.g. in German or in
French.

Test:
- Apply patch
- Edit preference DefaultLanguageField008, fill in e.g. 'ger'
- Go to Cataloguing, Add marc Record
- Click in field 008. Language code should read 'ger' (instead of 'eng')

Signed-off-by: Chris Cormack ch...@bigballofwax.co.nz

-- 
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 7601] Preference for default language for field 008 Range 35-37 (instead of hard coded eng)

2012-06-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7601

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

   What|Removed |Added

 Status|Needs Signoff   |Signed Off
 CC||ch...@bigballofwax.co.nz

-- 
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 8214] New: Create a bound with function

2012-06-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8214

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8214
  Assignee: gmcha...@gmail.com
   Summary: Create a bound with function
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: steven_jeff...@fmi.com
  Hardware: All
Status: NEW
   Version: unspecified
 Component: Cataloging
   Product: Koha

There are occassionally multiple distinct monographs which are bound together.
Koha currently lacks a good way to handle these items.

Examples:
1. US Geological Survey Bulletins 12 and 13 are bound into one volume. Each was
originally published separately, have their own OCLC records, etc.

2. Eight pamphlets on soccer are bound together. Each was published separately
but were bound together. They each have separate publishers and records.

The key features of this would be:
* All the items would have the same barcode.
* There would be some sort of item-level display indicating what it was bound
with.
* All the items would have the same call number.
* It would not be necessary to create an additional ghost record to hold the
sub-records.

-- 
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 8185] Plugin for linking records in MARC21

2012-06-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8185

Mirko 5...@gmx.de changed:

   What|Removed |Added

 CC||5...@gmx.de

--- Comment #3 from Mirko 5...@gmx.de ---
- I set up sandbox 8 (http://pro.test8.biblibre.com/) to display 773 9, t, w,
x, z in default marc framework
- linked the new plugin for subfield 9
- added a second biblio
- added data in 001, 020, 022 to second biblio, saved
- opened first biblio (sandbox test)
- clicked plugin button at 777$9
- searched for test
- chose biblio2 (marc21 test)

All data was added to fields 773 9, t, w, x, z, script is functional.

But it is in Italian. Text comes from tt file so it should be translatable
strings instead.

-- 
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 7586] Search: Language restriction does NOT show expected results (no items shown)

2012-06-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7586

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

   What|Removed |Added

   Attachment #9983|0   |1
is obsolete||

--- Comment #2 from Chris Cormack ch...@bigballofwax.co.nz ---
Created attachment 9989
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9989action=edit
Bug 7586 - Search: Language restriction does NOT show expected results (no
items shown)

modified:   etc/zebradb/marc_defs/marc21/biblios/record.abs

Signed-off-by: Chris Cormack ch...@bigballofwax.co.nz

-- 
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/