[Koha-bugs] [Bug 9383] New: Bad logic, missing params, and irregular labeling for Members scripts

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jan 14 06:10:06 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9383

            Bug ID: 9383
           Summary: Bad logic, missing params, and irregular labeling for
                    Members scripts
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Patrons
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: dcook at prosentient.com.au
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com

1) Category_type not being passed from moremember.pl to applicable templates

2) Logic in moremembers.pl doesn't work without category_type param. 

However, with the param, it runs category_type conditions one after another
(if/else, if/else), rather than nesting them (if/elsif/else), which creates
duplicate data for the P category type. 

3) Labels are inconsistent between memberentrygen.pl page and moremember.pl
page

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list