[Koha-bugs] [Bug 4210] New: Acquisitions suggestion templates have library name field, but data is not passed

bugzilla-daemon at kohaorg.ec2.liblime.com bugzilla-daemon at kohaorg.ec2.liblime.com
Wed Feb 17 20:39:44 CET 2010


http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4210

           Summary: Acquisitions suggestion templates have library name
                    field, but data is not passed
           Product: Koha
           Version: HEAD
          Platform: PC
        OS/Version: Windows 2000
            Status: ASSIGNED
          Severity: minor
          Priority: P5
         Component: Acquisitions
        AssignedTo: jwagner at ptfs.com
        ReportedBy: jwagner at ptfs.com
   Estimated Hours: 0.0
 Change sponsored?: ---


The various acquisitions suggestion templates in
kohaclone/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion have a line like:

Dear <!-- TMPL_VAR NAME="LibraryName" --> user,

but the LibraryName variable is not passed to the suggestions script.  I
modified C4/Suggestions.pm to add it into the list being passed to the
templates:

LibraryName => C4::Context->preference("LibraryName")


-- 
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