[Koha-bugs] [Bug 3926] New: Managing suggestions: suggestion edit form combines data

bugzilla-daemon at kohaorg.ec2.liblime.com bugzilla-daemon at kohaorg.ec2.liblime.com
Tue Dec 15 15:14:23 CET 2009


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 at koha-fr.org
        ReportedBy: oleonard at 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.



More information about the Koha-bugs mailing list