http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4190 Summary: Patron messages dont work with branchcode > 4 Product: Koha Version: rel_3_2 Platform: PC OS/Version: Windows NT Status: NEW Severity: critical Priority: P5 Component: Patrons AssignedTo: gmcharlt@gmail.com ReportedBy: katrin.fischer@bsz-bw.de Estimated Hours: 0.0 Change sponsored?: --- Tested with 3.01.00.117 The message feature in patron account does not work for branches with branchcodes > 4 characters. When adding a message for branch bib, message is saved and shown in patron account. When adding a message for branch bibsee, message is saved, but not shown in patron account. Both messages were saved in table messages. message_id,"borrowernumber","branchcode","message_type","message","message_date" 1,1,"BIB","L","Testing notes sysetm","2009-12-15 04:17:37" 2,2,"bibs","L","Testing again","2009-12-15 04:20:02" branchcode in branches is varchar(10), branchcode in messages is varchar(4). -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.