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.