[Koha-bugs] [Bug 10120] Fine recalculation on return needs to be a system preference

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10120

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

   What|Removed |Added

 Status|Signed Off  |Passed QA
   Patch complexity|--- |Small patch

-- 
You are receiving this mail because:
You are the assignee 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 10120] Fine recalculation on return needs to be a system preference

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10120

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

   What|Removed |Added

  Attachment #17886|0   |1
is obsolete||
  Attachment #17887|0   |1
is obsolete||

--- Comment #9 from Katrin Fischer katrin.fisc...@bsz-bw.de ---
Created attachment 18143
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18143action=edit
[PASSED QA] Bug 10120 : Tidy up the code so we can see what is going on

Signed-off-by: David Cook dc...@prosentient.com.au
Signed-off-by: Katrin Fischer katrin.fischer...@web.de

Amended test plan used for testing:

Note: Use a new item for each test as we determine
fines by item number. If you have the same item twice
on the same day on the same account with the same
due date, fine calculation is going to fail.

1/ Create an overdue item, that should get fines
2/ Return the item from the patron account checkout tab
3/ Check the borrowers record to see if the fine has been added/updated

Repeat, but for 2/ return the item from the check in page

Apply patch

1/ Make sure preference is set to do
Repeat steps 1-3 from above

2/ Switch the preference to don't
Repeat steps 1-2
3/ Check the fine hasn't been added/updated

Again, check for returns from patron account and check in page.

-- 
You are receiving this mail because:
You are the assignee 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 10120] Fine recalculation on return needs to be a system preference

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10120

--- Comment #10 from Katrin Fischer katrin.fisc...@bsz-bw.de ---
Created attachment 18144
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18144action=edit
[PASSED QA] Bug 10120 : Adding a syspref to control if overdue charges are
updated /on return

On by default,
To Test

1/ Create an overdue item, that should get fines
2/ Return the item
3/ Check the borrowers record to see if the fine has been added/updated

Apply patch
1/ Make sure preference is set to do
Repeat steps 1-3 above

2/ Switch the preference to don't
Repeat stes 1-2
3/ Check the fine hasn't been added/updated

Signed-off-by: David Cook dc...@prosentient.com.au
Signed-off-by: Katrin Fischer katrin.fischer...@web.de
All tests and QA script pass, works as described.
I would categorize this a bug fix for libraries that don't want
the new changed  behaviour that was introduced by recalculating
fines on return.

-- 
You are receiving this mail because:
You are the assignee 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 10120] Fine recalculation on return needs to be a system preference

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10120

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

   What|Removed |Added

  Attachment #18143|0   |1
is obsolete||

--- Comment #11 from Katrin Fischer katrin.fisc...@bsz-bw.de ---
Created attachment 18145
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18145action=edit
[PASSED QA] Bug 10120 : Tidy up the code so we can see what is going on

Signed-off-by: David Cook dc...@prosentient.com.au
Signed-off-by: Katrin Fischer katrin.fischer...@web.de

Amended test plan used for testing:

Note: Use a new item for each test as we determine
fines by item number. If you have the same item twice
on the same day on the same account with the same
due date, fine calculation is going to fail.

1/ Create an overdue item, that should get fines
2/ Return the item from the patron account checkout tab
3/ Check the borrowers record to see if the fine has been added/updated

Repeat, but for 2/ return the item from the check in page

Apply patch

1/ Make sure preference is set to do
Repeat steps 1-3 from above

2/ Switch the preference to don't
Repeat steps 1-2
3/ Check the fine hasn't been added/updated

Again, check for returns from patron account and check in page.

-- 
You are receiving this mail because:
You are the assignee 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 10030] MaxFines checks against amount, not amount outstanding

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10030

--- Comment #6 from Katrin Fischer katrin.fisc...@bsz-bw.de ---
The problems I experienced were related to the fact that you should use 'new'
items/due dates to make sure this works consistently.

I am continuing the tests, but reading the code of the sub I couldn't help
wondering - do we really want to count in Sundry fines?

http://git.koha-community.org/gitweb/?p=koha.git;a=blob;f=C4/Overdues.pm;h=bc1c7a77dbfe451180f6d4262e0351152336b197;hb=1b877167f5231f7eef6c7f82cba9322bdba0dbac#l502

-- 
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 10245] New: OPAC items table CSS classes

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10245

Bug ID: 10245
   Summary: OPAC items table CSS classes
Classification: Unclassified
 Change sponsored?: ---
   Product: Koha
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: P5 - low
 Component: OPAC
  Assignee: oleon...@myacpl.org
  Reporter: chr...@catalyst.net.nz

The table with the id 'holdingst' in
koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt lacks some classes which
would help in styling and JS manipulation.

Robin started in http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9736
Some classes were added in
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8597

I have added all the classes missing from 8597 that were in Robin's original
work for 9736, I made one change which was to change 'vol_no' to 'vol_info' to
be consistent with 8597.

-- 
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 10245] OPAC items table CSS classes

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10245

Chris Hall chr...@catalyst.net.nz changed:

   What|Removed |Added

 Status|NEW |Needs Signoff
   Assignee|oleon...@myacpl.org |chr...@catalyst.net.nz

--- Comment #1 from Chris Hall chr...@catalyst.net.nz ---
Created attachment 18146
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18146action=edit
adding OPAC detail items table classes

As master is significantly different to 3.10 in this area I will create a
separate bug with the 3.10 equivalent of this patch.

I also added in the id for barcode of 'item_barcode' as this was in 3.10 and
seems to not be in 3.12, I will have to check why it was removed to see if this
will cause an issue.

-- 
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 10246] New: OPAC items table CSS classes

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10246

Bug ID: 10246
   Summary: OPAC items table CSS classes
Classification: Unclassified
 Change sponsored?: ---
   Product: Koha
   Version: 3.10
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: P5 - low
 Component: OPAC
  Assignee: oleon...@myacpl.org
  Reporter: chr...@catalyst.net.nz

The table with the id 'holdingst' in
koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt lacks some classes which
would help in styling and JS manipulation.

This bug is equivalent to
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10245

The 3.12 and 3.10 codebases are formatted differently in this area so I have
created this bug for the 3.10 version of the 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 10246] OPAC items table CSS classes

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10246

Chris Hall chr...@catalyst.net.nz changed:

   What|Removed |Added

 Status|NEW |Needs Signoff
   Assignee|oleon...@myacpl.org |chr...@catalyst.net.nz

--- Comment #1 from Chris Hall chr...@catalyst.net.nz ---
Created attachment 18147
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18147action=edit
adding OPAC detail items table classes 3.10

This patch is the 3.10 version of the patch attached to
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10245

-- 
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 10245] OPAC items table CSS classes

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10245

--- Comment #2 from Chris Hall chr...@catalyst.net.nz ---
3.10 patch attached at
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10246

-- 
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 10246] OPAC items table CSS classes

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10246

Chris Hall chr...@catalyst.net.nz changed:

   What|Removed |Added

 CC||chr...@catalyst.net.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 10245] OPAC items table CSS classes

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10245

Chris Hall chr...@catalyst.net.nz changed:

   What|Removed |Added

 CC||chr...@catalyst.net.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 10247] New: Too many reserves due to syspref does not show warning

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10247

Bug ID: 10247
   Summary: Too many reserves due to syspref does not show warning
Classification: Unclassified
 Change sponsored?: ---
   Product: Koha
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: P5 - low
 Component: Circulation
  Assignee: koha-bugs@lists.koha-community.org
  Reporter: fridolyn.som...@biblibre.com
CC: gmcha...@gmail.com, kyle.m.h...@gmail.com

On intranet, when placing a reserve :
If borrower as reached the reserves quota, a warning should appear : 
  Cannot place hold
  * Too Many Holds: TEST has too many holds.

This works when quota defined in circulation rules is reached but not when
quota specified in syspref maxreserves is reached, in case this quota is lower
than the one defined is circulation rules.

-- 
You are receiving this mail because:
You are the assignee 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 10237] Enforce authorized value character limitations

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10237

--- Comment #4 from Katrin Fischer katrin.fisc...@bsz-bw.de ---
It took me a bit to find it, but Joy wrote something on the topic a while ago:
http://bywatersolutions.com/2012/07/05/naming-conventions-in-koha/

-- 
You are receiving this mail because:
You are the assignee 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 10237] Enforce authorized value character limitations

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10237

--- Comment #5 from Katrin Fischer katrin.fisc...@bsz-bw.de ---
Hm, thinking more about this - there are values where this won't work so nicely
- one of them is MANUAL_INV. The code is the value that will be shown for your
custom fee type and therefore enforcing upper case, no spaces and no umlauts
would not be good.

-- 
You are receiving this mail because:
You are the assignee 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 9824] Hide basket with no expected items in basqket list by bookseller

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9824

--- Comment #21 from Katrin Fischer katrin.fisc...@bsz-bw.de ---
Hm I have done some research. The change discussed here was made when the
result list for vendors was redone and GetBasketsInfosByBookseller was
introduced
(http://git.koha-community.org/gitweb/?p=koha.git;a=commit;h=d09e428a7dc9854c6f4e45f3caade3c8e141b79d):

The old list of baskets was created using following condition:
-where booksellerid = ?
-AND ( aqorders.quantity  aqorders.quantityreceived OR quantityreceived IS
NULL)
-AND datecancellationprinted IS NULL

The new sub uses:
+WHERE booksellerid = ?

The change proposed in the patch just restores the original condition:
+WHERE booksellerid = ? 
AND ( aqorders.quantity  aqorders.quantityreceived OR quantityreceived IS
NULL)
+ AND datecancellationprinted IS NULL

I know that the patch was pushed a while ago, but since we are still using
3.6.x in some libraries, this means a major change for them. Is there a chance
we can agree on a solution here?

I am in favor of restoring the original behaviour for now and using the search
to find other older baskets.

-- 
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 10248] New: No results found message when searching in Staff client

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10248

Bug ID: 10248
   Summary: No results found message when searching in Staff
client
Classification: Unclassified
 Change sponsored?: ---
   Product: Koha
   Version: 3.10
  Hardware: All
OS: Linux
Status: NEW
  Severity: major
  Priority: P5 - low
 Component: Staff Client
  Assignee: koha-bugs@lists.koha-community.org
  Reporter: hend.eler...@bibalex.org
CC: gmcha...@gmail.com

No results found message  appears when searching in Staff client although i
could search for the same item in OPAC.

-- 
You are receiving this mail because:
You are the assignee 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 10248] No results found message when searching in Staff client

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10248

Hend hend.eler...@bibalex.org changed:

   What|Removed |Added

   Priority|P5 - low|P1 - high

--- Comment #1 from Hend hend.eler...@bibalex.org ---
Koha Version 3.10.03.000
Search Engine : Solr

-- 
You are receiving this mail because:
You are the assignee 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 10248] No results found message when searching using Solr in Staff client

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10248

Owen Leonard oleon...@myacpl.org changed:

   What|Removed |Added

   Priority|P1 - high   |P5 - low
  Component|Staff Client|Searching
   Assignee|koha-b...@lists.koha-commun |gmcha...@gmail.com
   |ity.org |
Summary|No results found message|No results found message
   |when searching in Staff |when searching using Solr
   |client  |in Staff client
 OS|Linux   |All

-- 
You are receiving this mail because:
You are the assignee 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 10249] New: Untranslatable strings in Javascript on OPAC detail page

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10249

Bug ID: 10249
   Summary: Untranslatable strings in Javascript on OPAC detail
page
Classification: Unclassified
 Change sponsored?: ---
   Product: Koha
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: P5 - low
 Component: Templates
  Assignee: oleon...@myacpl.org
  Reporter: katrin.fisc...@bsz-bw.de

http://git.koha-community.org/gitweb/?p=koha.git;a=blob;f=koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt

Untranslatable strings are:
178 Your rating
343,354 Go to detail
328 Click to forward the list to
306 Click to rewind the list to

Also some CSS is hardcoded, as a background color on line 347
if (highlIndex  i == index) li.css(backgroundColor, #DD); 

I think one possible solution would be to use variables in those places and
then have something like
var sth = _(Go to detail)

-- 
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 10247] Too many reserves due to syspref does not show warning

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10247

Fridolyn SOMERS fridolyn.som...@biblibre.com changed:

   What|Removed |Added

 Status|NEW |Needs Signoff
   Assignee|koha-b...@lists.koha-commun |fridolyn.som...@biblibre.co
   |ity.org |m

--- Comment #1 from Fridolyn SOMERS fridolyn.som...@biblibre.com ---
Created attachment 18148
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18148action=edit
Proposed patch

See commit message

-- 
You are receiving this mail because:
You are the assignee 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 10247] Too many reserves due to syspref does not show warning

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10247

Fridolyn SOMERS fridolyn.som...@biblibre.com changed:

   What|Removed |Added

   Patch complexity|--- |Small 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 10249] Untranslatable strings in Javascript on OPAC detail page

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10249

--- Comment #1 from Katrin Fischer katrin.fisc...@bsz-bw.de ---
Also 'by' in a few lines.
Everything that builds HTML-Tags with Javascript is a bit suspicious.

-- 
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 10108] can't print more than one page of overdues

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10108

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

   What|Removed |Added

 Status|Passed QA   |Pushed to Master

--- Comment #9 from Jared Camins-Esakov jcam...@cpbibliography.com ---
This patch has been pushed to master and 3.12.x.

-- 
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 10214] malformed syspref.po file

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10214

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

   What|Removed |Added

 Status|Passed QA   |Pushed to Master

--- Comment #8 from Jared Camins-Esakov jcam...@cpbibliography.com ---
This patch has been pushed to master and 3.12.x.

-- 
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 6329] patron categories should show which fields are required

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6329

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

   What|Removed |Added

 Status|Passed QA   |Pushed to Master

--- Comment #5 from Jared Camins-Esakov jcam...@cpbibliography.com ---
This patch has been pushed to master and 3.12.x.

-- 
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 6399] tooltip for tags that says 'separate by comma'

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6399

Owen Leonard oleon...@myacpl.org changed:

   What|Removed |Added

 Status|NEW |Needs Signoff

-- 
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 6399] tooltip for tags that says 'separate by comma'

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6399

--- Comment #1 from Owen Leonard oleon...@myacpl.org ---
Created attachment 18149
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18149action=edit
Bug 6399 - tooltip for tags that says 'separate by comma'

Some sites split tags on spaces, some on commas. Since Koha splits on a
comma, we should make that clear to the patron. This patch adds
additional text to the New tag(s) label.

To test, enable TagsEnabled, TagsInputOnDetail, and TagsInputOnList.
Click Add tag on both OPAC search results and an OPAC detail page.
Confirm that the revised label appears correctly.

-- 
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 6399] tooltip for tags that says 'separate by comma'

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6399

Owen Leonard oleon...@myacpl.org changed:

   What|Removed |Added

Version|master  |3.14

-- 
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 6564] access to account isn't easy to find on the masthead

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6564

Owen Leonard oleon...@myacpl.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #1 from Owen Leonard oleon...@myacpl.org ---
I think the practice of putting user account links in the upper left of the
screen is widespread enough (Facebook, Twitter, Gmail, Amazon) that this kind
of change should be made via local customizations.

-- 
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 6399] tooltip for tags that says 'separate by comma'

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6399

Nicole C. Engard neng...@gmail.com changed:

   What|Removed |Added

  Attachment #18149|0   |1
is obsolete||

--- Comment #2 from Nicole C. Engard neng...@gmail.com ---
Created attachment 18150
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18150action=edit
[SIGNED-OFF] Bug 6399 - tooltip for tags that says 'separate by comma'

Some sites split tags on spaces, some on commas. Since Koha splits on a
comma, we should make that clear to the patron. This patch adds
additional text to the New tag(s) label.

To test, enable TagsEnabled, TagsInputOnDetail, and TagsInputOnList.
Click Add tag on both OPAC search results and an OPAC detail page.
Confirm that the revised label appears correctly.

Signed-off-by: Nicole C. Engard neng...@bywatersolutions.com
all tests pass

-- 
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 6399] tooltip for tags that says 'separate by comma'

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6399

Nicole C. Engard neng...@gmail.com changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

-- 
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 10159] koha-rebuild-zebra error handling

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10159

--- Comment #3 from Jared Camins-Esakov jcam...@cpbibliography.com ---
There is one (maybe) problem with this patch, but as it already exists as far
as I can tell, I am going to push the patch as-is for 3.12.0:
koha-rebuild-zebra does not check if an instance is disabled before reindexing.
Arguably it should.

-- 
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 7441] search results showing wrong branch?

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7441

Kyle M Hall k...@bywatersolutions.com changed:

   What|Removed |Added

  Attachment #17901|0   |1
is obsolete||

--- Comment #44 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 18151
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18151action=edit
Bug 7441 - search results showing wrong branch

When you search in the OPAC it shows you the HOME branch on the location in
XSLT,
but if you click through to the detail page it shows you the HOLDING branch in
the holdings table which is very confusing to patrons.

Fixed by adding a system preference to choose whether to display the holding
branch or the home branch on the XSLT OPAC search results page.

Signed-off-by: Bernardo Gonzalez Kriegel bgkrie...@gmail.com

Rebased on current master (2013-01-31).

-- 
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 7441] search results showing wrong branch?

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7441

Kyle M Hall k...@bywatersolutions.com changed:

   What|Removed |Added

  Attachment #17902|0   |1
is obsolete||

--- Comment #45 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 18152
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18152action=edit
Bug 7441: Followup search results showing wrong branch [UNIMARC]

Unimarc modifications

Signed-off-by: Bernardo Gonzalez Kriegel bgkrie...@gmail.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 7441] search results showing wrong branch?

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7441

Kyle M Hall k...@bywatersolutions.com changed:

   What|Removed |Added

  Attachment #17903|0   |1
is obsolete||

--- Comment #46 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 18153
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18153action=edit
Bug 7441 - search results showing wrong branch? - Followup - Use syspref for
XSLT and non-XSLT

Signed-off-by: Bernardo Gonzalez Kriegel bgkrie...@gmail.com

Comment: Applied all patches. Tested with and without XLST display.
Works as described. No errors.
Not tested with UNIMARC

-- 
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 7441] search results showing wrong branch?

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7441

Kyle M Hall k...@bywatersolutions.com changed:

   What|Removed |Added

 Status|Failed QA   |Signed Off

-- 
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 7441] search results showing wrong branch?

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7441

Kyle M Hall k...@bywatersolutions.com changed:

   What|Removed |Added

  Attachment #17968|0   |1
is obsolete||

--- Comment #47 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 18154
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18154action=edit
Bug 7441 - search results showing wrong branch? - Followup - Delete Koha TT
Plugin

Deletes the Koha TT Plugin from this patch series, to move it to it's
own bug.

-- 
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 10159] koha-rebuild-zebra error handling

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10159

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

   What|Removed |Added

 Status|Passed QA   |Pushed to Master

--- Comment #4 from Jared Camins-Esakov jcam...@cpbibliography.com ---
This patch has been pushed to master and 3.12.x.

-- 
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 10157] koha-email-enable error handling

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10157

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

   What|Removed |Added

 Status|Passed QA   |Pushed to Master

--- Comment #3 from Jared Camins-Esakov jcam...@cpbibliography.com ---
This patch has been pushed to master and 3.12.x.

-- 
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 10146] koha-stop-zebra error handling

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10146

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

   What|Removed |Added

 Status|Passed QA   |Pushed to Master

--- Comment #6 from Jared Camins-Esakov jcam...@cpbibliography.com ---
This patch has been pushed to master and 3.12.x.

-- 
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 10094] koha-list should have an --disabled option

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10094

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

   What|Removed |Added

 Status|Passed QA   |Pushed to Master

--- Comment #6 from Jared Camins-Esakov jcam...@cpbibliography.com ---
This patch has been pushed to master and 3.12.x.

-- 
You are receiving this mail because:
You are the assignee 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 7390] Place hold page should offer compact view if it is in a pop-up

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7390

Owen Leonard oleon...@myacpl.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Owen Leonard oleon...@myacpl.org ---
Fixed by Bug 9115. Instead of performing the hold operation in the pop-up
window we open the holds page in the main window.

-- 
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 7071] download list link not opening new window in FF7

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7071

Owen Leonard oleon...@myacpl.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Owen Leonard oleon...@myacpl.org ---
This doesn't seem to be a problem anymore in master.

-- 
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 7416] calendar header black in Chrome

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7416

Owen Leonard oleon...@myacpl.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #3 from Owen Leonard oleon...@myacpl.org ---
Starting in 3.10 we have a new calendar widget which isn't affected by this
bug.

-- 
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 7637] patron renewal notice stand out more

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7637

Owen Leonard oleon...@myacpl.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX
 QA Contact|koha.sek...@gmail.com   |

--- Comment #2 from Owen Leonard oleon...@myacpl.org ---
I'm marking this wontfix since it seems to be working for most people. If I
misunderstand what this is about please reopen and provide more details.

-- 
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 7506] opac note not showing in staff client anymore

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7506

Owen Leonard oleon...@myacpl.org changed:

   What|Removed |Added

 Status|In Discussion   |RESOLVED
 Resolution|--- |INVALID

--- Comment #5 from Owen Leonard oleon...@myacpl.org ---
I'm closing this because the original bug doesn't seem to be valid. The other
issues about permanent vs. temporary notes can be addressed in a new bug if
someone feels strongly about it.

-- 
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 10030] MaxFines checks against amount, not amount outstanding

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10030

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

   What|Removed |Added

 CC||m.de.r...@rijksmuseum.nl
   Patch complexity|--- |Small patch
 QA Contact||m.de.r...@rijksmuseum.nl

--- Comment #7 from M. de Rooy m.de.r...@rijksmuseum.nl ---
Looking at this one now..

-- 
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 10080] Change system pref IndependantBranches to IndependentBranches

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10080

Kyle M Hall k...@bywatersolutions.com changed:

   What|Removed |Added

 Status|Failed QA   |Signed Off

-- 
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 10080] Change system pref IndependantBranches to IndependentBranches

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10080

Kyle M Hall k...@bywatersolutions.com changed:

   What|Removed |Added

  Attachment #18044|0   |1
is obsolete||

--- Comment #11 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 18155
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18155action=edit
Bug 10080 - Change system pref IndependantBranches to IndependentBranches

Test Plan:
1) Enable IndependantBranches
2) Apply this patch
3) Run updatedatabase.pl
4) Verify that the system preference still functions correctly

Signed-off-by: Marcel de Rooy m.de.r...@rijksmuseum.nl

-- 
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 7713] display local license files in about.pl, rather than via external urls

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7713

Owen Leonard oleon...@myacpl.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |INVALID

-- 
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 7713] display local license files in about.pl, rather than via external urls

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7713

Owen Leonard oleon...@myacpl.org changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |---

-- 
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 7713] display local license files in about.pl, rather than via external urls

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7713

Owen Leonard oleon...@myacpl.org changed:

   What|Removed |Added

 Status|REOPENED|NEW

-- 
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 7776] Inconsistency between check in and check out display

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7776

Owen Leonard oleon...@myacpl.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |INVALID

-- 
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 10080] Change system pref IndependantBranches to IndependentBranches

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10080

--- Comment #12 from Kyle M Hall kyle.m.h...@gmail.com ---
(In reply to comment #10)
 Hi Kyle,
 
 your patch contains the po files, but changes to those files should be
 handled via Pootle. Can you please resubmit your patch without them?
 
 I am also not sure if old release notes should be included, as they are
 'history'.

Good call, fixed!

-- 
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 7906] Optimize the order of styles and scripts

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7906

Owen Leonard oleon...@myacpl.org changed:

   What|Removed |Added

Version|3.8 |master
 QA Contact|koha.sek...@gmail.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 10030] MaxFines checks against amount, not amount outstanding

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10030

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

   What|Removed |Added

 Status|Signed Off  |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 10030] MaxFines checks against amount, not amount outstanding

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10030

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

   What|Removed |Added

  Attachment #17568|0   |1
is obsolete||

--- Comment #8 from M. de Rooy m.de.r...@rijksmuseum.nl ---
Created attachment 18156
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18156action=edit
Bug 10030 - MaxFines checks against amount, not amount outstanding

If a patron has over time accumulated fines greater than the amount
defined in MaxFine, the patron will never get more fines even if they
have previously paid off those fines.

This bug was introduced by the patch for Bug 7420.

Test Plan:
1) Create a patron
2) Create a fine of 10.00 for that patron
3) Pay off the fine
4) Set MaxFines to 5.00
5) Check out an item to the patron, backdate the due date
   so the item should generate fines.
6) Run fines.pl, observe that no fine was created
7) Apply the patch
8) Rerun fines.pl
9) Observe that the fine was created correctly

Signed-off-by: Chris Cormack ch...@bigballofwax.co.nz
Signed-off-by: Marcel de Rooy m.de.r...@rijksmuseum.nl

-- 
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 10030] MaxFines checks against amount, not amount outstanding

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10030

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

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

-- 
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 10030] MaxFines checks against amount, not amount outstanding

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10030

--- Comment #9 from M. de Rooy m.de.r...@rijksmuseum.nl ---
Created attachment 18157
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18157action=edit
Bug 10030: QA Followup for trivial false warning detected while testing

Moving the warn line below the line that returns if amount=0.
If amount=0, a false warn is now raised because of the return after it.
We should only warn here if we do not return.

Signed-off-by: Marcel de Rooy m.de.r...@rijksmuseum.nl
Tested with fines.pl on overdue.
Before this patch:
Reducing fine for item 199709 borrower 23 from 44 to -1 - MaxFine reached.
This did not happen however because of the return.
After this change: no false warning.

-- 
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 10184] Circulation History reverses sort order

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10184

Frédéric Demians frede...@tamil.fr changed:

   What|Removed |Added

 CC||frede...@tamil.fr

--- Comment #5 from Frédéric Demians frede...@tamil.fr ---
The sorting algorithm doesn't take into account the 'dateformat' system
preference. We just have a string sort. It works when dateformat = /mm/dd.
It doesn't for dd/mm/.

-- 
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 10030] MaxFines checks against amount, not amount outstanding

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10030

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

   What|Removed |Added

 Status|Signed Off  |Passed QA

--- Comment #10 from M. de Rooy m.de.r...@rijksmuseum.nl ---
QA Comment:
Tested. Works. Added a trivial followup too for false warning raised (detected
while testing this).
Simple code change looks good.

The question Katrin raised:
 I am continuing the tests, but reading the code of the sub I couldn't help 
 wondering - do we really want to count in Sundry fines?
This question is certainly valid, but imo falls outside the scope of this
report. This patch just fixes the wrongly used column in adding the total
amount.

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 10030] MaxFines checks against amount, not amount outstanding

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10030

--- Comment #11 from Katrin Fischer katrin.fisc...@bsz-bw.de ---
Marcel, totally agreed - thx for QA'ing! :) 
I will try to write up a new bug for the other problem.

-- 
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 7261] System Preference to select the first day of week (Sunday or Monday) to use in the calendar (OPAC and Intranet)

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7261

Owen Leonard oleon...@myacpl.org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #16 from Owen Leonard oleon...@myacpl.org ---
Looks like this is working in 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 9518] There's no sending button for opac's cart

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9518

Owen Leonard oleon...@myacpl.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |INVALID

--- Comment #3 from Owen Leonard oleon...@myacpl.org ---
Lacking any additional details I think this should be closed.

-- 
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 7127] Templates must be valid XHTML

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7127

Owen Leonard oleon...@myacpl.org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #23 from Owen Leonard oleon...@myacpl.org ---
(In reply to comment #22)
 Should we leave this open or better have individual new bugs for new
 problems?

I think in general individual bugs work better, and since we're using an HTML5
doctype now this bug should be closed.

-- 
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 7452] OPAC unable to delete list item in IE

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7452

Bug 7452 depends on bug 7127, which changed state.

Bug 7127 Summary: Templates must be valid XHTML
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7127

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

-- 
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 7534] OPACAllowUserToChooseBranch and hold rules

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7534

Owen Leonard oleon...@myacpl.org changed:

   What|Removed |Added

 CC||gmcha...@gmail.com
  Component|OPAC|Hold requests
Version|3.6 |master
   Assignee|oleon...@myacpl.org |koha-b...@lists.koha-commun
   ||ity.org
 QA Contact|koha.sek...@gmail.com   |

-- 
You are receiving this mail because:
You are the assignee 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 4173] Statuses not appearing in the OPAC

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4173

--- Comment #26 from Rafal r...@poczta.onet.pl ---
Created attachment 18158
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18158action=edit
Proposed fix

This path should fix display Statuses in OPAC.
Patch is for master, but bug appear in all versions from 3.8+.

Thi is my first patch so let me know if something's wrong.

-- 
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 10250] New: typo in help/reports/guided_reports.tt

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10250

Bug ID: 10250
   Summary: typo in help/reports/guided_reports.tt
Classification: Unclassified
 Change sponsored?: ---
   Product: Koha
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: P5 - low
 Component: Templates
  Assignee: oleon...@myacpl.org
  Reporter: mathieu.s...@univ-rennes2.fr

typo in help/reports/guided_reports.tt :

CreditXXX should be credit/li

M. Saby

-- 
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 10251] New: typos in help/members/member-flags.tt

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10251

Bug ID: 10251
   Summary: typos in help/members/member-flags.tt
Classification: Unclassified
 Change sponsored?: ---
   Product: Koha
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: P5 - low
 Component: Templates
  Assignee: oleon...@myacpl.org
  Reporter: mathieu.s...@univ-rennes2.fr

typos in help/members/member-flags.tt

liAccess to the Overdue Notice Status/TriggersTool/li
should be
liAccess to the Overdue Notice Status/Triggers Tool/li

and 
liAcces to the Tags Tool/li
should be
liAccess to the Tags Tool/li

M. Saby

-- 
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 10250] typo in help/reports/guided_reports.tt

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10250

--- Comment #1 from mathieu saby mathieu.s...@univ-rennes2.fr ---
also : missing space after = in this line

liW =Waiting: the reserve is linked to an item, is at the pickup branch,
and is waiting on the hold shelf/li

-- 
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 10250] typo in help/reports/guided_reports.tt

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10250

--- Comment #2 from mathieu saby mathieu.s...@univ-rennes2.fr ---
in the same file, probably an other typo, but I am not sure : 

6 = Delete

should be 

6 = Deleted

-- 
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 10250] typos in help/reports/guided_reports.tt

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10250

mathieu saby mathieu.s...@univ-rennes2.fr changed:

   What|Removed |Added

Summary|typo in |typos in
   |help/reports/guided_reports |help/reports/guided_reports
   |.tt |.tt

-- 
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 10250] typos in help/reports/guided_reports.tt

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10250

--- Comment #3 from mathieu saby mathieu.s...@univ-rennes2.fr ---
Another typo:

What are the possible codes for the area field in the reports_dictionary
table?

should be

What are the possible codes for the report_area field in the
reports_dictionary table?

-- 
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 8033] add print receipt option to Koha self-check

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8033

Owen Leonard oleon...@myacpl.org changed:

   What|Removed |Added

 Status|Signed Off  |Failed QA

--- Comment #61 from Owen Leonard oleon...@myacpl.org ---
(In reply to comment #60)

 2/ fixed title i18n-content=title display bug

What is 'i18n-content=title' supposed to do? This template should not have a
beginning title tag. title is supplied by doc-head-open.inc.

-- 
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 10043] When receiving an item to have the facility to scan the barcode and change the status of the item from ON ORDER to JUST RECEIVED automatically

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10043

--- Comment #1 from Amit Gupta amit.gu...@osslabs.biz ---
Created attachment 18159
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18159action=edit
Clear notforloan on receipt

Clear not for loan on receipt

When receiving an item to have the facility
to scan the barcode and change the status of the item
from ON ORDER to JUST RECEIVED automatically

To Test:
1) Create a ACQ framwork in MARC bibliographic framework
2) Search 952 tag and set default value notforloan is to -1
3) Create a basket for ex: basket1
4) Create order under basket
5) Close the basket
6) Receive the shipment
7) By default notforloan value is Ordered
8) Once you receive the order item tag value is available or value is 0

-- 
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 10043] When receiving an item to have the facility to scan the barcode and change the status of the item from ON ORDER to JUST RECEIVED automatically

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10043

Amit Gupta amit.gu...@osslabs.biz 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 10043] Clear notforloan on receipt

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10043

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

   What|Removed |Added

Summary|When receiving an item to   |Clear notforloan on receipt
   |have the facility to scan   |
   |the barcode and change the  |
   |status of the item from ON  |
   |ORDER to JUST RECEIVED  |
   |automatically   |

-- 
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 10243] Holds queue is making transfer requests that contradict the branch holds policy

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10243

Kyle M Hall kyle.m.h...@gmail.com changed:

   What|Removed |Added

  Attachment #18138|0   |1
is obsolete||

-- 
You are receiving this mail because:
You are the assignee 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 4173] Statuses not appearing in the OPAC

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4173

--- Comment #27 from Fridolyn SOMERS fridolyn.som...@biblibre.com ---
(In reply to comment #26)
 Created attachment 18158 [details] [review]
I think this is a new bug.
And it should use KohaAuthorisedValues template plugin on restricted data.

-- 
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 10243] Holds queue is making transfer requests that contradict the branch holds policy

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10243

Melia Meggs me...@bywatersolutions.com changed:

   What|Removed |Added

  Attachment #18137|0   |1
is obsolete||

--- Comment #4 from Melia Meggs me...@bywatersolutions.com ---
Created attachment 18160
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18160action=edit
[Signed off] Bug 10243 - Holds queue is making transfer requests that
contradict the branch holds policy

For some reason MapItemsToHoldRequests will, as a last ditch effort,
grab what seems to be an arbitrary available item to fill a hold request,
even if it will violate the circulation rules for holds.

In other words, even if an item matches a Holds policy by item type
that says From home library, a request to transfer that item to
another library will be added to the holds queue!

Test Plan:
1) Create a record with a an item at BranchA of item type BOOK
2) Set the holds policy such that itemtype BOOK for BranchA is set
   to From home library
3) Place a bib-level hold request for a patron with a pickup at BranchB
4) Run build_holds_queue.pl
5) You should now see a request for that item to be transfered to
   BranchB, even though the rules should not allow this.
6) Apply this patch
7) Run build_holds_queue.pl again
8) View the holds queue again, that request should no longer exist

Signed-off-by: Heather Braum hbr...@nekls.org

-- 
You are receiving this mail because:
You are the assignee 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 10243] Holds queue is making transfer requests that contradict the branch holds policy

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10243

Melia Meggs me...@bywatersolutions.com changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off
 CC||me...@bywatersolutions.com

-- 
You are receiving this mail because:
You are the assignee 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 10243] Holds queue is making transfer requests that contradict the branch holds policy

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10243

Heather Braum hbr...@nekls.org changed:

   What|Removed |Added

 CC||hbr...@nekls.org

--- Comment #5 from Heather Braum hbr...@nekls.org ---
I, Heather Braum, from NEKLS sign off on this patch. I have tested it on our
production server and it works.

-- 
You are receiving this mail because:
You are the assignee 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 10223] No suggestions showing in 3.10

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10223

Jesse Weaver jwea...@bywatersolutions.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||jwea...@bywatersolutions.co
   ||m
   Assignee|koha-b...@lists.koha-commun |jwea...@bywatersolutions.co
   |ity.org |m

-- 
You are receiving this mail because:
You are the assignee 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 10080] Change system pref IndependantBranches to IndependentBranches

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10080

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

   What|Removed |Added

 Status|Signed Off  |Failed QA

--- Comment #13 from Katrin Fischer katrin.fisc...@bsz-bw.de ---
Sorry Kyle, I finally took a step forward in direction of understanding how to
grep and found another occurence: /reserve/request.pl. Please provide a follow
up.

-- 
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 10159] koha-rebuild-zebra error handling

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10159

--- Comment #6 from Jared Camins-Esakov jcam...@cpbibliography.com ---
(In reply to comment #5)
 (In reply to comment #3)
  There is one (maybe) problem with this patch, but as it already exists as
  far as I can tell, I am going to push the patch as-is for 3.12.0:
  koha-rebuild-zebra does not check if an instance is disabled before
  reindexing. Arguably it should.
 
 Specifically it shouldn't. If I'm recovering an instance where the indices
 have broken, I'll put it into maintenance mode by disabling it while I
 reindex rather than have people have issues with a half-working system.

Fair enough. However, it might be worth noting that in the help, as all the
other Zebra scripts do not do anything when the instance is disabled.

-- 
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 10250] typos in help/reports/guided_reports.tt

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10250

Nicole C. Engard neng...@gmail.com changed:

   What|Removed |Added

 CC||neng...@gmail.com
  Component|Templates   |Documentation
   Assignee|oleon...@myacpl.org |neng...@gmail.com
   Severity|enhancement |minor

-- 
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 10250] typos in help/reports/guided_reports.tt

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10250

Nicole C. Engard neng...@gmail.com changed:

   What|Removed |Added

Version|master  |3.12

-- 
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 10251] typos in help/members/member-flags.tt

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10251

Nicole C. Engard neng...@gmail.com changed:

   What|Removed |Added

 CC||neng...@gmail.com
  Component|Templates   |Documentation
Version|master  |3.12
   Assignee|oleon...@myacpl.org |neng...@gmail.com
   Severity|enhancement |minor

-- 
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 10072] my suggestions always says There are no pending purchase suggestions.

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10072

Jesse Weaver jwea...@bywatersolutions.com changed:

   What|Removed |Added

 CC||neng...@gmail.com

--- Comment #7 from Jesse Weaver jwea...@bywatersolutions.com ---
*** Bug 10223 has been marked as a duplicate of this bug. ***

-- 
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 10223] No suggestions showing in 3.10

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10223

Jesse Weaver jwea...@bywatersolutions.com changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #3 from Jesse Weaver jwea...@bywatersolutions.com ---
This seems to be the same bug as #10072, and a fix will be released in 3.10.6.

*** This bug has been marked as a duplicate of bug 10072 ***

-- 
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 10134] set XSLT usage ON as default, for new Koha installs

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10134

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

   What|Removed |Added

 CC||ch...@bigballofwax.co.nz

--- Comment #6 from Chris Cormack ch...@bigballofwax.co.nz ---
This changes the default behaviour, so not putting this in 3.10.x or 3.8.x

-- 
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 4173] Statuses not appearing in the OPAC

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4173

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

   What|Removed |Added

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

--- Comment #28 from Katrin Fischer katrin.fisc...@bsz-bw.de ---
Hi Rafal,

thank you for your patch! We are always very happy about new developers.

Let me try to help you to get this into Koha :)

This bug has the status pushed to stable which means it's basically done and
resolved. If it has a 'Pushed...' status it's always better to file a new bug.

The new bug should have a good description and ideally a test plan that shows
people how to reproduce the problem you are trying to fix. The version should
be set to master, if it's not a problem that's specific to an older version.
Make sure you assign (Assiged to:) the bug to yourself and that you switch the
bug status to 'Needs Signoff', which means it's waiting for someone to test.

You can find some information about a bug's life cycle and the different status
here: http://wiki.koha-community.org/wiki/Bug-enhancement-patch_Workflow

If you have questions, or need some pointers, or just want to get to know us, I
would recommend jumping into the IRC channel. There is almost always someone
around willing to help.

-- 
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 4173] Statuses not appearing in the OPAC

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4173

Liz Rea l...@catalyst.net.nz changed:

   What|Removed |Added

 Status|Pushed to Stable|ASSIGNED

--- Comment #29 from Liz Rea l...@catalyst.net.nz ---
It does say patch pushed, but I have observed this still not working correctly
- so I'm going to test this patch anyway, and will upload one with the
requirements as an example if it fixes the issue.

Liz

-- 
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 10225] If an item isn't editable, don't show the onclick Edit/Delete menu

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10225

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

   What|Removed |Added

 Status|Pushed to Master|Pushed to Stable
 CC||ch...@bigballofwax.co.nz

--- Comment #5 from Chris Cormack ch...@bigballofwax.co.nz ---
Pushed to 3.10.x and 3.8.x will be in 3.10.6 and 3.8.13

-- 
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 4173] Statuses not appearing in the OPAC

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4173

Liz Rea l...@catalyst.net.nz changed:

   What|Removed |Added

  Attachment #11132|0   |1
is obsolete||
  Attachment #11135|0   |1
is obsolete||
  Attachment #12010|0   |1
is obsolete||
  Attachment #18158|0   |1
is obsolete||

--- Comment #30 from Liz Rea l...@catalyst.net.nz ---
Created attachment 18161
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18161action=edit
Bug 4173 - Statuses not appearing in the OPAC Simply revert order of 2 lines in
Items.pm. Previous line write to variable used in next line as function
argument.

To Test:

Give an item a special restricted value, define one if you have to in the
authorised values.
Observe that, without this patch, statuses are not shown in the OPAC in
parentheses. My example was an item that had a restricted value of Library
Staff Only
It should have been shown under status on the detail page of the OPAC, but was
not.

Apply the patch, observe that restricted values are now shown for your item,
for example:
Available (Library Staff Only) in the status column.

Signed-off-by: Liz Rea l...@catalyst.net.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 4173] Statuses not appearing in the OPAC

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4173

Liz Rea l...@catalyst.net.nz 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 4173] Statuses not appearing in the OPAC

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4173

Liz Rea l...@catalyst.net.nz changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

-- 
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 4173] Statuses not appearing in the OPAC

2013-05-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4173

--- Comment #31 from Liz Rea l...@catalyst.net.nz ---
This last patch is going to be for 3.8 only, as 3.10+ have the plugin.

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


  1   2   >