[Koha-bugs] [Bug 7589] tinymce editor broken in .deb packages - in 'en' templates

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7589

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

   What|Removed |Added

Summary|Package sites unable to |tinymce editor broken in
   |display the wysiwig News|.deb packages - in 'en'
   |Editor  |templates

-- 
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 8045] Problems on Due date when checking in

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8045

--- Comment #4 from Adrien SAURAT adrien.sau...@biblibre.com ---
Looks like the problem comes from the _FixFineDaysOnReturn function in
Circulation.pm

The commit mentionned by Owen is pushed but the bug 5549 is still only signed
off. Are the houly loans partly implemented ?

-- 
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 8045] Problems on Due date when checking in

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8045

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

   What|Removed |Added

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

--- Comment #5 from Chris Cormack ch...@bigballofwax.co.nz ---
No the patch on there is a further enhancement.

-- 
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 8045] Problems on Due date when checking in

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8045

--- Comment #6 from Adrien SAURAT adrien.sau...@biblibre.com ---
Ok.

What I see is that after the following line :
my $dt_due =  dt_from_string( $datedue );

the $datedue value is broken, getting the value of today. Is dt_from_string
really supposed to work this way?

-- 
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 8052] New: Implement UseControlNumber for 780/785 in NORMARCslim2OPACDetail.xsl

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8052

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8052
  Assignee: mag...@enger.priv.no
   Summary: Implement UseControlNumber for 780/785 in
NORMARCslim2OPACDetail.xsl
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: mag...@enger.priv.no
  Hardware: All
Status: NEW
   Version: master
 Component: OPAC
   Product: Koha

This will enable more accurate linking. 

NORMARC:
http://git.koha-community.org/gitweb/?p=koha.git;a=blob;f=koha-tmpl/opac-tmpl/prog/en/xslt/NORMARCslim2OPACDetail.xsl;h=3a774171320bcac3bd449feb03490f907330fe85;hb=HEAD#l418

MARC21:
http://git.koha-community.org/gitweb/?p=koha.git;a=blob;f=koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl;h=f507e11fcd1a160a193d104f81b96ff902d87f73;hb=HEAD#l744

-- 
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 8045] Problems on Due date when checking in

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8045

--- Comment #7 from Adrien SAURAT adrien.sau...@biblibre.com ---
I misread some logs, the error actually comes from the following line in
_FixFineDaysOnReturn:

my $deltadays = $calendar-days_between( $dt_due, $dt_today );

When calculating the delay for the fine management, the due date is modified.
I'm not familiar with these dates handling and I'm not sure yet of the best
fix. I keep looking at 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 7992] new plugin about Automatic Number incrementing inventory. Prefix management from a authorised values list

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7992

--- Comment #2 from delaye stephane.del...@biblibre.com ---
I tested from a sandbox

I associated the plugin stocknumberam123.pl at 995$a - stocknumber
I created a list of authorised values INVENTORY
But since the item record i can't update the 995$a , i can't write the prefix
and when i want use the plugin no action

-- 
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 7984] Fix the upload_local_cover_images permission

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7984

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

   What|Removed |Added

   Attachment #9340|1   |0
is obsolete||

--- Comment #8 from Magnus Enger mag...@enger.priv.no ---
Comment on attachment 9340
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9340
Bug 7984 - Fix the upload_local_cover_images permission

Un-obsoleting attachment 9340 - see my previous comment.

-- 
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 8022] Permissions test doesn't check all languages

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8022

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

   What|Removed |Added

   Attachment #9342|0   |1
is obsolete||

--- Comment #2 from Magnus Enger mag...@enger.priv.no ---
Created attachment 9426
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9426action=edit
Bug 8022: Permissions test doesn't check all languages

Add the permissions files for es-ES and nb-NO to the permissions test.

Signed-off-by: Magnus Enger mag...@enger.priv.no
Running xt/permissions.t before the patch leaves out nb-NO and es-ES.
After the patch they are picked up and the test fails correctly
because of the missing permissions described in Bug 7984.
As far as I can tall, all permission files are now picked up by
this test.

-- 
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 8022] Permissions test doesn't check all languages

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8022

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

   What|Removed |Added

 Status|Needs Signoff   |Signed Off
 CC||mag...@enger.priv.no

-- 
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 8044] Localization for Perl scripts and modules

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8044

D Ruth Bavousett r...@bywatersolutions.com changed:

   What|Removed |Added

 CC||r...@bywatersolutions.com

--- Comment #6 from D Ruth Bavousett r...@bywatersolutions.com ---
when I try to run update_po.pl, I get a bunch of these:


Use of uninitialized value $_ in concatenation (.) or string at update_po.pl
line 23.


followed by:


Extracting strings from source...
/usr/bin/xgettext: no input file given
Try `/usr/bin/xgettext --help' for more information.
system call failed : /usr/bin/xgettext -L Perl --from-code=UTF-8 -kmaketext -o
messages.pot -D /home/koha/kohaclone/locale/../. -D
/home/koha/kohaclone/locale/../C4 -D /home/koha/kohaclone/locale/../acqui -D
/home/koha/kohaclone/locale/../admin -D
/home/koha/kohaclone/locale/../authorities -D
/home/koha/kohaclone/locale/../basket -D
/home/koha/kohaclone/locale/../catalogue -D
/home/koha/kohaclone/locale/../cataloguing -D
/home/koha/kohaclone/locale/../circ -D /home/koha/kohaclone/locale/../errors -D
/home/koha/kohaclone/locale/../Koha -D /home/koha/kohaclone/locale/../labels -D
/home/koha/kohaclone/locale/../members -D /home/koha/kohaclone/locale/../misc
-D /home/koha/kohaclone/locale/../offline_circ -D
/home/koha/kohaclone/locale/../opac -D
/home/koha/kohaclone/locale/../patroncards -D
/home/koha/kohaclone/locale/../reports -D
/home/koha/kohaclone/locale/../reserve -D
/home/koha/kohaclone/locale/../reviews -D
/home/koha/kohaclone/locale/../rotating_collections -D
/home/koha/kohaclone/locale/../serials -D
/home/koha/kohaclone/locale/../services -D /home/koha/kohaclone/locale/../sms
-D /home/koha/kohaclone/locale/../suggestion -D
/home/koha/kohaclone/locale/../tags -D /home/koha/kohaclone/locale/../tools -D
/home/koha/kohaclone/locale/../virtualshelves at update_po.pl line 48.


The locale directory I set up is locale/ar_arabic, so I got that part
right...what am I missing?

-- 
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 8044] Localization for Perl scripts and modules

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8044

--- Comment #7 from Julian Maurice julian.maur...@biblibre.com ---
(In reply to comment #6)
 when I try to run update_po.pl, I get a bunch of these:
 
 
 Use of uninitialized value $_ in concatenation (.) or string at update_po.pl
 line 23.

This is the cause of failure. I'm using readdir in a while loop to list all
files to pass to xgettext, but apparently this is not supporter by Perl
versions prior to 5.11.2
(http://perldoc.perl.org/5.12.0/functions/readdir.html)
I guess you are using Perl 5.10, right?

I will fix that as soon as possible.

-- 
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 7991] Display in a holding summary tab informations about serial record

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7991

--- Comment #3 from delaye stephane.del...@biblibre.com ---
after testing in a sandbox :its ok for me with the Unimarc. 
if we must apply this patch for the marc21 the fields are :

  UNIMARC  MARC 21
callnumber - 930$a852$h
location   - 955$9852$a$b
and sub location
holding summary   955$r863 (main collection),864 (suppl),865 (index)

-- 
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 7684] inventory : datatable fix actions etc.

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7684

--- Comment #2 from delaye stephane.del...@biblibre.com ---
when i test the patch in a sandbox i have this message when i want submit a
file of barcode

Software error:

Undefined subroutine C4::Circulation::GetItemnumberFromBarcode called at
/home/koha/src/C4/Circulation.pm line 1541, fh1INV_F1 line 2.

-- 
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 7919] Display of values depending on the connexion librairy

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7919

--- Comment #4 from delaye stephane.del...@biblibre.com ---
I do not have the 3
tables(categories_branches,authorised_values_branches,borrower_attribute_types_branches)
in my database after apply the patch in a  sandbox ; so I can not test.
Can you give me the script mysql  to add the tables in the database?

-- 
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 7684] inventory : datatable fix actions etc.

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7684

delaye stephane.del...@biblibre.com changed:

   What|Removed |Added

 Status|Needs Signoff   |Failed QA

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


[Koha-bugs] [Bug 7992] new plugin about Automatic Number incrementing inventory. Prefix management from a authorised values list

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7992

delaye stephane.del...@biblibre.com changed:

   What|Removed |Added

 Status|Needs Signoff   |Failed QA

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


[Koha-bugs] [Bug 5742] batch edit patrons

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5742

delaye stephane.del...@biblibre.com changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

--- Comment #22 from delaye stephane.del...@biblibre.com ---
after test in a sand box

i test the update of the attribute , the dateexpiry, debarrred, location etc ,
its ok
i change

-- 
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 8044] Localization for Perl scripts and modules

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8044

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

   What|Removed |Added

   Attachment #9415|0   |1
is obsolete||

--- Comment #8 from Julian Maurice julian.maur...@biblibre.com ---
Created attachment 9427
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9427action=edit
First draft for Koha localization using Locale::Maketext

'while (readdir DIR)' changed to 'foreach (readdir DIR)' to be compatible with
Perl 5.10

-- 
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 8044] Localization for Perl scripts and modules

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8044

Julian Maurice julian.maur...@biblibre.com 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 8045] Problems on Due date when checking in

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8045

--- Comment #8 from Adrien SAURAT adrien.sau...@biblibre.com ---
Created attachment 9428
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9428action=edit
proposed patch #1

The due date was sent as a DateTime object parameter to the method
days_between in Koha/Calendar.pm and was altered in the process.
Added cloning to prevent this behaviour.

-- 
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 8053] New: Overdue calls list

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8053

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8053
CC: gmcha...@gmail.com
  Assignee: kyle.m.h...@gmail.com
   Summary: Overdue calls list
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: gmcha...@gmail.com
  Hardware: All
Status: NEW
   Version: master
 Component: Circulation
   Product: Koha

After first, second, and third overdue notices are sent, some libraries want to
follow up by making phone calls to severely delinquent patrons.  To facilitate
this, a new overdue loans report is proposed that would:

- be linked from the circulation home page
- be online, not necessarily downloadable to spreadsheet
- be sorted by column and limitable by date, similar to the holds to pull
report
- include the following columns
  - patron barcode
  - last name
  - first name,
  - phone number
  - email
  - items list
  - date overdue since
  - replacement cost
  - total current fines owed by patron
- The report should be limitable by a user-specified date range

-- 
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 8053] Overdue calls list

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8053

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

   What|Removed |Added

 Status|NEW |ASSIGNED
  Change sponsored?|--- |Seeking cosponsors

-- 
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 8053] Overdue calls list

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8053

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

   What|Removed |Added

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

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


[Koha-bugs] [Bug 8045] Problems on Due date when checking in

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8045

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

   What|Removed |Added

   Attachment #9428|0   |1
is obsolete||

--- Comment #9 from Nicole C. Engard neng...@gmail.com ---
Created attachment 9429
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9429action=edit
[SIGNED-OFF] Bug 8045: fixes date due when checking in

Added cloning of object parameters in days_between method.

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

Checked in items that were overdue, due in the future and not
checked out and all showed the right info in the check in
table.

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


[Koha-bugs] [Bug 8045] Problems on Due date when checking in

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8045

Nicole C. Engard neng...@gmail.com 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 8045] Problems on Due date when checking in

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8045

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

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

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


[Koha-bugs] [Bug 7739] Batch edit items of a title

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7739

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

   What|Removed |Added

   Attachment #9252|0   |1
is obsolete||

--- Comment #6 from Nicole C. Engard neng...@gmail.com ---
Created attachment 9430
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9430action=edit
[SIGNED-OFF] Bug 7739 - Batch edit items of a title

A new option - Edit items in batch - is made available under the menu - Edit -
in the catalog detail page. When this option is selected the tool batch item
modification is called with all items under this biblio passed as parameters.

User can then edit all items of this biblio in batch. Once changes are saved
the done link takes the user back to the catalog detail page of this biblio.

To test:
Navigate to catalog detail page of any biblio with one or more item
records. Use the option Edit items in batch from the Edit menu. Modify the
items in batch, say the collction code or lost status. Press Save, verify
that changes have been effected in the confirmation screen. Use the Done link
to navigate back to the catalog detail page.

Signed-off-by: Nicole C. Engard neng...@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 7739] Batch edit items of a title

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7739

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

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

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


[Koha-bugs] [Bug 7647] Checkout History Sort

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7647

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

   What|Removed |Added

 Status|Needs Signoff   |Patch doesn't apply
 CC||neng...@gmail.com

--- Comment #4 from Nicole C. Engard neng...@gmail.com ---
nengard@kohavm:~/kohaclone$ git bz apply 7647
Bug 7647 - Checkout History Sort

patch
Apply? [yn] y

Applying: bug_7647: Table sorter on issue history
error: patch failed:
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt:1
error: koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt: patch
does not apply
Patch failed at 0001 bug_7647: Table sorter on issue history
When you have resolved this problem run git am --resolved.
If you would prefer to skip this patch, instead run git am --skip.
To restore the original branch and stop patching run git am --abort.
Patch left in /tmp/patch-v09mXq.patch
nengard@kohavm:~/kohaclone$

-- 
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 8011] no records found in biblios reservior

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8011

Lynn laori.l...@gmail.com changed:

   What|Removed |Added

   Priority|P5 - low|P1 - high
Version|rel_3_6 |rel_3_0
 OS|All |Linux

-- 
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 7175] Improve order receiving page

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7175

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

   What|Removed |Added

   Attachment #9147|0   |1
is obsolete||

--- Comment #36 from Nicole C. Engard neng...@gmail.com ---
Created attachment 9431
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9431action=edit
[SIGNED-OFF] Bug 7175: Allow to choose which items to receive

If AcqCreateItem=ordering, when you receive an order, you now have a
list of all created items and checkboxes that permit you to choose which
items you want to receive.
A 'Edit' link open additem.pl page in a popup to allow you edit the
items before receiving them (popup is automatically closed after
modification, and items table is automatically updated)
If quantity is set manually in the text box, the appropriate number of
checkbox are checked from top to bottom and a warning shows up if
quantity is greater than order quantity

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

Tested ordering, receiving in all combinations and the editing and
checkboxes options work lovely.

-- 
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 7175] Improve order receiving page

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7175

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

   What|Removed |Added

   Attachment #9145|0   |1
is obsolete||

--- Comment #37 from Nicole C. Engard neng...@gmail.com ---
Created attachment 9432
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9432action=edit
[SIGNED-OFF] Bug 7175: orderreceive.pl cosmetic changes

- use warnings
- replace @$results[0] by $order when $count == 1

Signed-off-by: Nicole C. Engard neng...@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 7175] Improve order receiving page

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7175

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

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

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


[Koha-bugs] [Bug 3966] receiving items should allow for entering barcode

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3966

--- Comment #29 from Nicole C. Engard neng...@gmail.com ---
I signed off on 7175 for this, since it handles more.  Not sure we need this
one if that one makes it through QA.

-- 
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 8054] New: can hit submit twice when paying fines

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8054

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8054
CC: gmcha...@gmail.com
  Assignee: kyle.m.h...@gmail.com
   Summary: can hit submit twice when paying fines
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: neng...@gmail.com
  Hardware: All
Status: NEW
   Version: master
 Component: Circulation
   Product: Koha

Is there any way to make it so that you can't accidentally double click on the
submit/pay button when dealing with fines?  Sometimes it happens and right now
when you try to reverse payments it gets way ugly (another bug report coming)
but really it would make the most sense to try and prevent double clicking if
at all possible.

-- 
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 8055] New: reversing fines wonky

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8055

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8055
CC: gmcha...@gmail.com
  Assignee: kyle.m.h...@gmail.com
   Summary: reversing fines wonky
  Severity: major
Classification: Unclassified
OS: All
  Reporter: neng...@gmail.com
  Hardware: All
Status: NEW
   Version: master
 Component: Circulation
   Product: Koha

I'm sorry to not be more specific, I need to gather more data, but I can
confirm that reversing fine payments no longer does what it used to do.

Here's one scenario:

I clicked on a pay fine that was $3 typed in $2 and accidently hit confirm
twice. I some how ended up with a -1.70. When I went back and looked at the
fines it showed three 2.00 fines had been paid. I tried experimenting and
pushing the reverse button and ended up with a -3.70.

-- 
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 8056] New: CircAutoPrintQuickSlip set to clear doesn't work

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8056

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8056
CC: gmcha...@gmail.com
  Assignee: kyle.m.h...@gmail.com
   Summary: CircAutoPrintQuickSlip set to clear doesn't work
  Severity: critical
Classification: Unclassified
OS: All
  Reporter: neng...@gmail.com
  Hardware: All
Status: NEW
   Version: master
 Component: Circulation
   Product: Koha

I have CircAutoPrintQuickSlip set to clear the screen but when I enter a blank
barcode I get the following error:


Software error:

Undefined subroutine main::PrintIssueSlip called at
/home/nengard/kohaclone/circ/circulation.pl line 175.

-- 
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-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7998

--- Comment #16 from Nicole C. Engard neng...@gmail.com ---
I don't know if this page is included in all of this but on
cgi-bin/koha/admin/fieldmapping.pl at the bottom there is a white bar where the
submit button is when it should be 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 7977] Add a Quote-of-the-day feature to the OPAC homepage

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7977

--- Comment #25 from Chris Nighswonger cnighswon...@foundations.edu ---
Created attachment 9433
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9433action=edit
Further UI work on the QOTD uploader

This patch addresses another of oleonard's points as well as
some general cleanup:

--Adds instructions to each stage of the uploader
--Consolidates quote tool css into quotes.css

-- 
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 7977] Add a Quote-of-the-day feature to the OPAC homepage

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7977

--- Comment #27 from Chris Nighswonger cnighswon...@foundations.edu ---
The last four patches attached here incorporate the majority of oleonard's
recommendations as well as various improvements including the marking of JS
strings for translatability.

NOTE FOR TESTERS: These last four patches are new, so you will have to roll off
any previous versions of them prior to applying the new ones.

-- 
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 7977] Add a Quote-of-the-day feature to the OPAC homepage

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7977

--- Comment #28 from Chris Nighswonger cnighswon...@foundations.edu ---
Created attachment 9435
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9435action=edit
Fixing captialization on the tools main 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 7973] Allow for new type of LDAP authentication

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7973

Elliott Davis tda...@uttyler.edu 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 7639] system preference to forgive fines on lost items

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7639

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

   What|Removed |Added

   Attachment #9282|0   |1
is obsolete||

--- Comment #9 from Kyle M Hall kyle.m.h...@gmail.com ---
Created attachment 9436
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9436action=edit
Bug 7639 - system preference to forgive fines on lost items

Forgive fine when an item is set to lost status, fines are forgiven only when
syspref ForgiveFineWhenLost is set to yes. Item can be set to lost status from:
catalogue/moredetail.pl
cataloguing/additem.pl
tools/batchMod.pl
misc/cronjobs/longoverdue.pl

Changed sub C4::Circulation::LostItem to forgive fines on the item
depending on the value of syspref ForgiveFineWhenLost. This sub is currently
used to return an item and charge a replacement cost.

Also added a new syspref in C4::Circulation::LostItem -
ChargeReplFeeWhenLost. Replacement fee will now be charged only if this syspref
is set to yes.

Signed-off-by: Kyle M Hall k...@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 7639] system preference to forgive fines on lost items

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7639

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

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

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


[Koha-bugs] [Bug 7647] Checkout History Sort

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7647

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

   What|Removed |Added

 Status|Patch doesn't apply |Needs Signoff

--- Comment #5 from Jared Camins-Esakov jcam...@cpbibliography.com ---
(In reply to comment #4)
 nengard@kohavm:~/kohaclone$ git bz apply 7647
 Bug 7647 - Checkout History Sort
 
 patch
 Apply? [yn] y
 
 Applying: bug_7647: Table sorter on issue history
 error: patch failed:
 koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt:1
 error: koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt:
 patch does not apply
 Patch failed at 0001 bug_7647: Table sorter on issue history
 When you have resolved this problem run git am --resolved.
 If you would prefer to skip this patch, instead run git am --skip.
 To restore the original branch and stop patching run git am --abort.
 Patch left in /tmp/patch-v09mXq.patch
 nengard@kohavm:~/kohaclone$

Don't forget to try git am -3. The patch actually applies fine with three-way
merge. If you look at the last few lines, it actually gives you a hint of what
to do next. You run the following two commands:
git am --abort
git am -3iu /tmp/patch-v09mXq.patch

There's also a patched version of git-bz that takes care of that for you which
you could download (I don't recall exactly wherefrom).

-- 
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 7704] Independent Branches sys pref change to let librarians choose which things to share

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7704

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

   What|Removed |Added

   Attachment #8906|0   |1
is obsolete||

--- Comment #4 from Kyle M Hall kyle.m.h...@gmail.com ---
Created attachment 9437
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9437action=edit
Bug 7704 -Fix bug that prevent items to be returned to home branch, when
independentbranches and canreservefromotherbranch sysprefs are both turned on.

Before this fix, when attempt to checkin the item at the other branch is made,
system disallows checkin. Now (with this fix) the item is checked in and an
automatic transfer to the home branch is setup.

How to test:
Case 1
Set independentbranches to Prevent and canreservefromotherbranch to allow.
Set up an item in branch A and a member in branch A and another member in
branch B.

Checkout the item to member in branch A.
Place a reserve on the item on behalf of member in branch B.
Return the item in branch A. Check if a transfer is setup to branch B.
Checkout the item to the member in branch B and check it back in. Checkin
should be allowed and at this point an automatic return to branch A (the home
library) should be setup.

Case 2
Set independentbranches to Prevent and canreservefromotherbranch to not
allow. In this case item checkin should not be allowed in branch B.

Other cases
Set independentbranches to Not Prevent. Here items should be returned
automatically to home branch, the value in canreservefromotherbranch has no
impact.

Signed-off-by: Kyle M Hall k...@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 7704] Independent Branches sys pref change to let librarians choose which things to share

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7704

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

   What|Removed |Added

 Status|Needs Signoff   |Signed Off
 CC||kyle.m.h...@gmail.com

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


[Koha-bugs] [Bug 7647] Checkout History Sort

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7647

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

   What|Removed |Added

   Attachment #8677|0   |1
is obsolete||

--- Comment #6 from Kyle M Hall kyle.m.h...@gmail.com ---
Created attachment 9438
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9438action=edit
bug_7647: Table sorter on issue history

Signed-off-by: Kyle M Hall k...@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 7647] Checkout History Sort

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7647

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

   What|Removed |Added

 Status|Needs Signoff   |Signed Off
 CC||kyle.m.h...@gmail.com

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


[Koha-bugs] [Bug 7420] Add max fines to circulation matrix

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7420

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

   What|Removed |Added

 Status|Needs Signoff   |Patch doesn't apply

--- Comment #22 from Kyle M Hall kyle.m.h...@gmail.com ---
12:26 ~/kohaclone (bug7420-qa $% u=)$ git am -3iu /tmp/patch-Gs1Vwl.patch
Commit Body is:
--
bug_7420: Added overduefinescap to issuingrules

Replaced existing MaxFine syspref logic with overduefinescap.
Repurposed MaxFine to be the overall overdue limit for all items
overdue. Implemented new MaxFine logic in UpdateFine().
--
Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all y
Applying: bug_7420: Added overduefinescap to issuingrules
/home/koha/kohaclone/.git/rebase-apply/patch:21: trailing whitespace.
C$unitcount is the number of chargeable units (days between start and end
dates, Calendar adjusted where needed, 
warning: 1 line adds whitespace errors.
Using index info to reconstruct a base tree...
stdin:21: trailing whitespace.
C$unitcount is the number of chargeable units (days between start and end
dates, Calendar adjusted where needed, 
warning: 1 line applied after fixing whitespace errors.
Falling back to patching base and 3-way merge...
Auto-merging C4/Overdues.pm
CONFLICT (content): Merge conflict in C4/Overdues.pm
Auto-merging admin/smart-rules.pl
Auto-merging installer/data/mysql/kohastructure.sql
Auto-merging installer/data/mysql/sysprefs.sql
Auto-merging installer/data/mysql/updatedatabase.pl
Auto-merging
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref
Auto-merging koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt
Failed to merge in the changes.
Patch failed at 0001 bug_7420: Added overduefinescap to issuingrule

-- 
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 6739] expired patrons not blocked from opac actions

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6739

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

   What|Removed |Added

 Status|Patch doesn't apply |Needs Signoff
 CC||kyle.m.h...@gmail.com

-- 
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 7398] Show number of holds on a biblio in the OPAC details

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7398

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

   What|Removed |Added

   Attachment #9251|0   |1
is obsolete||

--- Comment #26 from Kyle M Hall kyle.m.h...@gmail.com ---
Created attachment 9439
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9439action=edit
bug_7398: Replaced OPACDisplayRequestPriority syspref with
OPACShowHoldQueueDetails

New syspref is Choice, options being:
- None
- Priority only
- Holds number only
- Holds number and priority

Show holds count on OPAC detail

Signed-off-by: Kyle M Hall k...@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 7398] Show number of holds on a biblio in the OPAC details

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7398

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

   What|Removed |Added

 Status|Needs Signoff   |Signed Off
 CC||kyle.m.h...@gmail.com

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


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

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

--- Comment #17 from Nicole C. Engard neng...@gmail.com ---
another one: /cgi-bin/koha/labels/spinelabel-home.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-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7998

--- Comment #18 from Chris Nighswonger cnighswon...@foundations.edu ---
I'm not seeing a problem with either of the pages mentioned above. Both pages
display the submit, etc. button properly afaict.


Kohaversion: 3.08.00.000

-- 
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 7977] Add a Quote-of-the-day feature to the OPAC homepage

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7977

Chris Nighswonger cnighswon...@foundations.edu changed:

   What|Removed |Added

 Depends on||5184

-- 
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 5184] Upgrade jQuery to the latest version

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5184

Chris Nighswonger cnighswon...@foundations.edu changed:

   What|Removed |Added

 Blocks||7977

-- 
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-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7998

Chris Nighswonger cnighswon...@foundations.edu changed:

   What|Removed |Added

 Blocks||7977

-- 
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 7977] Add a Quote-of-the-day feature to the OPAC homepage

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7977

Chris Nighswonger cnighswon...@foundations.edu changed:

   What|Removed |Added

 Depends on||7998

-- 
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 7588] adding reserve restrictions after cataloging items can cause non-holdable items to be picked for holds

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7588

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

   What|Removed |Added

 Status|NEW |In Discussion
 CC||wizzy...@gmail.com

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


[Koha-bugs] [Bug 7641] Add ability to suspend reserves.

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7641

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

   What|Removed |Added

   Attachment #9225|0   |1
is obsolete||

--- Comment #32 from Nicole C. Engard neng...@gmail.com ---
Created attachment 9440
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9440action=edit
[SIGNED-OFF] Bug 7641 - Followup - Suspend Until not set on by suspend button.

For request.pl, there are two ways to suspend a reserve, either
by using the 'suspend' button for an individual reserve, or by
using the 'Update hold(s)' button with suspend until dates set.

If the 'suspend' button is used, any date in the 'suspend until'
field is ignored. This commit fixes this issue.

  * Add suspend_until date to suspend button link via jquery
  * Add optional date to ToggleSuspend()
  * Add KohaDates plugin where necessary

Signed-off-by: Nicole C. Engard neng...@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 7977] Add a Quote-of-the-day feature to the OPAC homepage

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7977

--- Comment #29 from Chris Nighswonger cnighswon...@foundations.edu ---
Created attachment 9441
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9441action=edit
Adding Daily Quotes Tests to Koha.t test suite; also fixing sort order on quote
selection SQL

-- 
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 7977] Add a Quote-of-the-day feature to the OPAC homepage

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7977

--- Comment #30 from Chris Nighswonger cnighswon...@foundations.edu ---
Created attachment 9442
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9442action=edit
Fixing quote sample data timestamps

-- 
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 7977] Add a Quote-of-the-day feature to the OPAC homepage

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7977

Chris Nighswonger cnighswon...@foundations.edu changed:

   What|Removed |Added

   Attachment #9441|0   |1
is obsolete||

--- Comment #31 from Chris Nighswonger cnighswon...@foundations.edu ---
Created attachment 9443
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9443action=edit
Adding Daily Quotes Tests to Koha.t test suite; also fixing sort order on quote
selection SQL

-- 
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 7641] Add ability to suspend reserves.

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7641

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

   What|Removed |Added

   Attachment #9440|0   |1
is obsolete||

--- Comment #33 from Liz Rea wizzy...@gmail.com ---
Created attachment 9444
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9444action=edit
Bug 7641 - Followup - Suspend Until not set on by suspend button.

For request.pl, there are two ways to suspend a reserve, either
by using the 'suspend' button for an individual reserve, or by
using the 'Update hold(s)' button with suspend until dates set.

If the 'suspend' button is used, any date in the 'suspend until'
field is ignored. This commit fixes this issue.

  * Add suspend_until date to suspend button link via jquery
  * Add optional date to ToggleSuspend()
  * Add KohaDates plugin where necessary

Signed-off-by: Nicole C. Engard neng...@bywatersolutions.com
Signed-off-by: Liz Rea wizzy...@gmail.com
passes tests, tested:
* suspend all holds from circ.pl
* suspend one hold from circ.pl
* suspend all holds from moremember.pl
* suspend one hold from moremember.pl
   --- NOTE: clicking suspend all holds without setting a date will mean the
holds must be manually unsuspended. I'm not sure this is intentional?
* suspend a specific hold using the in-table button on reserves
* suspend a specific hold using the update hold button

500 error is gone.

-- 
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 7641] Add ability to suspend reserves.

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7641

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

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

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


[Koha-bugs] [Bug 3969] Budget Search Doesn't Work

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3969

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

   What|Removed |Added

 Status|Passed QA   |Pushed to Master
 CC||paul.poul...@biblibre.com

--- Comment #16 from Paul Poulain paul.poul...@biblibre.com ---
Patch pushed, but when testing it, i've found a bug : in aqbudgetperiod, the
branch list is always empty. Seems the branches are loaded only in aqbudgets.pl

Will mark patch pushed, but keep the bug open

-- 
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 3969] Budget Search Doesn't Work

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3969

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

   What|Removed |Added

   Attachment #9202|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 3969] Budget Search Doesn't Work

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3969

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

   What|Removed |Added

 Status|Pushed to Master|ASSIGNED
Version|master  |rel_3_8

-- 
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 8027] Wrong order for parameters in Z39.50 SQL INSERT

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8027

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

   What|Removed |Added

 Status|Passed QA   |Pushed to Master
 CC||paul.poul...@biblibre.com
Version|master  |rel_3_8
   Severity|normal  |major

-- 
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 8025] Patron attribute not selected if value is zero

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8025

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

   What|Removed |Added

 Status|Passed QA   |Pushed to Master
 CC||paul.poul...@biblibre.com
Version|master  |rel_3_8

-- 
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 8020] Prepare debian packages for 3.8 release

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8020

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

   What|Removed |Added

 Status|Passed QA   |Pushed to Master
 CC||paul.poul...@biblibre.com
Version|rel_3_6 |rel_3_8

--- Comment #9 from Paul Poulain paul.poul...@biblibre.com ---
the 3 patches have been pushed to master. reminder from comment 4 = only the 2
first should be pushed on 3.8.x

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


[Koha-bugs] [Bug 7973] Allow for new type of LDAP authentication

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7973

--- Comment #2 from Dobrica Pavlinusic dpav...@rot13.org ---
Two quick questions:

1. Does check for anonymous really have any use in this case (since you have to
have service user even for search). I'm worried that it might hide
configuration errors and produce hard do debug problems. If not, I would rather
return error if anonymous is set.

2. Should distinguishedName LDAP attribute as username be configurable? To be
honest, I never saw usage of that attribute as login in the wild (yet, so this
evidence is anecdotal, I know :-) but it nicely shows how different LDAP
schemas are. Event to test it with my existing setup, I need to change source
code...

Comment to QA: patch is artificially large because of (much needed) code
re-indent, code flow change itself is small and concise.

-- 
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-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7001

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

   What|Removed |Added

 Status|Pushed to Master|In Discussion
 CC||chr...@catalyst.net.nz

--- Comment #101 from Chris Hall chr...@catalyst.net.nz ---
When I have the CircAutoPrintQuickSlip set to Clear the screen and then I
enter a blank barcode in the checkout out box from a borrowers page I get the
following error Undefined subroutine main::PrintIssueSlip called at
/home/chrish/devel/koha/circ/circulation.pl line 175.

Grepping through the codebase the only mention of PrintIssueSlip is in
circulation.pl

Tracing it back with git blame I found PrintIssueSlip was added in
a9ded4fa008668df8c485fbbc76efa3cc9cc00d7 bug_7001: Issue and Reserve slips are
notices.

If I then go back another commit I find no mentions of PrintIssueSlip.

If CircAutoPrintQuickSlip is set to open a quick print slip window then the
error does not occur.

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

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

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

   What|Removed |Added

 CC||gaetan.bois...@biblibre.com
   ||, paul.poul...@biblibre.com

--- Comment #19 from Paul Poulain paul.poul...@biblibre.com ---
I'm OK to push this patch, but also adding Gaetan to this bug, for having him
checking i'm not missing something.

If I have a question, it could be = why adding round corners to search toolbar
and not to every input field in the interface ?

Gaetan, I'll push once you've confirmed there is nothing wrong  hidden with
those patches.

-- 
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 7987] Typo causing invalid markup in circulation.tt

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7987

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

   What|Removed |Added

 Status|Passed QA   |Pushed to Master
 CC||paul.poul...@biblibre.com
Version|master  |rel_3_8

-- 
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 7929] Duplicate id availability on XSLT result page

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7929

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

   What|Removed |Added

 Status|Passed QA   |Pushed to Master
 CC||paul.poul...@biblibre.com

--- Comment #7 from Paul Poulain paul.poul...@biblibre.com ---
Patch pushed.

Note that the availability property exist in opac.css
p.availability {
font-size : 87%;
}
this patch is really just a matter of HTML validity

-- 
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 7929] Duplicate id availability on XSLT result page

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7929

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

   What|Removed |Added

Version|master  |rel_3_8

-- 
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 6372] Batch progress bar does not check for 0 size jobs; should be in separate js too

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6372

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

   What|Removed |Added

 Status|Passed QA   |Pushed to Master
 CC||paul.poul...@biblibre.com
Version|rel_3_6 |rel_3_8

--- Comment #8 from Paul Poulain paul.poul...@biblibre.com ---
Patch pushed. I've tested that Koha still works with files that are not of size
0

Note that it's hard to spot the div by 0 in the midlde of the move to .js. Both
are perfect things, but it would have been better to do 2 patches

-- 
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-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8008

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

   What|Removed |Added

 Status|Passed QA   |Pushed to Master
 CC||paul.poul...@biblibre.com
Version|master  |rel_3_8

-- 
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 7953] opacuserjs to the sco template

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7953

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

   What|Removed |Added

 Status|Passed QA   |Pushed to Master
 CC||paul.poul...@biblibre.com
Version|master  |rel_3_8

-- 
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 7990] bad html attribute into aqplan.tt : styl= insted of style=

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7990

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

   What|Removed |Added

 Status|Passed QA   |Pushed to Master
 CC||paul.poul...@biblibre.com
Version|unspecified |rel_3_8

-- 
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 7949] a different favicon for the staff client

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7949

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

   What|Removed |Added

 Status|Passed QA   |Pushed to Master
Version|master  |rel_3_10

-- 
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 7903] add an ordernumber column in orders history table

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7903

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

   What|Removed |Added

 Status|Passed QA   |Pushed to Master
 CC||paul.poul...@biblibre.com
Version|rel_3_6 |rel_3_8

--- Comment #5 from Paul Poulain paul.poul...@biblibre.com ---
Patch pushed, with a small string (capital case) follow-up

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


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

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

--- Comment #20 from Liz Rea wizzy...@gmail.com ---
Nicole - those issues are addressed in the first 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 7998] 3.8 UI cleanup, tweaks to new styles

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

--- Comment #21 from Chris Nighswonger cnighswon...@foundations.edu ---
(In reply to comment #20)
 Nicole - those issues are addressed in the first patch.

That explains why I did not see them. :-)

-- 
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 8057] New: Error when adding a patron with email address

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8057

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8057
CC: gmcha...@gmail.com
  Assignee: kyle.m.h...@gmail.com
   Summary: Error when adding a patron with email address
  Severity: major
Classification: Unclassified
OS: All
  Reporter: j...@bywatersolutions.com
  Hardware: All
Status: NEW
   Version: rel_3_8
 Component: Patrons
   Product: Koha

Adding a new patron with an email address results in the following error:

Can't use string (1) as a HASH ref while strict refs in use at
/home/load02/kohaclone/members/memberentry.pl line 357.

Patrons without an email address do not cause this error.

-- 
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 8058] New: Circulation empty barcode field redirect to pay fines screen if borrower has outstanding fines

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8058

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8058
CC: gmcha...@gmail.com
  Assignee: kyle.m.h...@gmail.com
   Summary: Circulation empty barcode field redirect to pay fines
screen if borrower has outstanding fines
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: chr...@catalyst.net.nz
  Hardware: All
Status: NEW
   Version: unspecified
 Component: Circulation
   Product: Koha

Added syspref CircPayFinesRedirect that allows the pay fines page to appear if
the borrower has outstanding fines when an empty barcode is entered from within
circulations.

If CircAutoPrintQuickSlip (added in bug 7077) is enabled then
CircPayFinesRedirect will redirect after the quick slip window has opened (so
it does not interfere with existing behavior).

-- 
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 8058] Circulation empty barcode field redirect to pay fines screen if borrower has outstanding fines

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8058

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

   What|Removed |Added

 Status|NEW |Needs Signoff
   Assignee|kyle.m.h...@gmail.com   |chr...@catalyst.net.nz

--- Comment #1 from Chris Hall chr...@catalyst.net.nz ---
Created attachment 9445
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9445action=edit
Circulation empty barcode field redirect to pay fines screen if borrower has
outstanding fine

Added attachment (had to submit bug first to get bug number for comment)

-- 
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 8058] Circulation empty barcode field redirect to pay fines screen if borrower has outstanding fines

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8058

--- Comment #2 from Chris Hall chr...@catalyst.net.nz ---
There is currently an error where if you set CircPayFinesRedirect to 'do
nothing' and have CircAutoPrintQuickSlip set to 'clear screen' then koha will
throw an error about an undefined PrintIssueSlip function in
circ/circulation.pl, this has been reported in bug 7001

-- 
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 8057] Error when adding a patron with email address

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8057

--- Comment #1 from Joy Nelson j...@bywatersolutions.com ---
Patron was added with surname, firstname, primary email address, username, and
password.

-- 
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 3413] repeatable tickbox not sticking 1st time round

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3413

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

   What|Removed |Added

 Status|Pushed to Master|Pushed to Stable

-- 
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 8020] Prepare debian packages for 3.8 release

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8020

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

   What|Removed |Added

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

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


[Koha-bugs] [Bug 8025] Patron attribute not selected if value is zero

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8025

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

   What|Removed |Added

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

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


[Koha-bugs] [Bug 8027] Wrong order for parameters in Z39.50 SQL INSERT

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8027

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

   What|Removed |Added

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

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


[Koha-bugs] [Bug 8002] Can't add patron attribute type in newer installation

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8002

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

   What|Removed |Added

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

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


[Koha-bugs] [Bug 2399] All status fields in the item edit interface offer two blank/null entries per dropdown instead of one

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2399

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

   What|Removed |Added

 Status|Pushed to Master|Pushed to Stable

-- 
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 8057] Error when adding a patron with email address

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8057

--- Comment #2 from Joy Nelson j...@bywatersolutions.com ---
This error does not occur when the AutoEmailOpacUser is set to Don't Send. 
When it is set to Send, the warning appears.

-- 
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 7987] Typo causing invalid markup in circulation.tt

2012-05-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7987

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

   What|Removed |Added

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

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


  1   2   >