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@lists.koha-community.org Reporter: dcook@prosentient.com.au CC: gmcharlt@gmail.com, kyle.m.hall@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.