[Koha-bugs] [Bug 6030] Allow for html in letters in overdue notices

2011-11-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6030

--- Comment #7 from Nicholas van Oudtshoorn vano...@gmail.com 2011-11-08 
08:12:45 UTC ---
Created attachment 6251
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6251
Alternative patch-set to send html emails

Found this bug after just having patched our installation at
library.pbc.wa.edu.au to send html notices. (The same issue, addressed in
slightly different ways)

If it's of any use, I've attached the diff of what we use to send html
emails 

If this is simply noise, please let me know!

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


[Koha-bugs] [Bug 6030] Allow for html in letters in overdue notices

2011-11-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6030

Nicholas van Oudtshoorn vano...@gmail.com changed:

   What|Removed |Added

 CC||vano...@gmail.com

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


[Koha-bugs] [Bug 6030] Allow for html in letters in overdue notices

2011-11-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6030

--- Comment #8 from Nicholas van Oudtshoorn vano...@gmail.com 2011-11-08 
08:39:24 UTC ---
Created attachment 6252
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6252
SQL required for the previous patch-set

This SQL is required for the previous patch-set used at Perth Bible College.

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


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

2011-11-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633

Magnus Enger mag...@enger.priv.no changed:

   What|Removed |Added

 CC||mag...@enger.priv.no
   Patch Status|Needs Signoff   |Failed QA

--- Comment #4 from Magnus Enger mag...@enger.priv.no 2011-11-08 11:59:57 UTC 
---
* Patch did not apply, giving this message: fatal: cannot convert from
UTF-8utf-8 to UTF-8. 
Removing 'Content-Type: text/plain; charset=utf-8' from the patch by hand
solved this. 

* There are a couple of typos in updatedatabase.pl: 
- Display local cover mages on OPAC
- table to stover local cover images

* Comment #3 says Images should be 140x200 pixels. If they are larger they
will be auto-resized to comply, but the code in upload-cover-image.pl seems to
implement a max size of 200x300 (which is way too big if you ask me): 

$debug and warn $filename is $width pix X $height pix.;
if ($width  200 || $height  300) {# MAX pixel dims are 200 X 300...
$debug and warn $filename exceeds the maximum pixel dimensions of 200 X 300.
Resizing...;

* A couple of things in the templates:

- opac-detail.tt: Why have alt=No Local Cover Image when the image is
actually displayed? 
[% IF ( OPACLocalCoverImages ) %] img
src=/cgi-bin/koha/opac-coverimage.pl?bibnum=[% biblionumber %] alt=No Local
Cover Image class=thumbnail /[% ELSE %]span class=no-imageNo Local
cover image available/span[% END %]

- opac-results.tt: Same problem with the alt text. And there is a missing 
after [% SEARCH_RESULT.biblionumber %]. 
[% IF ( OPACLocalCoverImages ) %] img
src=/cgi-bin/koha/opac-coverimage.pl?bibnum=[% SEARCH_RESULT.biblionumber %]
alt=No Local Cover Image class=thumbnail /[% ELSE %]span
class=no-imageNo Local cover image available/span[% END %]

* Questions/suggestion for enhancement
- The note that says NOTE: Only PNG, GIF, JPEG, XPM formats are supported.
when you are about to upload an image could perhaps also mention the
restrictions on file size and dimensions?
- It looks like images on the result list and detail view will be the same
size? It would be nice to have small images in the result list and bigger
images on the detail view. 
- Maybe the max size could be configurable through systempreferences? 

This will be a great feature, though!

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


[Koha-bugs] [Bug 7191] New: C4::Circulation exports non-existant subroutine GetBorrowerIssues

2011-11-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7191

 Bug #: 7191
   Summary: C4::Circulation exports non-existant subroutine
GetBorrowerIssues
Classification: Unclassified
 Change sponsored?: ---
   Product: Koha
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: P5 - low
 Component: Architecture, internals, and plumbing
AssignedTo: gmcha...@gmail.com
ReportedBy: colin.campb...@ptfs-europe.com
 QAContact: ian.wa...@bywatersolutions.com


C4::Circulation's EXPORT array includes GetBorrowerIssues but no such
subroutine exists.

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


[Koha-bugs] [Bug 7191] C4::Circulation exports non-existant subroutine GetBorrowerIssues

2011-11-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7191

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

   What|Removed |Added

 Status|NEW |ASSIGNED
 AssignedTo|gmcha...@gmail.com  |colin.campbell@ptfs-europe.
   ||com

--- Comment #1 from Colin Campbell colin.campb...@ptfs-europe.com 2011-11-08 
12:50:25 UTC ---
Created attachment 6253
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6253
Proposed Patch

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


[Koha-bugs] [Bug 7191] C4::Circulation exports non-existant subroutine GetBorrowerIssues

2011-11-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7191

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

   What|Removed |Added

   Severity|enhancement |minor

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


[Koha-bugs] [Bug 6504] no way to enter shipping price in acq

2011-11-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6504

--- Comment #8 from Nicole C. Engard neng...@gmail.com 2011-11-08 13:42:08 
UTC ---
aqbudgets.budget_expend should be updated with the shipping costs subtracted.

That means that the budgets should all be updated so these pages should all
show what has been spent against the budget - including the shipping costs:

/cgi-bin/koha/acqui/acqui-home.pl
/cgi-bin/koha/admin/aqbudgets.pl?budget_period_id=1

Then each basket should show the shipping costs in the table:

/cgi-bin/koha/acqui/basket.pl?basketno=3

And the total for that basket should include the tax and the shipping costs
since those were both expenses on this basket.

Shipping should also show on the receiving page: 

/cgi-bin/koha/acqui/parcel.pl?type=intrasupplierid=1datereceived=2011-07-27invoice=4567890-9

probably in the table at the bottom listing already received items.

Can anyone else think of any other pages/examples that I have missed?

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


[Koha-bugs] [Bug 6660] limiting search to a patron category shows all patrons in category

2011-11-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6660

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #3 from Nicole C. Engard neng...@gmail.com 2011-11-08 13:43:29 
UTC ---
It does appear to be fixed in 3.6.

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


[Koha-bugs] [Bug 7192] can't print in FF without tools permission

2011-11-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7192

--- Comment #1 from Owen Leonard oleon...@myacpl.org 2011-11-08 15:14:22 UTC 
---
Tried in Firefox 7.0.1 on Windows 7 and Firefox 7.0.1 on Ubuntu 11.10 and
couldn't reproduce the problem. Just to be sure, the problem happens
specifically with, for instance, moremember.pl? Can you attach a full
screenshot of moremember.pl for a patron record which causes the problem?

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


[Koha-bugs] [Bug 7191] C4::Circulation exports non-existant subroutine GetBorrowerIssues

2011-11-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7191

Magnus Enger mag...@enger.priv.no changed:

   What|Removed |Added

   Priority|P5 - low|PATCH-Sent
 CC||mag...@enger.priv.no
   Patch Status|--- |Needs Signoff

--- Comment #2 from Magnus Enger mag...@enger.priv.no 2011-11-08 16:03:11 UTC 
---
I'm guessing this should be Needs signoff?

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


[Koha-bugs] [Bug 7187] Prioritize cover image sources such as Amazon, Google and add fail over i.e. if first source fails, go to next

2011-11-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187

Magnus Enger mag...@enger.priv.no changed:

   What|Removed |Added

 CC||mag...@enger.priv.no

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


[Koha-bugs] [Bug 7193] New: can't remove end date from subscriptions

2011-11-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7193

 Bug #: 7193
   Summary: can't remove end date from subscriptions
Classification: Unclassified
 Change sponsored?: ---
   Product: Koha
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: critical
  Priority: P5 - low
 Component: Serials
AssignedTo: colin.campb...@ptfs-europe.com
ReportedBy: neng...@gmail.com
 QAContact: ian.wa...@bywatersolutions.com


There is no way to remove the end date from subscriptions. If you enter it by
mistake you can't change it - or if you enter it and change your mind - same
deal.  There should be a way to remove the end date.

Nicole

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


[Koha-bugs] [Bug 7194] New: OPAC detail and recent comments pages require corrections for XHTML validity

2011-11-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7194

 Bug #: 7194
   Summary: OPAC detail and recent comments pages require
corrections for XHTML validity
Classification: Unclassified
 Change sponsored?: ---
   Product: Koha
   Version: master
  Platform: All
OS/Version: All
Status: ASSIGNED
  Severity: minor
  Priority: P5 - low
 Component: OPAC
AssignedTo: oleon...@myacpl.org
ReportedBy: oleon...@myacpl.org
 QAContact: ian.wa...@bywatersolutions.com


- unescaped ampersands
- images without alt attributes

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


[Koha-bugs] [Bug 7194] OPAC detail and recent comments pages require corrections for XHTML validity

2011-11-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7194

--- Comment #1 from Owen Leonard oleon...@myacpl.org 2011-11-08 16:48:33 UTC 
---
Created attachment 6255
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6255
Proposed fix

- Adding html filter to subtitle output to correct unescaped ampersands
- Adding missing alt attributes to libravatar output
- Removing unecessary markup from comments page

Bonus: Adding html_break filter to output of comments to preserve line
breaks

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


[Koha-bugs] [Bug 7194] OPAC detail and recent comments pages require corrections for XHTML validity

2011-11-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7194

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

   What|Removed |Added

   Priority|P5 - low|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 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 7195] New: end date in the future prevents receiving - without error

2011-11-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7195

 Bug #: 7195
   Summary: end date in the future prevents receiving - without
error
Classification: Unclassified
 Change sponsored?: ---
   Product: Koha
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: P5 - low
 Component: Serials
AssignedTo: colin.campb...@ptfs-europe.com
ReportedBy: neng...@gmail.com
 QAContact: ian.wa...@bywatersolutions.com


If a subscription has an end date in the future and you try to receive you're
not given an error and you're not able to receive at all. There should be an
error or you should be able to continue to receive until the end date is met.

Nicole

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


[Koha-bugs] [Bug 7196] New: table sorter on serial collection

2011-11-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7196

 Bug #: 7196
   Summary: table sorter on serial collection
Classification: Unclassified
 Change sponsored?: ---
   Product: Koha
   Version: unspecified
  Platform: All
   URL: /cgi-bin/koha/serials/serials-collection.pl?subscripti
onid=640
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: P5 - low
 Component: Templates
AssignedTo: oleon...@myacpl.org
ReportedBy: neng...@gmail.com
 QAContact: ian.wa...@bywatersolutions.com


It would be nice if the table of received and expected issues on the serial
collection page had a table sorter.

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


[Koha-bugs] [Bug 7193] can't remove end date from subscriptions

2011-11-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7193

--- Comment #1 from Colin Campbell colin.campb...@ptfs-europe.com 2011-11-08 
17:18:51 UTC ---
You can remove the enddate in subscription edit and that removes it from the
record. But if you display the subscription and there is no enddate present it
will calculate when the subscription expires and display that as end date.

Strikes me that theres a bit on inconsistency in field naming and function here
(and elsewhere in serials) which is not at all helpful to the user.

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


[Koha-bugs] [Bug 7192] can't print in FF without tools permission

2011-11-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7192

--- Comment #2 from Nicole C. Engard neng...@gmail.com 2011-11-08 18:49:17 
UTC ---
This is the URL of the page I tried to print:

/cgi-bin/koha/members/moremember.pl?borrowernumber=53

It crashed so bad I couldn't get FF back up and running and had to do a fresh
install - so I'd hate to have to do it again and record my actions.

This has been tested on two different installs and several different patrons
though.

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


[Koha-bugs] [Bug 7192] can't print in FF without tools permission

2011-11-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7192

--- Comment #3 from Nicole C. Engard neng...@gmail.com 2011-11-08 18:50:07 
UTC ---
Created attachment 6256
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6256
page i tried to print

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


[Koha-bugs] [Bug 7193] can't remove end date from subscriptions

2011-11-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7193

--- Comment #2 from Nicole C. Engard neng...@gmail.com 2011-11-08 19:08:47 
UTC ---
Colin,

How do you remove it.  On the left column there is an end date listed and I
can't remove it. On the right column there is an end date and when I delete
that it does save, but the other end date remains and I can't do any receiving
on the subscription. I'll do a video for you if you need.

Nicole

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


[Koha-bugs] [Bug 7193] can't remove end date from subscriptions

2011-11-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7193

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

   What|Removed |Added

URL||cgi-bin/koha/serials/subscr
   ||iption-add.pl?op=modifyamp
   ||;subscriptionid=5427

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


[Koha-bugs] [Bug 7193] can't remove end date from subscriptions

2011-11-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7193

--- Comment #3 from Nicole C. Engard neng...@gmail.com 2011-11-08 19:12:50 
UTC ---
Created attachment 6257
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6257
left side - no way to remove the date and hit save

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


[Koha-bugs] [Bug 7193] can't remove end date from subscriptions

2011-11-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7193

--- Comment #4 from Nicole C. Engard neng...@gmail.com 2011-11-08 19:13:18 
UTC ---
Created attachment 6258
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6258
right side - i can delete

after saving the other date on the left remains and causes me to be unable to
receive issues.

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


[Koha-bugs] [Bug 7197] New: ES translation of the Debian readme

2011-11-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7197

 Bug #: 7197
   Summary: ES translation of the Debian readme
Classification: Unclassified
 Change sponsored?: ---
   Product: Koha
   Version: master
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: P5 - low
 Component: Packaging
AssignedTo: ro...@catalyst.net.nz
ReportedBy: ro...@catalyst.net.nz
 QAContact: ian.wa...@bywatersolutions.com


Created attachment 6259
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6259
Spanish readme file

This should probably get installed alongside the English version.

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


[Koha-bugs] [Bug 7198] New: overdue report does not display patron name if firstname and/or surname are null

2011-11-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7198

 Bug #: 7198
   Summary: overdue report does not display patron name if
firstname and/or surname are null
Classification: Unclassified
 Change sponsored?: ---
   Product: Koha
   Version: rel_3_8
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: P5 - low
 Component: Circulation
AssignedTo: kyle.m.h...@gmail.com
ReportedBy: gmcha...@gmail.com
 QAContact: ian.wa...@bywatersolutions.com
CC: gmcha...@gmail.com


The overdue report (circ/overdue.pl) fails to display the patron name if the
surname and/or firstname are null.  This is because the concat() function in
MySQL (properly) returns NULL if any of its arguments are NULL.

Instead of using concat(), the individual name components should be returned,
allowing the template to format the patron name however desired.

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


[Koha-bugs] [Bug 7198] overdue report does not display patron name if firstname and/or surname are null

2011-11-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7198

Galen Charlton gmcha...@gmail.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 AssignedTo|kyle.m.h...@gmail.com   |gmcha...@gmail.com

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


[Koha-bugs] [Bug 6585] Sorting broken in overdue.pl

2011-11-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6585

Galen Charlton gmcha...@gmail.com changed:

   What|Removed |Added

 AssignedTo|kyle.m.h...@gmail.com   |gmcha...@gmail.com

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


[Koha-bugs] [Bug 7198] overdue report does not display patron name if firstname and/or surname are null

2011-11-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7198

Galen Charlton gmcha...@gmail.com changed:

   What|Removed |Added

 Depends on||6585

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


[Koha-bugs] [Bug 6585] Sorting broken in overdue.pl

2011-11-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6585

Galen Charlton gmcha...@gmail.com changed:

   What|Removed |Added

 Blocks||7198

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


[Koha-bugs] [Bug 6585] Sorting broken in overdue.pl

2011-11-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6585

Galen Charlton gmcha...@gmail.com changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #1 from Galen Charlton gmcha...@gmail.com 2011-11-09 02:08:04 UTC 
---
This was fixed by the patch for bug 6640.  That fix is available in Koha 3.4.5

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


[Koha-bugs] [Bug 6049] Add a filter by date in overdue.pl

2011-11-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6049

Bug 6049 depends on bug 6585, which changed state.

Bug 6585 Summary: Sorting broken in overdue.pl
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6585

   What|Old Value   |New Value

 Status|NEW |ASSIGNED
 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

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


[Koha-bugs] [Bug 7198] overdue report does not display patron name if firstname and/or surname are null

2011-11-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7198

Bug 7198 depends on bug 6585, which changed state.

Bug 6585 Summary: Sorting broken in overdue.pl
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6585

   What|Old Value   |New Value

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

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


[Koha-bugs] [Bug 7198] overdue report does not display patron name if firstname and/or surname are null

2011-11-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7198

--- Comment #1 from Galen Charlton gmcha...@gmail.com 2011-11-09 02:11:48 UTC 
---
Created attachment 6260
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6260
proposed bugfix

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


[Koha-bugs] [Bug 7198] overdue report does not display patron name if firstname and/or surname are null

2011-11-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7198

Galen Charlton gmcha...@gmail.com changed:

   What|Removed |Added

   Attachment #6260|0   |1
is obsolete||

--- Comment #2 from Galen Charlton gmcha...@gmail.com 2011-11-09 02:13:29 UTC 
---
Created attachment 6261
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6261
proposed bugfix

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


[Koha-bugs] [Bug 7198] overdue report does not display patron name if firstname and/or surname are null

2011-11-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7198

Galen Charlton gmcha...@gmail.com changed:

   What|Removed |Added

   Priority|P5 - low|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 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 2830] Hold not removed when trapped item on hold shelf is checked out to a different patron in the holds queue

2011-11-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2830

Srdjan Jankovic srd...@catalyst.net.nz 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 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 6504] no way to enter shipping price in acq

2011-11-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6504

--- Comment #9 from Srdjan Jankovic srd...@catalyst.net.nz 2011-11-09 
03:38:03 UTC ---
Nicole, what you are describing goes way beyond this bug as described. I will
raise it with Bywater Solutions and see what can be done.

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


[Koha-bugs] [Bug 7199] New: printing search result in staff interface

2011-11-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7199

 Bug #: 7199
   Summary: printing search result in staff interface
Classification: Unclassified
 Change sponsored?: ---
   Product: Koha
   Version: master
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: P5 - low
 Component: Searching
AssignedTo: gmcha...@gmail.com
ReportedBy: ju...@calyx.net.au
 QAContact: ian.wa...@bywatersolutions.com


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


[Koha-bugs] [Bug 7199] printing search result in staff interface

2011-11-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7199

--- Comment #1 from Judit ju...@calyx.net.au 2011-11-09 04:44:54 UTC ---
Created attachment 6262
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6262
Search result printed to PDF

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


[Koha-bugs] [Bug 7199] printing search result in staff interface

2011-11-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7199

--- Comment #2 from Judit ju...@calyx.net.au 2011-11-09 04:47:44 UTC ---
Try to print any search result from the staff interface! The print preview is
distorted. The same search result from the OPAC interface prints out fine.
I have tried different browsers with the same result.

I have tried on the demo sites, but same issue
http://intranet.bywatersolutions.com/cgi-bin/koha/catalogue/search.pl?q=the
login/pw: bywater/bywater

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


[Koha-bugs] [Bug 7200] New: Budgets: library filters don't work

2011-11-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7200

 Bug #: 7200
   Summary: Budgets: library filters don't work
Classification: Unclassified
 Change sponsored?: ---
   Product: Koha
   Version: master
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: P5 - low
 Component: Acquisitions
AssignedTo: henridam...@koha-fr.org
ReportedBy: srd...@catalyst.net.nz
 QAContact: ian.wa...@bywatersolutions.com


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


[Koha-bugs] [Bug 7200] Budgets: library filters don't work

2011-11-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7200

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE

--- Comment #1 from Srdjan Jankovic srd...@catalyst.net.nz 2011-11-09 
05:26:47 UTC ---


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

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


[Koha-bugs] [Bug 5989] Funds filter does not remember library choice

2011-11-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5989

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

   What|Removed |Added

 CC||srd...@catalyst.net.nz

--- Comment #4 from Srdjan Jankovic srd...@catalyst.net.nz 2011-11-09 
05:26:47 UTC ---
*** Bug 7200 has been marked as a duplicate of this bug. ***

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


[Koha-bugs] [Bug 6843] Renew membership from expiry date not from current date

2011-11-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6843

Koustubha Kale kmk...@anantcorp.com changed:

   What|Removed |Added

 AssignedTo|priyanka...@osslabs.biz |kmk...@anantcorp.com

--- Comment #1 from Koustubha Kale kmk...@anantcorp.com 2011-11-09 07:12:17 
UTC ---
Created attachment 6263
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6263
Patch to allow patron renewal from expiry date with a syspref

This patch adds a system preference under Patron - BorrowerRenewalPeriodBase
Using this preference the patch allows renewal of Patron account either from
todays date or from existing expiry date in the patrons account.

To test : Apply patch; Set System Preference BorrowerRenewalPeriodBase ( under
Patron ) to current membership expiry date; Renew a patron; You will observe
that patrons account expiry date has been calculated from previous expiry date
instead of today's date ( as is the default in Koha prior to this patch ).

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


[Koha-bugs] [Bug 6843] Renew membership from expiry date not from current date

2011-11-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6843

Koustubha Kale kmk...@anantcorp.com changed:

   What|Removed |Added

   Priority|P5 - low|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.
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 7201] Hold to pull sreport needs extra fields

2011-11-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7201

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

   What|Removed |Added

 Status|NEW |ASSIGNED
 AssignedTo|kyle.m.h...@gmail.com   |srd...@catalyst.net.nz

--- Comment #1 from Srdjan Jankovic srd...@catalyst.net.nz 2011-11-09 
07:34:27 UTC ---
Created attachment 6264
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6264
patch

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


[Koha-bugs] [Bug 2523] holds queue report needs additional fields

2011-11-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2523

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

   What|Removed |Added

 CC||srd...@catalyst.net.nz
   See Also||http://bugs.koha-community.
   ||org/bugzilla3/show_bug.cgi?
   ||id=7201

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