[Bug 3926] New: Managing suggestions: suggestion edit form combines data
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3926 Summary: Managing suggestions: suggestion edit form combines data Product: Koha Version: HEAD Platform: All OS/Version: All Status: NEW Severity: minor Priority: P5 Component: Acquisitions AssignedTo: henridamien@koha-fr.org ReportedBy: oleonard@myacpl.org Estimated Hours: 0.0 Change sponsored?: --- When editing a suggestion (suggestion/suggestion.pl?op=add) information is displayed about when the suggestion was managed. This information is passed to the template as one variable even though it consists of several individual elements: my $presentation_string=$$member{firstname}." ".$$member{surname}." ".GetBranchName($$member{branchcode})." ".$$member{description}." ".$$member{category_type}; It would be better to pass each element to the template so that the display was more flexible. -- 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=3926 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|henridamien@koha-fr.org |oleonard@myacpl.org Status|NEW |ASSIGNED --- Comment #1 from Owen Leonard <oleonard@myacpl.org> 2009-12-15 18:16:09 --- Created an attachment (id=1347) --> (http://bugs.koha.org/cgi-bin/bugzilla3/attachment.cgi?id=1347) Proposed fix -- 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=3926 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- 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.
participants (1)
-
bugzilla-daemon@kohaorg.ec2.liblime.com