[Koha-bugs] [Bug 6561] Koha Can not Find SMS::Send Perl module Installed by RPM or by CPAN on openSUSE 11.4

2012-04-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6561

Andi Sugandi  changed:

   What|Removed |Added

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

--- Comment #3 from Andi Sugandi  ---
It was a bug in packaging Perl-SMS-Send[1], sorry for my (very) late
confirmation.

Good luck.

[1] https://bugzilla.novell.com/show_bug.cgi?id=712352#c3

-- 
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 7985] In Checkout, list of items checked out should show Charge from table accountlines

2012-04-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7985

Marc Véron  changed:

   What|Removed |Added

 Depends on||7671

-- 
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 7671] add a real primary key "accountlinesid" in accountlines

2012-04-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7671

Marc Véron  changed:

   What|Removed |Added

 Blocks||7985

-- 
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 7997] can create a notice with the same code

2012-04-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7997

Marc Véron  changed:

   What|Removed |Added

 CC||ve...@veron.ch

--- Comment #1 from Marc Véron  ---
I tried t reproduce the behaviour with Version 3.08.00.000



I tested with following steps:

- Create 1st notice with code DOUBLETEST, insert some text, save
- Create 2nd notice, use same code DOUBLETEST, insert other text, save

In my case, the 2nd notice was silently discarded, the 1st notice was
unchanged.
This is consistent with the database:

mysql> describe letter;
++--+--+-+-+---+
| Field  | Type | Null | Key | Default | Extra |
++--+--+-+-+---+
| module | varchar(20)  | NO   | PRI | |   |
| code   | varchar(20)  | NO   | PRI | |   |
| branchcode | varchar(10)  | NO   | PRI | |   |
| name   | varchar(100) | NO   | | |   |
| is_html| tinyint(1)   | YES  | | 0   |   |
| title  | varchar(200) | NO   | | |   |
| content| text | YES  | | NULL|   |
++--+--+-+-+---+

To prevent frustrations, it would really be nice to have
- at least a warning that the 2nd notice was not saved (and why)
- or better have a mechanisme to pre-test or warn before saving (and go back to
the form).

Marc

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

[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

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

Marc Véron  changed:

   What|Removed |Added

 Status|ASSIGNED|Needs Signoff

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

[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

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

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

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

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

If the preference is empty, Koha falls back to te default behaviour. An example
of JavaScript can be found on:
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563
modified:   installer/data/mysql/sysprefs.sql
modified:   installer/data/mysql/updatedatabase.pl
modified:  
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref
modified:   koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt
modified:   members/printslip.pl

-- 
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 8010] New: Search history can be added to the wrong patron

2012-04-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8010

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8010
  Assignee: oleon...@myacpl.org
   Summary: Search history can be added to the wrong patron
QA Contact: koha.sek...@gmail.com
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: anthony.laque...@ccsr.qc.ca
  Hardware: All
Status: NEW
   Version: rel_3_6
 Component: OPAC
   Product: Koha

Search history is added to the next person that log in.

*EnableOpacSearchHistory is activated.

1- Go on your OPAC.
2- Dont log in.
3- Do couple of search.
4- Login your account (opac)
5- Click on search history.

If you really login yourself that's okay.
But for public computer, this is a big problem since it's not necessary you
that will login next..

A patron ask us why there was so many search in his account.
He was sure it was a security problem where a student was able to hack his
account/the system.

Tested on 
On ByWater- Koha demo site : 3.07.00.044 + our site : 3.6.0

Maybe the search history should be cleared once someone login ?

Let me know if you need more infos.

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


[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

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

Marc Véron  changed:

   What|Removed |Added

   Attachment #9290|1   |0
   is patch||

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

[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

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

Marc Véron  changed:

   What|Removed |Added

   Attachment #9306|1   |0
   is patch||

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

[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

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

Marc Véron  changed:

   What|Removed |Added

   Attachment #9306|0   |1
is obsolete||

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

[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

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

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

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

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

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

Koha 3.8.0 bump

Marc Veron 

modified:   installer/data/mysql/updatedatabase.pl
modified:   kohaversion.pl
modified:   installer/data/mysql/sysprefs.sql
modified:   installer/data/mysql/updatedatabase.pl
modified:  
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref
modified:   koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt
modified:   members/printslip.pl

-- 
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 7998] 3.8 UI cleanup, tweaks to new styles

2012-04-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7998

Chris Nighswonger  changed:

   What|Removed |Added

   Attachment #9302|0   |1
is obsolete||
   Attachment #9303|0   |1
is obsolete||
   Attachment #9304|0   |1
is obsolete||

--- Comment #11 from Chris Nighswonger  ---
Created attachment 9305
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9305&action=edit
[SIGNED_OFF] Bug 7998 - CSS fixes for new interface

A squash of the following three commits...

adds slight transparency for news so logo shows through on mainpage..
Fixes purple header gradient in Chrome-based browsers.
remove list from returns.tt options so checkboxes do not have bullets.
fix missing gradient class on returns.tt.
reverse colors of menu div - blue for inactive, grey for active.

turns searchheader blue, rounds corners, improves spacing for sort form.

Adds padding, rounded corners, and a 1px border to the now-blue toolbar.

increase width of intranet nav div to width 40%

add a bit of padding to #searchheader

fieldset.action changes - removed background, added a little padding to make it
look better in all of the uses I could find of it.

Signed-off-by: Chris Nighswonger 

Bug 7998 - Followup - round corners of search input box

Signed-off-by: Chris Nighswonger 

Bug 7998 - followup - make facets header background blue

Signed-off-by: Chris Nighswonger 

-- 
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 7998] 3.8 UI cleanup, tweaks to new styles

2012-04-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7998

--- Comment #10 from Liz Rea  ---
Created attachment 9304
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9304&action=edit
Bug 7998 - followup - make facets header background blue

-- 
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 7998] 3.8 UI cleanup, tweaks to new styles

2012-04-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7998

Chris Nighswonger  changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

--- Comment #9 from Chris Nighswonger  ---
This corrects the 'Cart' button issue mentioned and makes other desirable
cosmetic changes as well. Nice work!

-- 
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 7998] 3.8 UI cleanup, tweaks to new styles

2012-04-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7998

Chris Nighswonger  changed:

   What|Removed |Added

   Attachment #9301|0   |1
is obsolete||

--- Comment #8 from Chris Nighswonger  ---
Created attachment 9303
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9303&action=edit
[SIGNED-OFF] Bug 7998 - Followup - round corners of search input box

Signed-off-by: Chris Nighswonger 

-- 
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 7998] 3.8 UI cleanup, tweaks to new styles

2012-04-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7998

Chris Nighswonger  changed:

   What|Removed |Added

   Attachment #9300|0   |1
is obsolete||

--- Comment #7 from Chris Nighswonger  ---
Created attachment 9302
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9302&action=edit
[SIGNED-OFF] Bug 7998 - CSS fixes for new interface

adds slight transparency for news so logo shows through on mainpage..
Fixes purple header gradient in Chrome-based browsers.
remove list from returns.tt options so checkboxes do not have bullets.
fix missing gradient class on returns.tt.
reverse colors of menu div - blue for inactive, grey for active.

turns searchheader blue, rounds corners, improves spacing for sort form.

Adds padding, rounded corners, and a 1px border to the now-blue toolbar.

increase width of intranet nav div to width 40%

add a bit of padding to #searchheader

fieldset.action changes - removed background, added a little padding to make it
look better in all of the uses I could find of it.

Signed-off-by: Chris Nighswonger 

-- 
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 7998] 3.8 UI cleanup, tweaks to new styles

2012-04-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7998

--- Comment #6 from Liz Rea  ---
Created attachment 9301
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9301&action=edit
Bug 7998 - Followup - round corners of search input box

-- 
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 7998] 3.8 UI cleanup, tweaks to new styles

2012-04-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7998

Liz Rea  changed:

   What|Removed |Added

   Attachment #9291|0   |1
is obsolete||

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


[Koha-bugs] [Bug 7998] 3.8 UI cleanup, tweaks to new styles

2012-04-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7998

Liz Rea  changed:

   What|Removed |Added

   Attachment #9279|0   |1
is obsolete||

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


[Koha-bugs] [Bug 7998] 3.8 UI cleanup, tweaks to new styles

2012-04-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7998

--- Comment #5 from Liz Rea  ---
Created attachment 9300
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9300&action=edit
Bug 7998 - CSS fixes for new interface

adds slight transparency for news so logo shows through on mainpage..
Fixes purple header gradient in Chrome-based browsers.
remove list from returns.tt options so checkboxes do not have bullets.
fix missing gradient class on returns.tt.
reverse colors of menu div - blue for inactive, grey for active.

turns searchheader blue, rounds corners, improves spacing for sort form.

Adds padding, rounded corners, and a 1px border to the now-blue toolbar.

increase width of intranet nav div to width 40%

add a bit of padding to #searchheader

fieldset.action changes - removed background, added a little padding to make it
look better in all of the uses I could find of it.

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


[Koha-bugs] [Bug 7933] Fields in marc display not the same

2012-04-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7933

Jared Camins-Esakov  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |---

--- Comment #4 from Jared Camins-Esakov  ---
I just tested, and was able to reproduce the problem on latest master:
http://screencast.com/t/BzcOItus

-- 
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 7933] Fields in marc display not the same

2012-04-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7933

Kyle M Hall  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||kyle.m.h...@gmail.com
 Resolution|--- |WORKSFORME

--- Comment #3 from Kyle M Hall  ---
Cannot reproduce the situation. It appears that in master, the labeled and
plain views both display the same MARC fields ( whatever is defined in the
record's current framework ).

-- 
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 5079] Make display of shelving location and call number in XSLT results controlled by sysprefs

2012-04-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5079

Kyle M Hall  changed:

   What|Removed |Added

   Attachment #9298|0   |1
is obsolete||

--- Comment #29 from Kyle M Hall  ---
Created attachment 9299
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9299&action=edit
Bug 5079 - Make display of shelving location and call number in XSLT results
controlled by sysprefs

* Don't show the Location line if there are no copies available, since it will
inevitably be blank

  * Also, don't show locations for Checked Out, Lost, Damaged, Withdrawn, On
Hold or In transit items; it
doesn't really make sense, since the items aren't actually there, and it
results in repetitive listing of
the shelving location

  * Added system preference to display shelving location of an item on opac
results.
The system preference is called OpacItemLocation. I also moved the call
number to
a new line called Location along with the shelving location if it is
enabled.

  To Test:
1) Run database update script to add syspref.
2) Enable OpacItemLocation to show locations on the opac-search page.

If it is working you should see the shelving location of the item
before the call number. Multiple home branch shelving locations
are seperated by a pipe character ( i.e. '|' ).

-- 
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 5079] Make display of shelving location and call number in XSLT results controlled by sysprefs

2012-04-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5079

Kyle M Hall  changed:

   What|Removed |Added

   Attachment #9297|0   |1
is obsolete||

--- Comment #28 from Kyle M Hall  ---
Created attachment 9298
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9298&action=edit
Bug 5079 - Make display of shelving location and call number in XSLT results
controlled by sysprefs

* Don't show the Location line if there are no copies available, since it will
inevitably be blank

  * Also, don't show locations for Checked Out, Lost, Damaged, Withdrawn, On
Hold or In transit items; it
doesn't really make sense, since the items aren't actually there, and it
results in repetitive listing of
the shelving location

  * Added system preference to display shelving location of an item on opac
results.
The system preference is called OpacItemLocation. I also moved the call
number to
a new line called Location along with the shelving location if it is
enabled.

  To Test:
1) Run database update script to add syspref.
2) Enable OpacItemLocation to show locations on the opac-search page.

If it is working you should see the shelving location of the item
before the call number. Multiple home branch shelving locations
are seperated by a pipe character ( i.e. '|' ).

-- 
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 5079] Make display of shelving location and call number in XSLT results controlled by sysprefs

2012-04-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5079

--- Comment #27 from Kyle M Hall  ---
Created attachment 9297
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9297&action=edit
Bug 5079 - Make display of shelving location and call number in XSLT results
controlled by sysprefs

* Don't show the Location line if there are no copies available, since it will
inevitably be blank

  * Also, don't show locations for Checked Out, Lost, Damaged, Withdrawn, On
Hold or In transit items; it
doesn't really make sense, since the items aren't actually there, and it
results in repetitive listing of
the shelving location

  * Added system preference to display shelving location of an item on opac
results.
The system preference is called OpacItemLocation. I also moved the call
number to
a new line called Location along with the shelving location if it is
enabled.

  To Test:
1) Run database update script to add syspref.
2) Enable OpacItemLocation to show locations on the opac-search page.

If it is working you should see the shelving location of the item
before the call number. Multiple home branch shelving locations
are seperated by a pipe character ( i.e. '|' ).

-- 
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 5079] Make display of shelving location and call number in XSLT results controlled by sysprefs

2012-04-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5079

Kyle M Hall  changed:

   What|Removed |Added

   Attachment #9296|0   |1
is obsolete||

-- 
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 5079] Make display of shelving location and call number in XSLT results controlled by sysprefs

2012-04-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5079

Kyle M Hall  changed:

   What|Removed |Added

   Attachment #4543|1   |0
is obsolete||

-- 
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 5079] Make display of shelving location and call number in XSLT results controlled by sysprefs

2012-04-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5079

Kyle M Hall  changed:

   What|Removed |Added

   Attachment #4523|0   |1
is obsolete||

--- Comment #26 from Kyle M Hall  ---
Created attachment 9296
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9296&action=edit
Bug 5079 - Make display of shelving location and call number in XSLT results
controlled by sysprefs - Part 1

Added system preference to display shelving location of an item on opac
results.
The system preference is called OpacItemLocation. I also moved the call number
to a new line called Location along with the shelving location if it is
enabled.

To Test:
  1) Run database update script to add syspref.
  2) Enable OpacItemLocation to show locations on the opac-search page.

  If it is working you should see the shelving location of the item
  before the call number. Multiple home branch shelving locations
  are seperated by a '|' character.

-- 
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 8009] Item descriptive data not populated on pay.pl

2012-04-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8009

D Ruth Bavousett  changed:

   What|Removed |Added

 Status|NEW |Needs Signoff

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


[Koha-bugs] [Bug 8009] Item descriptive data not populated on pay.pl

2012-04-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8009

--- Comment #1 from D Ruth Bavousett  ---
Created attachment 9295
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9295&action=edit
Proposed patch

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


[Koha-bugs] [Bug 8009] Item descriptive data not populated on pay.pl

2012-04-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8009

D Ruth Bavousett  changed:

   What|Removed |Added

   Assignee|paul.poul...@biblibre.com   |r...@bywatersolutions.com

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


[Koha-bugs] [Bug 8009] New: Item descriptive data not populated on pay.pl

2012-04-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8009

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8009
CC: gmcha...@gmail.com
  Assignee: paul.poul...@biblibre.com
   Summary: Item descriptive data not populated on pay.pl
QA Contact: koha.sek...@gmail.com
  Severity: trivial
Classification: Unclassified
OS: All
  Reporter: r...@bywatersolutions.com
  Hardware: All
Status: NEW
   Version: rel_3_8
 Component: Staff Client
   Product: Koha

On boraccount.pl, if an itemnumber is present in the accountline, the script
passes ->{title} into the template for display (in GetMemberAccountRecords). 
The template for pay.pl tries to use a ->{title} entry in the same way to help
populate the "Description" field, but GetBorNotifyAcctRecord doesn't create
that, so only accountlines.description (if present) shows up.

Patch coming shortly.

-- 
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 8006] Loading offline circulation does not anonymize

2012-04-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8006

Kyle M Hall  changed:

   What|Removed |Added

 Status|NEW |Needs Signoff

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


[Koha-bugs] [Bug 8006] Loading offline circulation does not anonymize

2012-04-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8006

--- Comment #1 from Kyle M Hall  ---
Created attachment 9294
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9294&action=edit
Bug 8006 - Loading offline circulation does not anonymize

Simple, one line fix. Added the privacy parameter to the list
of parameters passed to C4::Circulation::MarkIssueReturned.

-- 
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 8005] Lost item is not anonymized when checked in

2012-04-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8005

Kyle M Hall  changed:

   What|Removed |Added

 Status|NEW |Needs Signoff

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


[Koha-bugs] [Bug 8005] Lost item is not anonymized when checked in

2012-04-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8005

--- Comment #1 from Kyle M Hall  ---
Created attachment 9293
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9293&action=edit
Bug 8005 - Lost item is not anonymized when checked in

This bug is caused by the subroutine C4::Circulation::LostItem
not passing the privacy parameter when calling
C4::Circulation::MarkIssueReturned.

This issue is actually anonymized when the item is marked as lost,
not when the item is checked in.

Note, even if the issue is anonymized, the fine charged for lost
items still contains a description of the lost item, which is
required for the ability to forgive fees for lost items that
are later found.

-- 
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 8008] Fix typo in man page for koha-create

2012-04-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8008

Magnus Enger  changed:

   What|Removed |Added

 Status|NEW |Needs Signoff

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


[Koha-bugs] [Bug 8008] Fix typo in man page for koha-create

2012-04-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8008

--- Comment #1 from Magnus Enger  ---
Created attachment 9292
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9292&action=edit
Bug 8008 - Fix typo in man page for koha-create

Line 121 had "/etc/koha/koha-site.conf" instead of "/etc/koha/koha-sites.conf"

To test:
I don't think this needs any actual testing, just read the patch and check
that it looks sensible...

-- 
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 8008] Fix typo in man page for koha-create

2012-04-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8008

Magnus Enger  changed:

   What|Removed |Added

Summary|Typo in man page for|Fix typo in man page for
   |koha-create |koha-create

-- 
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 8008] New: Typo in man page for koha-create

2012-04-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8008

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8008
  Assignee: mag...@enger.priv.no
   Summary: Typo in man page for koha-create
QA Contact: koha.sek...@gmail.com
  Severity: trivial
Classification: Unclassified
OS: All
  Reporter: mag...@enger.priv.no
  Hardware: All
Status: NEW
   Version: master
 Component: Packaging
   Product: Koha

On line 121, debian/docs/koha-create.xml has "/etc/koha/koha-site.conf" instead
of "/etc/koha/koha-sites.conf".

Spotted by "narcisgarcia" and reported on IRC.

-- 
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 7444] Use T::T date plugin to display dates omnibus

2012-04-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7444

Bug 7444 depends on bug 7743, which changed state.

Bug 7743 Summary: Use KohaDates TT plugin in OPAC
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7743

   What|Removed |Added

 Status|Pushed to Master|RESOLVED
 Resolution|--- |FIXED

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


[Koha-bugs] [Bug 7743] Use KohaDates TT plugin in OPAC

2012-04-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7743

Julian Maurice  changed:

   What|Removed |Added

 Status|Pushed to Master|RESOLVED
 Resolution|--- |FIXED

--- Comment #24 from Julian Maurice  ---
ok in master, marked as resolved.

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


[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

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

Marc Véron  changed:

   What|Removed |Added

   Attachment #9290|0   |1
is obsolete||

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

[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

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

Katrin Fischer  changed:

   What|Removed |Added

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

--- Comment #3 from Katrin Fischer  ---
Hi Marc,
you can obsolete the patch, so that noone uses it. It will still be
accesssible.
Details > edit details (behind bug title) > obsolete checkbox

-- 
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 8007] Discharge management

2012-04-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8007

claire.hernan...@biblibre.com  changed:

   What|Removed |Added

  Change sponsored?|--- |Sponsored

-- 
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 8007] New: Discharge management

2012-04-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8007

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8007
CC: gmcha...@gmail.com
  Assignee: kyle.m.h...@gmail.com
   Summary: Discharge management
QA Contact: koha.sek...@gmail.com
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: claire.hernan...@biblibre.com
  Hardware: All
Status: NEW
   Version: unspecified
 Component: Patrons
   Product: Koha

discharge management : on the patron page, add a discharge button. If the
patron has no more check-outs, print the discharge. Cancel any hold, suspend
the patron. The discharge is saved in PDF and accessible by the patron itself
from OPAC. 


Documentation will be added here:
http://wiki.koha-community.org/wiki/Discharge_RFC
If you have things to discuss please, use the wiki discussion page.

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


[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

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

--- Comment #2 from Marc Véron  ---
Please do not use first patch (mistaked with files). New patch will follow.
Marc

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