[Koha-bugs] [Bug 6376] New: Checking in items not on issue to check transfer status

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6376

 Bug #: 6376
   Summary: Checking in items not on issue to check transfer
status
Classification: Unclassified
 Change sponsored?: ---
   Product: Koha
   Version: rel_3_6
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: P5
 Component: Circulation
AssignedTo: kyle.m.h...@gmail.com
ReportedBy: srd...@catalyst.net.nz
 QAContact: koha-bugs@lists.koha-community.org
CC: gmcha...@gmail.com


When checking in an item that is not on issue display transfer note, same as
for the issued items

-- 
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 6376] Checking in items not on issue to check transfer status

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6376

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED
 AssignedTo|kyle.m.h...@gmail.com   |srd...@catalyst.net.nz

--- Comment #1 from Srdjan Jankovic srd...@catalyst.net.nz 2011-05-20 
06:32:04 UTC ---
Fixed with bug 6004

-- 
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 5872] Enhancements to circulation management

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5872

--- Comment #21 from Paul Poulain paul.poul...@biblibre.com 2011-05-20 
07:36:40 UTC ---
(In reply to comment #20)
 something in those patches is missing : the C4::Members::DebarMember() sub now
 deals with a date
 The signature on biblibre/master is :
 my $success = DebarMember( $borrowernumber, $todate );
 the signature on official/master is: 
   my $success = DebarMember( $borrowernumber );

This one is fixed through 6328, that must be applied before this one

-- 
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 5872] Enhancements to circulation management

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5872

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

   What|Removed |Added

 CC||katrin.fisc...@bsz-bw.de
 Depends on||6328

-- 
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 6328] Fine in days does not work

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6328

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

   What|Removed |Added

 Blocks||5872

-- 
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 5680] When deleting an order, delete attached items, and if applicable biblio

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5680

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

   What|Removed |Added

 AssignedTo|paul.poul...@biblibre.com   |christophe.croullebois@bibl
   ||ibre.com

--- Comment #9 from Paul Poulain paul.poul...@biblibre.com 2011-05-20 
10:34:13 UTC ---
Christophe will work on a patch for that: when the user clicks on delete
order, an AJAX will return the question that must be asked.

2 possibilities :
POSSIBILITY 1 :
* no more items on the biblio
* no other order (usefull if AcqCreateItems is set to recieving or
cataloguing !)
 = ask delete order only / delete order and biblio / cancel

POSSIBILITY 2:
 otherwise
= ask delete order / cancel

-- 
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 5680] When deleting an order, delete attached items, and if applicable biblio

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5680

--- Comment #10 from Katrin Fischer katrin.fisc...@bsz-bw.de 2011-05-20 
10:44:12 UTC ---
+1

-- 
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 6366] The serial claims dropdown shows suppliers that don't have late issues.

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6366

Colin Campbell colin.campb...@ptfs-europe.com changed:

   What|Removed |Added

 CC||colin.campbell@ptfs-europe.
   ||com
   Patch Status|Needs Signoff   |Signed Off

--- Comment #1 from Colin Campbell colin.campb...@ptfs-europe.com 2011-05-20 
10:50:12 UTC ---
Signed off - patch applies to 3.2 behaviour as in 3.4

-- 
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 5488] Restrict the type of list which can be created by non-staff users

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5488

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

   What|Removed |Added

Version|rel_3_4 |master

-- 
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 4222] Nonpublic note not appearing in the staff client

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4222

--- Comment #10 from Nicole C. Engard neng...@gmail.com 2011-05-20 12:31:09 
UTC ---
Robin, Just a reminder (in case you forgot - since you said you'd try to
remember) :)

-- 
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 5827] Cloning Circ rules does not clone hold policies

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5827

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

   What|Removed |Added

 CC||neng...@gmail.com
Version|rel_3_4 |master

-- 
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 5866] At larger hold volume, waitingreserves.pl for all libraries times out, can cause generalized slowness

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5866

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

   What|Removed |Added

 CC||neng...@gmail.com
Version|rel_3_4 |master

-- 
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 5953] LOST status not behaving correctly from additem.pl

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5953

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

   What|Removed |Added

 CC||neng...@gmail.com
Version|rel_3_4 |master

-- 
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 6377] New: fines should be red on patron search

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6377

 Bug #: 6377
   Summary: fines should be red on patron search
Classification: Unclassified
 Change sponsored?: ---
   Product: Koha
   Version: master
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: P5
 Component: Templates
AssignedTo: oleon...@myacpl.org
ReportedBy: neng...@gmail.com
 QAContact: koha-bugs@lists.koha-community.org


Created attachment 4199
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=4199
style as it is now

When you enter a barcode in the patron search, the abbreviated line of
information that appears has any overdues that they have in bold red, but the
fines are in regular text. Can they either be in red or have an ID tag put
around them so that they can styled?

-- 
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 6347] Bug in opac-reserve.pl stopping item level holds

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6347

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

   What|Removed |Added

   Attachment #4128|0   |1
is obsolete||

--- Comment #4 from Owen Leonard oleon...@myacpl.org 2011-05-20 13:43:02 UTC 
---
Created attachment 4200
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=4200
Revised fix

Adding some changes to Chris's:

- More variable scope corrections
- Minor markup and style tweak
- Table column span correction

-- 
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 6347] Bug in opac-reserve.pl stopping item level holds

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6347

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

   What|Removed |Added

   Patch Status|Failed QA   |Needs Signoff

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
___
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 6347] Bug in opac-reserve.pl stopping item level holds

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6347

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

   What|Removed |Added

 Status|NEW |ASSIGNED

-- 
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 6161] status column on my purchase suggestions blank

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6161

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

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||WORKSFORME

--- Comment #2 from Nicole C. Engard neng...@gmail.com 2011-05-20 14:08:08 
UTC ---
Works for me with the pref set both ways 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 2749] No dislay of GMD (245h) if XSLT is off

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2749

--- Comment #3 from Owen Leonard oleon...@myacpl.org 2011-05-20 14:22:42 UTC 
---
I have added 245n 245b 245p and 245h to mapping for the keyword subtitle.
This works to get it displayed, although I'm not sure the ordering is
technically correct. To me this is an acceptable solution because I don't care
about the semantic difference between subtitle and gmd as long as they're
both displaying. If we added ordering to that system it might be acceptable to
catalogers as well.

-- 
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 6378] New: Misaligned columns on tags approval page

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6378

 Bug #: 6378
   Summary: Misaligned columns on tags approval page
Classification: Unclassified
 Change sponsored?: ---
   Product: Koha
   Version: master
  Platform: All
OS/Version: All
Status: ASSIGNED
  Severity: minor
  Priority: P5
 Component: Tools
AssignedTo: oleon...@myacpl.org
ReportedBy: oleon...@myacpl.org
 QAContact: koha-bugs@lists.koha-community.org


-- 
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 6378] Misaligned columns on tags approval page

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6378

--- Comment #1 from Owen Leonard oleon...@myacpl.org 2011-05-20 14:50:17 UTC 
---
Created attachment 4201
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=4201
Proposed fix

T:T variable scope correction.

-- 
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 6378] Misaligned columns on tags approval page

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6378

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

   What|Removed |Added

   Priority|P5  |PATCH-Sent
   Patch Status|--- |Needs Signoff

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
___
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 6178] tag cloud diff depends on where you click

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6178

--- Comment #5 from Owen Leonard oleon...@myacpl.org 2011-05-20 15:20:32 UTC 
---
When you click the my tags link the tags page is passed parameter, mine=1.
The page is supposed to display only the logged in user's tags. This is the
query which is going on in the background:

SELECT tags_approval.term  AS term,
tags_approval.approved  AS approved,
tags_approval.date_approved AS date_approved,
tags_approval.approved_by   AS approved_by,
tags_approval.weight_total  AS weight_total,
CONCAT(borrowers.surname, ', ', borrowers.firstname) AS
approved_by_name
FROM tags_approval
LEFT JOIN borrowers
ON  tags_approval.approved_by = borrowers.borrowernumber
WHERE approved = 1 and borrowernumber = [logged in borrower]

The problems with this is that it will always return no results: borrowernumber
doesn't exist in the tags_approval table. It can only be found in the tags_all
table.

-- 
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 6379] New: Remove link from unapproved and rejected tags in the OPAC's My tags table

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6379

 Bug #: 6379
   Summary: Remove link from unapproved and rejected tags in the
OPAC's My tags table
Classification: Unclassified
 Change sponsored?: ---
   Product: Koha
   Version: master
  Platform: All
   URL: /cgi-bin/koha/opac-tags.pl
OS/Version: All
Status: NEW
  Severity: normal
  Priority: P5
 Component: Tools
AssignedTo: gmcha...@gmail.com
ReportedBy: oleon...@myacpl.org
 QAContact: koha-bugs@lists.koha-community.org


You can't perform a search of the catalog using unapproved or rejected tags, so
the table of the user's tags should not have clickable links for them. There
should probably be additional visual feedback to indicate why the term isn't
clickable.

-- 
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 6178] tag cloud diff depends on where you click

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6178

--- Comment #6 from Owen Leonard oleon...@myacpl.org 2011-05-20 15:38:42 UTC 
---
Proposed new SQL:

SELECT tags_approval.term  AS term,
tags_approval.approved  AS approved,
tags_approval.date_approved AS date_approved,
tags_approval.approved_by   AS approved_by,
tags_approval.weight_total  AS weight_total,
tags_all.borrowernumber AS tag_submitter
CONCAT(borrowers.surname, ', ', borrowers.firstname) AS approved_by_name
FROM tags_approval
LEFT JOIN borrowers
ON  tags_approval.approved_by = borrowers.borrowernumber
LEFT JOIN tags_all
ON tags_all.term = tags_approval.term
WHERE approved = 1 and tags_all.borrowernumber = [logged in borrower]

-- 
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 6380] New: Z39.50 Cataloging Search needs a way to try search again, even if results are found

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6380

 Bug #: 6380
   Summary: Z39.50 Cataloging Search needs a way to try search
again, even if results are found
Classification: Unclassified
 Change sponsored?: ---
   Product: Koha
   Version: master
  Platform: All
OS/Version: All
Status: ASSIGNED
  Severity: enhancement
  Priority: P5
 Component: Cataloging
AssignedTo: wizzy...@gmail.com
ReportedBy: wizzy...@gmail.com
 QAContact: koha-bugs@lists.koha-community.org
CC: ian.wa...@bywatersolutions.com


Currently if you get results using the z30.50 cataloging search there is no
handy way to return to search again. 

To test:
do a search that will bring results
scroll to bottom of the results table -- no options to go back to search.

I propose we add a button to the bottom of the results to take you back to try
another search.

-- 
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 6381] New: New script needed to populate 856$q field based on contents of 856$u

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6381

 Bug #: 6381
   Summary: New script needed to populate 856$q field based on
contents of 856$u
Classification: Unclassified
 Change sponsored?: ---
   Product: Koha
   Version: master
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: P5
 Component: Command-line Utilities
AssignedTo: gmcha...@gmail.com
ReportedBy: dear...@sarsf.org
 QAContact: koha-bugs@lists.koha-community.org


One of the new features implemented in the 3.4 release is the ability to use
the 856$u field to store a URI that points to an image file, and display the
image rather than standard or optional link text (see bug 5738).  This feature
is turned on by a system preference, but is also controlled at the record level
by the contents of the corresponding 856$q field.  If the 856$q field is empty
or does not have a valid MIME type entered in it the corresponding 856$u field
will not be displayed as an image regardless of the system preference setting.

A script is needed that will read the contents of each of the 856$u fields
looking for one of the valid MIME type extensions at the end of the file name
(bmp, cod, gif, ief, jpe, jpeg, jpg, jfif, png, svg, tif, tiff, ras, cmx, ico,
pnm, pbm, pgm, ppm, rgb, xbm, xpm, xwd), check to see if there is a
corresponding 856$q field, and populate it accordingly or create a new 856$q
field if one doesn’t exist.   Options passed to the script should allow for the
856$q field to be left unchanged if it is not empty, or to be overwritten
regardless of content if a valid MIME extension is found in the corresponding
856$u field. 

I have been working on this script but find myself out of my depth, and have
other commitments I must turn my attention to.  If any of you experienced Koha
perl coders is willing to do this I will be happy to do the testing and sign
off work.

Thanks - Doug

-- 
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 6380] Z39.50 Cataloging Search needs a way to try search again, even if results are found

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6380

--- Comment #1 from Liz Rea wizzy...@gmail.com 2011-05-20 16:18:40 UTC ---
Created attachment 4202
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=4202
Proposed patch

This patch adds a nice button to the results page to Try Another Search even
if results are found. It also makes the no results found try again link a
proper button.

To test:
Do a search for something that will give results -- there should now be a
button to Try Another Search

Do a search for somethng that returns no results -- The link for Try Another
Search should now be a proper button.

-- 
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 6343] Label Creator not working , Current Branch: NULL

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6343

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

   What|Removed |Added

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

--- Comment #3 from Katrin Fischer katrin.fisc...@bsz-bw.de 2011-05-20 
16:21:59 UTC ---
I have stared at the files for 2 hours now and have no idea how to solve this.
Plz can someone else take a look? 
It's an evil bug and blocking other bugs from 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 6382] New: Automatic Status Changing on Check In

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6382

 Bug #: 6382
   Summary: Automatic Status Changing on Check In
Classification: Unclassified
 Change sponsored?: ---
   Product: Koha
   Version: master
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: P5
 Component: Circulation
AssignedTo: kyle.m.h...@gmail.com
ReportedBy: neng...@gmail.com
 QAContact: koha-bugs@lists.koha-community.org
CC: gmcha...@gmail.com


Submitted on behalf of Henry Bankhead in search of feedback:

We are used to being able to change at items status w/ horizon by just
checking it in. Think of the not for loan status for example. So, if it was in
mending or workroom and was checked in it would become available. Also if it
was in receives status, it would move to cataloging and then to in if you
checked it in twice. Originally I though Koha did this because the not for loan
statuss have numerical values. So I assumed they would move from -1, to -1,
to zero (available) but evidently this is not the case. 

Can you see that this would be highly desirable from a workflow standpoint?
What would it take to make Koha do this?

-- 
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 1232] Add Invoice/Credit/Fines Payed For Day on Issues (Print Page) (Print Slip)

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1232

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

   What|Removed |Added

   Patch Status|--- |Needs Signoff

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
___
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 6383] New: itemnumber not stored when a lost item is returned and credited to account

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6383

 Bug #: 6383
   Summary: itemnumber not stored when a lost item is returned and
credited to account
Classification: Unclassified
 Change sponsored?: ---
   Product: Koha
   Version: master
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: P5
 Component: Circulation
AssignedTo: kyle.m.h...@gmail.com
ReportedBy: neng...@gmail.com
 QAContact: koha-bugs@lists.koha-community.org
CC: gmcha...@gmail.com


When a lost item is returned and no longer lost the patron's account is
credited, but the item number isn't stored in the itemnumber field in the db. 
To see what I mean try this report:

select b.surname, b.firstname, bib.title, i.itemcallnumber, a.description from
accountlines a left join borrowers b on (b.borrowernumber=a.borrowernumber)
left join items i on (i.itemnumber=a.itemnumber) left join biblio bib on
(bib.biblionumber=i.biblionumber) where a.accounttype='CR' and a.description
like 'Item Returned%';

Since the barcode is printing in the description getting the itemnumber in to
that table shouldn't be difficult ... I would think.

-- 
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 1232] Add Invoice/Credit/Fines Payed For Day on Issues (Print Page) (Print Slip)

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1232

--- Comment #3 from Liz Rea wizzy...@gmail.com 2011-05-20 18:11:58 UTC ---
possibly 1/2: http://markmail.org/thread/d25nursyxmkqmfzh

Not sure, but would be sweet if true. :)

-- 
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 6178] tag cloud diff depends on where you click

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6178

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

   What|Removed |Added

  Component|Templates   |Tools
 AssignedTo|oleon...@myacpl.org |gmcha...@gmail.com

--- Comment #7 from Owen Leonard oleon...@myacpl.org 2011-05-20 18:16:44 UTC 
---
I've tried to decipher Tags.pm but I'm failing. I think in order for this to
work best we should just always show all tags, including the logged-in user if
there is one. I can't see how to gracefully handle the presence or absence of a
borrowernumber in get_approval_rows(). If we add tags_all.borrowernumber to the
set of returned data we should be able to style the user's tags differently
from other tags as suggested in Attachment 2637 of Bug 2899 (of which this bug
report is probably a duplicate when it comes down to it).

Assuming we can visually distinguish the user's tags from others I think that
obviates the need to have a way to show only the user's tags.

Can someone else take a crack at this?

-- 
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 6380] Z39.50 Cataloging Search needs a way to try search again, even if results are found

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6380

Liz Rea wizzy...@gmail.com changed:

   What|Removed |Added

   Priority|P5  |PATCH-Sent
 CC||wizzy...@gmail.com
   Patch Status|--- |Needs Signoff

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
___
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 3174] Fill the borrowernumber field, and show author and creation date

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3174

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

   What|Removed |Added

   Platform|PC  |All
  QAContact||koha-b...@lists.koha-commun
   ||ity.org

--- Comment #1 from Owen Leonard oleon...@myacpl.org 2011-05-20 18:52:03 UTC 
---
Can this be closed?

-- 
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 6178] tag cloud diff depends on where you click

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6178

--- Comment #8 from Nicole C. Engard neng...@gmail.com 2011-05-20 18:56:18 
UTC ---
I too think it should always show all tags - from all users. It's a tag cloud
that's the purpose. And the logged in user can see his tags just by looking
under 'my tags'

-- 
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 6343] Label Creator not working , Current Branch: NULL

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6343

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

   What|Removed |Added

 Status|NEW |ASSIGNED
 AssignedTo|cnighswon...@foundations.ed |katrin.fisc...@bsz-bw.de
   |u   |

--- Comment #4 from Katrin Fischer katrin.fisc...@bsz-bw.de 2011-05-20 
19:20:06 UTC ---
Created attachment 4203
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=4203
Proposed fixing 3 TT issues in label batches

-- 
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 6343] Label Creator not working , Current Branch: NULL

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6343

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

   What|Removed |Added

   Priority|P5  |PATCH-Sent
   Patch Status|--- |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 6370] news showing that it's for the opac when it's for the librarian interface

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6370

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

   What|Removed |Added

 Status|NEW |ASSIGNED
 AssignedTo|gmcha...@gmail.com  |oleon...@myacpl.org

--- Comment #1 from Owen Leonard oleon...@myacpl.org 2011-05-20 19:24:38 UTC 
---
Created attachment 4204
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=4204
Proposed fix

T:T variable scope correction.

-- 
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 6370] news showing that it's for the opac when it's for the librarian interface

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6370

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

   What|Removed |Added

   Priority|P5  |PATCH-Sent
   Patch Status|--- |Needs Signoff

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
___
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 6306] It is not possible edit news

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6306

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

   What|Removed |Added

   Priority|P5  |PATCH-Sent
   Patch Status|--- |Needs Signoff

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
___
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 5864] Is C4::Serials::GetSubscriptions searching too generally?

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5864

Frédérick Capovilla fcapovi...@live.ca changed:

   What|Removed |Added

 CC||fcapovi...@live.ca

--- Comment #7 from Frédérick Capovilla fcapovi...@live.ca 2011-05-20 
19:54:18 UTC ---
Comment on this problem :
The patch that was pushed fixes this particular problem by passing less filters
to the GetSubscriptions() subroutine, but it doesn't fix the main problem :
GetSubscriptions() is still searching too generally.

I tried printing the final query created by GetSubscriptions and here is what
it looks like :

SELECT subscription.*, subscriptionhistory.*,
biblio.title,biblioitems.issn,biblio.biblionumber
FROM   subscription
LEFT JOIN subscriptionhistory USING(subscriptionid)
LEFT JOIN biblio ON biblio.biblionumber = subscription.biblionumber
LEFT JOIN biblioitems ON biblio.biblionumber =
biblioitems.biblionumber
   WHERE biblio.biblionumber=? AND (biblio.title LIKE ? ) OR
(subscription.callnumber LIKE ? ) OR (subscription.location LIKE ? ) OR
(subscription.notes LIKE ? ) OR (subscription.internalnotes LIKE ? ) AND
(biblioitems.issn LIKE ? ) OR (subscription.callnumber LIKE ? ) ORDER BY title

Example binds used : 47569 %M% %M% %M% %M% %M% %1715-4820%
%1715-4820%

I think the query generated by GetSubscriptions needs to be fixed too...

-- 
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 2987] Add callnumber to the overdues list

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2987

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

   What|Removed |Added

 Status|NEW |RESOLVED
   Platform|PC  |All
Version|rel_3_0 |master
 Resolution||FIXED
  QAContact||koha-b...@lists.koha-commun
   ||ity.org

-- 
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 6258] Guided reports wizard 'Build new' brings up empty page

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6258

--- Comment #3 from Liz Rea wizzy...@gmail.com 2011-05-20 20:11:12 UTC ---
Created attachment 4206
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=4206
Proposed patch

To test:
Click More - Reports, you should see the welcome page and be able to step
through creating the report.

Note: I accidentally left in the commented out code that is incorrect. I'll
attach a followup that removes 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 4134] add bibliographic tagging to staff interface

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4134

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

   What|Removed |Added

   Platform|PC  |All
  QAContact||koha-b...@lists.koha-commun
   ||ity.org

-- 
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 6258] Guided reports wizard 'Build new' brings up empty page

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6258

--- Comment #4 from Liz Rea wizzy...@gmail.com 2011-05-20 20:14:41 UTC ---
Created attachment 4207
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=4207
Followup - removes the commented out old bad code

To test:
More - Reports, you should be able to see the guided reports and build one
from scratch.

(though nothing has functionally changed)

-- 
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 6258] Guided reports wizard 'Build new' brings up empty page

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6258

Liz Rea wizzy...@gmail.com changed:

   What|Removed |Added

   Priority|P5  |PATCH-Sent
 CC||wizzy...@gmail.com
   Patch Status|--- |Needs Signoff

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA Contact for the bug.
___
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 4145] Error during Installation

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4145

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

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #1 from Owen Leonard oleon...@myacpl.org 2011-05-20 20:14:59 UTC 
---
I assume, based on the age of this report, that the issue is resolved.

-- 
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 3866] Errror in sample_budgets.sql

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3866

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

   What|Removed |Added

 Status|NEW |RESOLVED
   Platform|PC  |All
 Resolution||FIXED
  QAContact||koha-b...@lists.koha-commun
   ||ity.org

--- Comment #1 from Owen Leonard oleon...@myacpl.org 2011-05-20 20:15:58 UTC 
---
I assume based on the age of this report that this issue has been resolved.

-- 
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 6327] editing frameworks looses framework suggestion

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6327

--- Comment #1 from Katrin Fischer katrin.fisc...@bsz-bw.de 2011-05-20 
20:16:00 UTC ---
Created attachment 4208
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=4208
proposed 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 3714] holdCancelLength syspref doesn't seem to be used

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3714

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

   What|Removed |Added

 Status|NEW |RESOLVED
   Platform|PC  |All
Version|rel_3_0 |master
 Resolution||FIXED
  QAContact||koha-b...@lists.koha-commun
   ||ity.org

--- Comment #1 from Owen Leonard oleon...@myacpl.org 2011-05-20 20:23:07 UTC 
---
holdCancelLength system pref has been removed.

-- 
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 4204] Add support for Jangle

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4204

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

   What|Removed |Added

   Platform|PC  |All

--- Comment #1 from Owen Leonard oleon...@myacpl.org 2011-05-20 20:28:23 UTC 
---
Is Jangle still active? The site won't come up for me. The Google-cached
version suggests no updates for two years.

-- 
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 6370] news showing that it's for the opac when it's for the librarian interface

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6370

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

   What|Removed |Added

   Attachment #4204|0   |1
is obsolete||

--- Comment #2 from Katrin Fischer katrin.fisc...@bsz-bw.de 2011-05-20 
20:39:41 UTC ---
Created attachment 4209
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=4209
Signed off 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 6347] Bug in opac-reserve.pl stopping item level holds

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6347

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

   What|Removed |Added

   Attachment #4200|0   |1
is obsolete||

--- Comment #5 from Katrin Fischer katrin.fisc...@bsz-bw.de 2011-05-20 
20:58:52 UTC ---
Created attachment 4210
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=4210
proposed 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 6347] Bug in opac-reserve.pl stopping item level holds

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6347

Katrin Fischer katrin.fisc...@bsz-bw.de 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 6306] It is not possible edit news

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6306

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

   What|Removed |Added

   Attachment #4205|0   |1
is obsolete||

--- Comment #3 from Katrin Fischer katrin.fisc...@bsz-bw.de 2011-05-20 
21:24:30 UTC ---
Created attachment 4211
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=4211
proposed 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 6306] It is not possible edit news

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6306

Katrin Fischer katrin.fisc...@bsz-bw.de 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 6353] Erroneous prefixes before the singleBranchMode preference

2011-05-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6353

--- Comment #7 from Janusz Kaczmarek janus...@gmail.com 2011-05-20 21:38:50 
UTC ---
Thank you, Katrin, for the explanation--now I get the point.

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