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@ptfs.com ReportedBy: jwagner@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.