http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2022 Summary: issuingrules.pl causes character constraints on category, branch, itemtype names Product: Koha Version: HEAD Platform: PC OS/Version: All Status: NEW Severity: blocker Priority: P3 Component: Circulation AssignedTo: galen.charlton@liblime.com ReportedBy: rch@liblime.com QAContact: koha-bugs@lists.koha.org the template uses '-' and '.' to pass circ params, and the script splits on these. This causes '-' to be an invalid char in categorycode, '.' in itemtype, and both of them in branchcode. Need to redesign the template to fix this, or explicitly disallow these chars. Obviously, the former is the better solution :) ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.