[Koha-bugs] [Bug 929] See details of a budget

2012-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=929

--- Comment #25 from Chris Cormack ch...@bigballofwax.co.nz 2012-01-12 
08:25:14 UTC ---
Created attachment 7109
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7109
Bug 929: Follow up adding the Koha:: namespace to the list of modules to test

-- 
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 929] See details of a budget

2012-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=929

--- Comment #26 from Chris Cormack ch...@bigballofwax.co.nz 2012-01-12 
08:25:25 UTC ---
Created attachment 7110
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7110
Bug 929 : Follow up adding  unit tests, discovered C4::Dates cached the syspref
with no way to clear it, fixed also.

-- 
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 7001] User Configurable Slips

2012-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7001

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

   What|Removed |Added

   Attachment #7045|0   |1
is obsolete||
   Attachment #7096|0   |1
is obsolete||

--- Comment #30 from Srdjan Jankovic srd...@catalyst.net.nz 2012-01-12 
08:28:45 UTC ---
Created attachment 7111
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7111
patch

* Delete fixed
* Keeping selected library is a reasonable expectation, so it's there now
* Cancel added, was not a big deal
* It is Notices and Slips, sounds nicer when spoken
* System does not know of slips, those are all letters; if you can come up
with some reliable way of knowing which are slips (oncluding checking that code
matches SLIP) we can add that later

* Print Page is just an ordinary dosplay template, nothing to do with notices

-- 
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 6132] System preferences are case sensitive

2012-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6132

Julian Maurice julian.maur...@biblibre.com changed:

   What|Removed |Added

 AssignedTo|julian.maur...@biblibre.com |jonathan.dru...@biblibre.co
   ||m

-- 
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 6147] Reading RSS feeds via Netvibes

2012-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6147

Julian Maurice julian.maur...@biblibre.com changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #12 from Julian Maurice julian.maur...@biblibre.com 2012-01-12 
10:05:37 UTC ---
Ok in master, marked as 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.
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 6836] jQuery plugin Datatables integration

2012-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6836

Julian Maurice julian.maur...@biblibre.com changed:

   What|Removed |Added

   Attachment #6522|0   |1
is obsolete||

--- Comment #33 from Julian Maurice julian.maur...@biblibre.com 2012-01-12 
10:34:41 UTC ---
Created attachment 7112
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7112
Add jQuery dataTables plugin

Corrected patch for perlcritic message:
 Variable declared in conditional statement at line 111, column 5.  Declare
 variables outside of the condition.  (Severity: 5)

'use strict' not added since it's redundant with Modern::Perl

I've seen that adding these lines to perlcritic.rc prevent this error to be
printed:

  [TestingAndDebugging::RequireUseStrict]
  equivalent_modules = Modern::Perl

  [TestingAndDebugging::RequireUseWarnings]
  equivalent_modules = Modern::Perl

-- 
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 6838] Filtering and pagination in subscriptions table

2012-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6838

--- Comment #11 from Julian Maurice julian.maur...@biblibre.com 2012-01-12 
10:37:08 UTC ---
I think you need to retrieve the last version of datatables patches that add
this missing file.
See bug 6836.

-- 
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 6482] koha-create makes assumptions about the mysql username

2012-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6482

MJ Ray (software.coop) m...@ttllp.co.uk changed:

   What|Removed |Added

 CC||m...@ttllp.co.uk

--- Comment #5 from MJ Ray (software.coop) m...@ttllp.co.uk 2012-01-12 
12:11:01 UTC ---
Does this mitigate bug 7428?

It was pushed. Does that mean the bug is fixed or does the version need
updating to spread it elsewhere?

-- 
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 7428] koha-create should check for length of instancename

2012-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7428

MJ Ray (software.coop) m...@ttllp.co.uk changed:

   What|Removed |Added

 CC||m...@ttllp.co.uk
   Severity|enhancement |minor

--- Comment #1 from MJ Ray (software.coop) m...@ttllp.co.uk 2012-01-12 
12:12:49 UTC ---
I've upgraded this to minor because it seems like a bug rather than an
unimplemented feature.

I think the fix to bug 6482 offers a way to mitigate this 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 4389] Trigger quick slip print on empty checkout submit

2012-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4389

Tomás Cohen Arazi tomasco...@gmail.com changed:

   What|Removed |Added

 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 6084] Missing translation markers in javascript alert messages

2012-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6084

Tomás Cohen Arazi tomasco...@gmail.com changed:

   What|Removed |Added

 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 7439] New: Mailmap for 3.6.x not complete

2012-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7439

 Bug #: 7439
   Summary: Mailmap for 3.6.x not complete
Classification: Unclassified
 Change sponsored?: ---
   Product: Koha
   Version: rel_3_6
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: P5 - low
 Component: Developer documentation
AssignedTo: gmcha...@gmail.com
ReportedBy: jcam...@cpbibliography.com
 QAContact: ian.wa...@bywatersolutions.com


The mailmap for 3.6.x is not complete. This bug is for tracking patches to fill
in missing information.

-- 
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 7439] Mailmap for 3.6.x not complete

2012-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7439

--- Comment #1 from Jared Camins-Esakov jcam...@cpbibliography.com 2012-01-12 
14:34:36 UTC ---
Created attachment 7113
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7113
Bug 7439: Add mailmap for jcamins

-- 
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 7439] Mailmap for 3.6.x not complete

2012-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7439

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

   What|Removed |Added

   Priority|P5 - low|PATCH-Sent
   Patch Status|--- |Needs Signoff
 AssignedTo|gmcha...@gmail.com  |cnighswon...@foundations.ed
   ||u

-- 
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 7428] koha-create should check for length of instancename

2012-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7428

--- Comment #2 from Magnus Enger mag...@enger.priv.no 2012-01-12 15:36:33 UTC 
---
The way I understand bug 6482, it makes it possible to do koha-create
--request-db, change the mysql details in koha-conf.xml and then do
koha-create --populate-db. So it makes it possible to choose a shorter
username for mysql if your instancename results in a username that is too long. 

But there is still a problem for koha-create --create-db - since that does
everything in one fell swoop. 

Question: should special measures for the length of the instancename (as
described in the description of this bug) only apply to --create-db, or to
--request-db as well? (I don't use --request-db (yet) myself, so I don't really
have an opinion).

-- 
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 7440] New: Vestiges of NoZebra should be removed

2012-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7440

 Bug #: 7440
   Summary: Vestiges of NoZebra should be removed
Classification: Unclassified
 Change sponsored?: ---
   Product: Koha
   Version: master
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: P3
 Component: Searching
AssignedTo: gmcha...@gmail.com
ReportedBy: jcam...@cpbibliography.com
 QAContact: ian.wa...@bywatersolutions.com
Depends on: 6227


NoZebra has been deprecated since 3.4.0. It is time to remove the vestiges of
NoZebra from the code and eliminate the syspref so that people stop thinking
they can use it.

-- 
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 6227] deprecate NoZebra for 3.4.0

2012-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6227

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

   What|Removed |Added

 Blocks||7440

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

2012-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6874

Julian Maurice julian.maur...@biblibre.com changed:

   What|Removed |Added

   Attachment #5764|0   |1
is obsolete||

--- Comment #15 from Julian Maurice julian.maur...@biblibre.com 2012-01-12 
17:10:10 UTC ---
Created attachment 7114
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7114
Reviewed patch

This patch add a new table 'uploaded_files' where are stored the filename and
the md5 of the file as an id.
This id is stored in corresponding MARC subfield (so maybe 856$u is not the
right place to store it?) and is used to download the file with the new script
opac-retrieve-file.pl.

-- 
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 5297] emailLibrarianWhenHoldIsPlaced does nothing

2012-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5297

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

   What|Removed |Added

   Priority|P5 - low|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.
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 6838] Filtering and pagination in subscriptions table

2012-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6838

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

   What|Removed |Added

   Patch Status|Failed QA   |Needs Signoff

--- Comment #12 from Nicole C. Engard neng...@gmail.com 2012-01-12 17:27:39 
UTC ---
I missed that depends on note - sorry about that.  So I can't test this without
6836

Nicole

-- 
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 5297] emailLibrarianWhenHoldIsPlaced does nothing

2012-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5297

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

   What|Removed |Added

   Patch Status|Needs Signoff   |---

--- Comment #3 from Chris Cormack ch...@bigballofwax.co.nz 2012-01-12 
17:34:41 UTC ---
Still waiting documentation update afaict

-- 
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 7001] User Configurable Slips

2012-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7001

--- Comment #31 from Liz Rea wizzy...@gmail.com 2012-01-12 17:35:32 UTC ---
Awesome - checking these things now and going on with more testing!

-- 
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 5297] emailLibrarianWhenHoldIsPlaced does nothing

2012-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5297

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

   What|Removed |Added

 Status|NEW |ASSIGNED

--- Comment #4 from Nicole C. Engard neng...@gmail.com 2012-01-12 17:40:36 
UTC ---
Sorry! Which manual am I updating? 3.4, 3.6 and 3.8?

Nicole

-- 
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 6681] When importing a biblio record via Z39.50, authority links also get imported

2012-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6681

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

   What|Removed |Added

   Attachment #6929|0   |1
is obsolete||

--- Comment #7 from Frédérick Capovilla fcapovi...@live.ca 2012-01-12 
17:55:59 UTC ---
Created attachment 7115
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7115
Corrected patch - Now checks system preferences

Here is a new version that checks the marcflavour and also uses the configured
koha item tag.

I only did the code for the MARC21 marcflavour since I only use and understand
the MARC21 format.

Somebody else should add the code to take care of the authority links for
UNIMARC or NORMARC records.

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

2012-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7441

 Bug #: 7441
   Summary: search results showing wrong branch?
Classification: Unclassified
 Change sponsored?: ---
   Product: Koha
   Version: master
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: P5 - low
 Component: OPAC
AssignedTo: oleon...@myacpl.org
ReportedBy: neng...@gmail.com
 QAContact: ian.wa...@bywatersolutions.com


When you search in the OPAC it shows you the HOME branch on the location in
XSLT (see here: http://screencast.com/t/m870Mr8Wm), but if you click through to
the detail page it shows you the CURRENT BRANCH in the holdings table which is
very confusing to patrons.  I don't know what's the right solution - home or
holding branch, but they should be the same in both places for the patron's
sake. If you do the same search in the staff client you see the right branch
info on the search results and on the detail page.

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 4438] incorrect Budget total exceeds period allocation error when editing fund

2012-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4438

Fred P fred.pie...@smfpl.org changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||fred.pie...@smfpl.org
 Resolution|FIXED   |

--- Comment #10 from Fred P fred.pie...@smfpl.org 2012-01-12 21:35:10 UTC ---
This bug remained unresolved for us, and we traced the problem to an error in
the floating point calculation. We are using Koha 3.5. The process is the same
as that described in the initial filing:

We edit a fund, in our case, changing the fund name. Even though we did not
change the fund total, we get a budget total exceeds period allocation error. 

aqbudgets.pl pulls totals from the acq.js script, that in turn calls on the
check_parent_total.pl script. 

check_parent_total.pl runs a comparison between the fund total that is
submitted in the aqbudgets.pl edit screen, and the unallocated amount left from
the budget_period_total. They will usually be equivalent.

However somewhere in the process a floating point error is being generated,
making the total a tiny bit greater than the unallocated amount, locking the
budget fund for editing by generating the error (returncode=2), as listed
above.

A simple solution is to multiply the values on both sides of the comparison by
100, and truncate the decimal places. Here is our suggested solution that
solves the problem:

File: check_parent_total.pl
Line around 103

if ( $parent_id) {
   if ( ($total  $sub_unalloc )  $sub_unalloc )  {
   $returncode = 1;
   }
} elsif ( ( floor($total*100)  floor($budget_period_unalloc*100)) 
$budget_period_unalloc ) {
   $returncode = 2;

} else {
   $returncode = 0;
}

-- 
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 5668] Star ratings in the opac

2012-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5668

Mason James m...@kohaaloha.com changed:

   What|Removed |Added

   Attachment #5792|0   |1
is obsolete||
   Attachment #5833|0   |1
is obsolete||

--- Comment #35 from Mason James m...@kohaaloha.com 2012-01-12 22:29:42 UTC 
---
Created attachment 7116
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7116
new patch

new patch, obseletes the existing two patches

-- 
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 5668] Star ratings in the opac

2012-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5668

Mason James m...@kohaaloha.com changed:

   What|Removed |Added

Version|rel_3_6 |master
   Patch Status|Failed QA   |Needs Signoff

--- Comment #36 from Mason James m...@kohaaloha.com 2012-01-12 22:56:29 UTC 
---
for the curious i have the ratings stuff running on a demo (user:pwd =
test:testtest)

http://demo2.kohaaloha.com/cgi-bin/koha/opac-search.pl?q=the
http://demo2.kohaaloha.com/cgi-bin/koha/opac-detail.pl?biblionumber=1

to test, after successfully applying the patch...

1) run the updatedatedase.pl script
$ perl installer/data/mysql/updatedatabase.pl
Upgrade to 9.99.99.XXX done (Add 'ratings' table and 'OpacStarRatings' syspref)

2) run the test suite
$ perl  t/db_dependent/Ratings.t
1..9
ok 1 - use C4::Ratings;
ok 2 - add a rating
ok 3 - add another rating
ok 4 - update a rating
ok 5 - get a rating, with userid
ok 6 - get a rating, without userid
ok 7 - verify user's bib rating
ok 8 - delete a rating
ok 9 - delete another rating

3) set syspref 'OpacStarRatings' to 'Show star-ratings on results and details
pages'

4) search the OPAC

fyi: this patch was created from commit
756a1f6b72c976a342b510f3cfc25105f3719cd0

-- 
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 6681] When importing a biblio record via Z39.50, authority links also get imported

2012-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6681

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

   What|Removed |Added

   Attachment #7115|0   |1
is obsolete||

--- Comment #8 from Chris Cormack ch...@bigballofwax.co.nz 2012-01-13 
03:46:13 UTC ---
Created attachment 7117
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7117
Bug 6681: Remove Koha-specific fields from records imported via Z39.50 -
Corrected

RemoveItemsAndAuthidsFromRecord should now use the system preferences.

Signed-off-by: Chris Cormack ch...@bigballofwax.co.nz

-- 
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 6681] When importing a biblio record via Z39.50, authority links also get imported

2012-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6681

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

   What|Removed |Added

   Patch Status|Needs Signoff   |Signed Off

--- Comment #9 from Chris Cormack ch...@bigballofwax.co.nz 2012-01-13 
03:48:23 UTC ---
Signed off, this now has the added benefit of fixing neworderempty.pl which
used to blindly delete 952, wether the record was UNIMARC, NORMARC or MARC21. 

A follow up to add removing the authority id's for UNIMARC and NORMARC would be
good. But this introduces no regressions, adds a feature and fixes a bug so
should not have to wait for a follow up.

-- 
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 7439] Mailmap for 3.6.x not complete

2012-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7439

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

   What|Removed |Added

 CC||ch...@bigballofwax.co.nz
   Patch Status|Needs Signoff   |Signed Off

--- Comment #2 from Chris Cormack ch...@bigballofwax.co.nz 2012-01-13 
03:50:39 UTC ---
Simple mailmap change, signed off

-- 
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 7439] Mailmap for 3.6.x not complete

2012-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7439

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

   What|Removed |Added

   Attachment #7113|0   |1
is obsolete||

--- Comment #3 from Chris Cormack ch...@bigballofwax.co.nz 2012-01-13 
03:52:55 UTC ---
Created attachment 7118
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7118
[Rel 3.6.x] Bug 7439: Add mailmap for jcamins

Signed-off-by: Chris Cormack ch...@bigballofwax.co.nz

-- 
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 7001] User Configurable Slips

2012-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7001

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

   What|Removed |Added

   Attachment #7111|0   |1
is obsolete||

--- Comment #34 from Srdjan Jankovic srd...@catalyst.net.nz 2012-01-13 
04:01:45 UTC ---
Created attachment 7119
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7119
patch

* Menu fixed
* I apologise, attributes were not listed, I've added them now (bottom of the
borrowers section)

* Re branch for the notices: that depends on the notice, each particular notice
handler passes it to the letter composer. A couple of handlers that I looked at
are passing the home library of the logged in user. If that is wrong it should
be dealt with in separate bug reports on per letter (notice) bases.

-- 
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 6836] jQuery plugin Datatables integration

2012-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6836

--- Comment #34 from Chris Cormack ch...@bigballofwax.co.nz 2012-01-13 
04:01:54 UTC ---
Testing this now, this adds a new dependency on Modern::Perl

Which is no big issue, I will do a follow up to add that to the dependencies,
and a follow up to change the perlcriticrc

I will sign off on these, but I think they still need another sign off, so will
leave the status as needs sign off, but they should be in a state to test well
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.
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 6836] jQuery plugin Datatables integration

2012-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6836

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

   What|Removed |Added

   Attachment #7112|0   |1
is obsolete||

--- Comment #35 from Chris Cormack ch...@bigballofwax.co.nz 2012-01-13 
04:02:52 UTC ---
Created attachment 7120
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7120
Bug 6836: Add jQuery dataTables plugin

This patch add the javascript library, a CSS (and image files from
datatables.net) and another javascript file which provides some extra
features.
It also add a Perl module C4::Utils::Datatables which provides helpful
functions for server-side processing

Signed-off-by: Chris Cormack ch...@bigballofwax.co.nz

-- 
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 6836] jQuery plugin Datatables integration

2012-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6836

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

   What|Removed |Added

   Attachment #6523|0   |1
is obsolete||

--- Comment #36 from Chris Cormack ch...@bigballofwax.co.nz 2012-01-13 
04:04:18 UTC ---
Created attachment 7121
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7121
Bug 6836: followup CSS work

Signed-off-by: Chris Cormack ch...@bigballofwax.co.nz

-- 
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 6836] jQuery plugin Datatables integration

2012-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6836

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

   What|Removed |Added

   Attachment #6524|0   |1
is obsolete||

--- Comment #37 from Chris Cormack ch...@bigballofwax.co.nz 2012-01-13 
04:05:32 UTC ---
Created attachment 7122
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7122
Bug 6836: test case readingrec.pl

Signed-off-by: Chris Cormack ch...@bigballofwax.co.nz

-- 
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 6836] jQuery plugin Datatables integration

2012-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6836

--- Comment #38 from Chris Cormack ch...@bigballofwax.co.nz 2012-01-13 
04:10:25 UTC ---
Created attachment 7123
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7123
Updating perlcriticrc to allow Modern::Perl to suffice instead of use warnings;
and use strict;

-- 
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 6836] jQuery plugin Datatables integration

2012-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6836

--- Comment #39 from Chris Cormack ch...@bigballofwax.co.nz 2012-01-13 
04:17:22 UTC ---
Created attachment 7124
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7124
Bug 6836: Adding dependency on Modern::Perl

-- 
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 7435] An inactive fund is selected a default in neworderempty.pl

2012-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7435

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

   What|Removed |Added

   Attachment #7107|0   |1
is obsolete||

--- Comment #3 from Chris Cormack ch...@bigballofwax.co.nz 2012-01-13 
06:50:42 UTC ---
Created attachment 7125
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7125
Bug 7435: corrects Fund selectbox in addneworder

Prevent disabled funds to appear in the Fund
select box.

Signed-off-by: Chris Cormack ch...@bigballofwax.co.nz

-- 
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 7435] An inactive fund is selected a default in neworderempty.pl

2012-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7435

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

   What|Removed |Added

 CC||ch...@bigballofwax.co.nz
   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 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 7433] french translation add a bad single quote into js function

2012-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7433

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

   What|Removed |Added

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

--- Comment #3 from Chris Cormack ch...@bigballofwax.co.nz 2012-01-13 
06:53:14 UTC ---
Stephane, wouldn't another option be to fix the po file? So that the ' is
escaped?

If that isn't a possibility then let me know and I can test and sign off on
this.

-- 
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 7357] Subscriptions titles are replaced by --- when duplicated

2012-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7357

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

   What|Removed |Added

   Attachment #7090|0   |1
is obsolete||

--- Comment #6 from Chris Cormack ch...@bigballofwax.co.nz 2012-01-13 
06:58:39 UTC ---
Created attachment 7126
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7126
Bug 7357: display serial title instead of '---'

The full title of a serial is now displayed even
if several lines have the same title.

Signed-off-by: Chris Cormack chr...@catalyst.net.nz

-- 
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 7357] Subscriptions titles are replaced by --- when duplicated

2012-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7357

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

   What|Removed |Added

 CC||ch...@bigballofwax.co.nz
   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 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 7243] Do not take rentals as fines

2012-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7243

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

   What|Removed |Added

   Attachment #6709|0   |1
is obsolete||

--- Comment #4 from Srdjan Jankovic srd...@catalyst.net.nz 2012-01-13 
07:13:03 UTC ---
Created attachment 7127
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7127
patch

I have introduced RentalsInNoissueCharges and ManInvInNoissueCharges sys prefs
to fine control issue blocking charge. Those are set to Yes initially to have
current behaviour.
'Res' charges are not in the fines total unconditionally.

-- 
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 7396] Debarred message not displayed over SIP2

2012-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7396

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

   What|Removed |Added

   Attachment #7015|0   |1
is obsolete||

--- Comment #3 from Chris Cormack ch...@bigballofwax.co.nz 2012-01-13 
07:27:52 UTC ---
Created attachment 7128
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7128
Bug 7396: Debarred message not showing over SIP2

Corrects typo in list of flags; was DEBARRED, but the actual name of the flag
is
DBARRED (for some reason)

Signed-off-by: Chris Cormack chr...@catalyst.net.nz

-- 
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 7396] Debarred message not displayed over SIP2

2012-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7396

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

   What|Removed |Added

 CC||ch...@bigballofwax.co.nz
   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 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 7001] User Configurable Slips

2012-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7001

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

   What|Removed |Added

   Attachment #7119|0   |1
is obsolete||

--- Comment #36 from Srdjan Jankovic srd...@catalyst.net.nz 2012-01-13 
07:44:44 UTC ---
Created attachment 7129
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7129
patch

I have changed slip printing so branch is taken from the session.

-- 
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 6751] Link in readingrec.pl to export a barcode file

2012-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6751

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

   What|Removed |Added

   Attachment #7012|0   |1
is obsolete||

--- Comment #6 from Chris Cormack ch...@bigballofwax.co.nz 2012-01-13 
07:54:19 UTC ---
Created attachment 7130
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7130
Bug 6751: Adds a link Export checkin barcodes in readingrec

to export a file containing a list of checkin barcode for the current day.

Signed-off-by: Chris Cormack ch...@bigballofwax.co.nz

-- 
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 6751] Link in readingrec.pl to export a barcode file

2012-01-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6751

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

   What|Removed |Added

 CC||ch...@bigballofwax.co.nz
   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.
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/