koha-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-bugs] [Bug 1374] New: Fix Issuing rules


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 1374] New: Fix Issuing rules
Date: Sat, 7 Jul 2007 13:20:12 -0700 (PDT)

http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1374

           Summary: Fix Issuing rules
           Product: Koha
           Version: branch 2.2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Circulation
        AssignedTo: address@hidden
        ReportedBy: address@hidden
         QAContact: address@hidden


The issuingrules.pl page has two problems:
     * The maxissueqty and issuelength fields are never displayed.  The fields
are always blank, even if they have valid data in the database.
     * The fine is displayed with about 9 decimal places, making it very
difficult to read since the field for fine, reminder, and period isn't large
enough.

This patch does two things:
     * It refractors the logic for wether maxissueqty and issuelength should be
displayed.  Now it works.  I don't know why - changing it was just my first
step in debugging.
     * It strips trailing zeros after the decimal place for the fine, and if
that leaves no numbers after the decimal, it strips the decimal also.

My Setup:
Windows Server 2003 SP1
Apache/2.0.58
MySQL 5.0.22-community-nt
ActivePerl 5.8.8-517
Koha 2.2.8
Active Directory LDAP Auth




------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]