[Bug 4190] New: Patron messages dont work with branchcode > 4
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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4190 --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> 2010-03-04 22:32:17 --- Created an attachment (id=1732) --> (http://bugs.koha.org/cgi-bin/bugzilla3/attachment.cgi?id=1732) proposed patch Patch changes messages.branchcode from varchar(4) to varchar(10). -- 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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4190 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED OS/Version|Windows NT |All Priority|P5 |PATCH-Sent -- 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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4190 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|gmcharlt@gmail.com |katrin.fischer@bsz-bw.de Status|ASSIGNED |NEW -- 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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4190 Galen Charlton <gmcharlt@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gmcharlt@gmail.com Status|NEW |ASSIGNED --- Comment #2 from Galen Charlton <gmcharlt@gmail.com> 2010-03-17 00:59:56 --- Patch pushed to HEAD for inclusion in 3.2. Please test and close. -- 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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4190 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> 2010-04-06 14:30:01 --- I can add and delete messages in our installation now. -- 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.
participants (1)
-
bugzilla-daemon@kohaorg.ec2.liblime.com