[Koha-bugs] [Bug 6883] User permissions SQL File Translation

2011-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6883

Frédéric Demians  changed:

   What|Removed |Added

   Priority|P5  |PATCH-Sent
   Patch Status|--- |Needs Signoff
 AssignedTo|gmcha...@gmail.com  |frede...@tamil.fr

-- 
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.
___
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 6883] User permissions SQL File Translation

2011-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6883

--- Comment #1 from Frédéric Demians  2011-09-19 05:39:52 
UTC ---
Created attachment 5457
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5457
Fix userpermissions SQL file for fr-FR

Not sure a sign-off is needed for such a 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.
___
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 6883] New: User permissions SQL File Translation

2011-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6883

 Bug #: 6883
   Summary: User permissions SQL File Translation
Classification: Unclassified
 Change sponsored?: ---
   Product: Koha
   Version: master
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: P5
 Component: Architecture, internals, and plumbing
AssignedTo: gmcha...@gmail.com
ReportedBy: frede...@tamil.fr
 QAContact: koha-bugs@lists.koha-community.org


When new permissions are added to userpermissions.sql file for the
English version, it is necessary to :

  1. add them to localized version of those files, the test case
 xt/permissions.t track missing permissions
  2. add them to live DB via updatabase.pl script
  3. translate the localized version from English

This bug is a meta-bug where to attach patch for:

  - adding permissions to localized .sql files when missing
  - adding UPDATEs to updatabase.pl if omitted
  - translating from English

-- 
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.
___
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 6489] cancelling hold from holds awaiting pickup does not trigger transit

2011-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6489

Srdjan Jankovic  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||srd...@catalyst.net.nz

--- Comment #1 from Srdjan Jankovic  2011-09-19 
04:59:58 UTC ---
I have tried this on the master branch and it is reporting "In transit from X,
to Y, since dd/mm/

Which version are you running please?

-- 
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.
___
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 6882] New: keyword search for numbers returns no results

2011-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6882

 Bug #: 6882
   Summary: keyword search for numbers returns no results
Classification: Unclassified
 Change sponsored?: ---
   Product: Koha
   Version: master
  Platform: All
OS/Version: All
Status: NEW
  Severity: critical
  Priority: P5
 Component: Searching
AssignedTo: gmcha...@gmail.com
ReportedBy: neng...@gmail.com
 QAContact: koha-bugs@lists.koha-community.org


I did a keyword search for '13 curses' (without the quotes) and got no results,
but I do have a book with that title and a title search for '13 curses'
(without the quotes) finds it.

-- 
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.
___
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 6874] File upload in MARC

2011-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6874

Robin Sheat  changed:

   What|Removed |Added

 CC||ro...@catalyst.net.nz

--- Comment #6 from Robin Sheat  2011-09-18 23:28:17 UTC 
---
A couple of things:
How will this handle installations that have multiple instances? 

I'm quite wary of allowing files to be uploaded into a webserver accessible
directory, it seems there's too much that can go wrong unless you're really
careful (whitelisting extensions, etc.) My preferences would be an
out-of-server-tree location, and download requests go through a program that
does the actual transfer.

The upload.pl has no copyright header, or useful perldoc. "plugin_parameters :
other parameters added when the plugin is called by the dopop function" is
meaningless.

-- 
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.
___
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 6496] authors appearing incorrectly in OPAC and Staff Client

2011-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6496

--- Comment #19 from Robin Sheat  2011-09-18 21:23:46 
UTC ---
Hmm, now I think of it, my records won't have trailing spaces, but are not done
with authorities. Are all of yours authorities, or just the 110? Is the 710
done with authorities too? Can you add a 711 field, I want to see if the 710
shows the same behaviour (as it follows exactly the same codepath as the 110.)

-- 
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.
___
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 6070] On a new order defined from suggestion some fields were missing.

2011-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6070

Katrin Fischer  changed:

   What|Removed |Added

 Depends on||6881

-- 
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.
___
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 6881] Can't accept suggestions

2011-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6881

Katrin Fischer  changed:

   What|Removed |Added

 Blocks||6070

-- 
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.
___
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 6070] On a new order defined from suggestion some fields were missing.

2011-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6070

--- Comment #20 from Katrin Fischer  2011-09-18 
21:18:30 UTC ---
3) is bug 6881 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.
___
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 6881] New: Can't accept suggestions

2011-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6881

 Bug #: 6881
   Summary: Can't accept suggestions
Classification: Unclassified
 Change sponsored?: ---
   Product: Koha
   Version: master
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: P5
 Component: Acquisitions
AssignedTo: henridam...@koha-fr.org
ReportedBy: katrin.fisc...@bsz-bw.de
 QAContact: koha-bugs@lists.koha-community.org


Created attachment 5456
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5456
screenshot of menu from suggestions

On current master the drop down menu for suggestion status is missing the
accepted value for me.

-- 
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.
___
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 6070] On a new order defined from suggestion some fields were missing.

2011-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6070

Katrin Fischer  changed:

   What|Removed |Added

 Depends on||6880

-- 
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.
___
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 6880] Reason for suggestions do not save

2011-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6880

Katrin Fischer  changed:

   What|Removed |Added

 Blocks||6070

-- 
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.
___
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 6070] On a new order defined from suggestion some fields were missing.

2011-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6070

--- Comment #19 from Katrin Fischer  2011-09-18 
21:13:49 UTC ---
2) is bug 6880 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.
___
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 6880] New: Reason for suggestions do not save

2011-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6880

 Bug #: 6880
   Summary: Reason for suggestions do not save
Classification: Unclassified
 Change sponsored?: ---
   Product: Koha
   Version: master
  Platform: All
OS/Version: All
Status: NEW
  Severity: critical
  Priority: P5
 Component: Acquisitions
AssignedTo: henridam...@koha-fr.org
ReportedBy: katrin.fisc...@bsz-bw.de
 QAContact: koha-bugs@lists.koha-community.org


On master you can add a reason for suggestion in OPAC and in acquisitions when
creating a suggestion.
This value is not saved into the database.

-- 
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.
___
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 6070] On a new order defined from suggestion some fields were missing.

2011-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6070

--- Comment #18 from Katrin Fischer  2011-09-18 
21:07:54 UTC ---
Purchase suggestion in OPAC offers following fields:
- title
- author
- copyright date
- standard number
- publisher
- collection title
- publication placce
- item type
- reason for suggestion
- notes

Suggestions in acquisitions:
All fields are present.
Problem 1) Small: inconsistency: item type is called document type.
Problem 2) Critical: Reason for suggestion has not been saved.
Problem 3) Critical: Mark selected as is missing 'Accept', only offering
'Asked', 'Checked' and 'Rejected'

Because of 3 I can't check creating an order from a suggestion.

-- 
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.
___
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 6496] authors appearing incorrectly in OPAC and Staff Client

2011-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6496

Katrin Fischer  changed:

   What|Removed |Added

 CC||katrin.fisc...@bsz-bw.de

--- Comment #18 from Katrin Fischer  2011-09-18 
20:54:30 UTC ---
I added authorities and linked them in cataloging. I checked my authorities and
the record and can't find any trailing 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.
___
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 6496] authors appearing incorrectly in OPAC and Staff Client

2011-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6496

--- Comment #17 from Robin Sheat  2011-09-18 20:43:55 
UTC ---
It's always inserting '; ', which I think was taken from the staff client
implementation (although I'd have to double check that.) It has no special
handling of the 110 field.

This suggests to me that all your other fields have a trailing space as part of
their record. I'm not sure what the cataloguing spec says here, should we put a
trailing space in, or not? Are the records expected to have one?

It's a very easy change to add a space.

-- 
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.
___
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 5473] 952 fields should be filled in by Acquisitions

2011-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5473

Katrin Fischer  changed:

   What|Removed |Added

   Patch Status|Needs Signoff   |Failed QA

--- Comment #14 from Katrin Fischer  2011-09-18 
20:43:50 UTC ---
I would love to see this functionality in Koha, but I think Paul is right that
it should be redone to check for the mapping of the fields instead of using the
marc fields. So add the value into the field that is mapped to the right
database column. Or it needs to be possible to be turned off/on, because it
might not be useful bordering to annoying for libraries not using this
combination of fields.

-- 
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.
___
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 6879] Actual price should show correctly on order line and basket summary

2011-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6879

Katrin Fischer  changed:

   What|Removed |Added

   See Also||http://bugs.koha-community.
   ||org/bugzilla3/show_bug.cgi?
   ||id=4831

-- 
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.
___
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 6879] Actual price should show correctly on order line and basket summary

2011-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6879

--- Comment #1 from Katrin Fischer  2011-09-18 
20:39:38 UTC ---
Created attachment 5455
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5455
order line - actual price should be 10.00, as was entered on receive

-- 
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.
___
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 6879] New: Actual price should show correctly on order line and basket summary

2011-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6879

 Bug #: 6879
   Summary: Actual price should show correctly on order line and
basket summary
Classification: Unclassified
 Change sponsored?: ---
   Product: Koha
   Version: master
  Platform: All
OS/Version: All
Status: NEW
  Severity: critical
  Priority: P5
 Component: Acquisitions
AssignedTo: henridam...@koha-fr.org
ReportedBy: katrin.fisc...@bsz-bw.de
 QAContact: koha-bugs@lists.koha-community.org


Created attachment 5454
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5454
basket summary page

I found this testing the bug for 4831.
When you enter an actual price receiving items this it the price, that should
be accounted as spent in the system. It should also be shown on order line.
It isn't.

To test:
- create new fund
- order item, price 8.74
- receive item, enter actual price 10.00
- search for the title in acq
- check attached screenshots 
  - basket summary page should show actual price somewhere
  - modifying the order line shows the wrong(!) value as actual price

-- 
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.
___
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 4831] Actual Price being ignored after receive

2011-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4831

Katrin Fischer  changed:

   What|Removed |Added

   Patch 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 the QA Contact for the bug.
___
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 4831] Actual Price being ignored after receive

2011-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4831

Katrin Fischer  changed:

   What|Removed |Added

   Attachment #5330|0   |1
is obsolete||

--- Comment #7 from Katrin Fischer  2011-09-18 
20:29:46 UTC ---
Created attachment 5453
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5453
bug_4831: Use unitprice (actual cost) when totalling spent amounts for "All
available funds", as in "Already received"

Signed-off-by: Katrin Fischer 

To test:
- add new fund for an active budget
- order item, price 8.00
- check funds page and acq home: committed amount should be 8.00
- receive item, enter actual price 10.00
- check funds page and acq home: spent amount should be 10.00

-- 
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.
___
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 6878] Searching items in both staff and OPAC produces no hits

2011-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6878

Katrin Fischer  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||katrin.fisc...@bsz-bw.de
 Resolution||INVALID

--- Comment #1 from Katrin Fischer  2011-09-18 
20:16:24 UTC ---
Hi Brendan, 
Koha has no course reserves module in the latest stable release (3.4.4) or
current master. Your problem sounds more like a support problem. Your Zebra
configuration might not be correct or zebrasrv not running. Please contact your
IT person or support company.
Because of this I am marking this bug as invalid.

-- 
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.
___
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 3624] Basket group delivery place

2011-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3624

Katrin Fischer  changed:

   What|Removed |Added

   Attachment #4581|0   |1
is obsolete||

-- 
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.
___
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 3624] Basket group delivery place

2011-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3624

Katrin Fischer  changed:

   What|Removed |Added

   Patch Status|Needs Signoff   |---

--- Comment #20 from Katrin Fischer  2011-09-18 
20:06:31 UTC ---
The attached patch introduces translation problems (bug 6458). Problem was
fixed by http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5131
Removing needs sign-off.

-- 
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.
___
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 6878] New: Searching items in both staff and OPAC produces no hits

2011-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6878

 Bug #: 6878
   Summary: Searching items in both staff and OPAC produces no
hits
Classification: Unclassified
 Change sponsored?: ---
   Product: Koha
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: P5
 Component: Searching
AssignedTo: gmcha...@gmail.com
ReportedBy: bhigg...@bostonconservatory.edu
 QAContact: koha-bugs@lists.koha-community.org


Searching, whether by keyword, author, barcode, etc., is not producing any
results.  Items sill exist in the catalog because they can be found in lists
and course reserves, but do not show up through searches.

-- 
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.
___
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 5675] Returned items always trigger hold notification

2011-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5675

Katrin Fischer  changed:

   What|Removed |Added

   Attachment #5194|0   |1
is obsolete||

--- Comment #7 from Katrin Fischer  2011-09-18 
18:58:08 UTC ---
Created attachment 5452
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5452
Bug 5675 : CheckReserves not honouring item level itemtypes preferences

Signed-off-by: Katrin Fischer 

With item level itypes activated only the item for which holds were
allowed in circulation rules triggered the hold notice on checkin.

Also checked that biblio level itype still trigered correctly.

-- 
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.
___
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 5675] Returned items always trigger hold notification

2011-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5675

Katrin Fischer  changed:

   What|Removed |Added

 CC||katrin.fisc...@bsz-bw.de
   Patch 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 the QA Contact for the bug.
___
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 6496] authors appearing incorrectly in OPAC and Staff Client

2011-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6496

--- Comment #16 from Katrin Fischer  2011-09-18 
18:43:16 UTC ---
Created attachment 5451
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5451
screenshot of opac

I applied both patches and tried cataloging a record with 100, 110, 700 and
710. I am not sure, I did it right. The order seems right to me, it's 100, 110,
700, 710.
I think an additional space is missing after 110, to make it _;_ consistently.

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