http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7093

             Bug #: 7093
           Summary: Placeholders for suggestion table in suggestion
                    related mails broken
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: master
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: critical
          Priority: P5
         Component: Acquisitions
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
            Blocks: 4211


There are mails generated when you mark something as available or when you mark
it as rejected. Every time you change the status between those too, the patron
will get a notification. The messages are correctly written into the
message_queue table.

BUT: The placeholders for fields from suggestions do not work. The patron name
showed up correctly. For testing purposes I added all fields from suggestions
to my notices:

suggestionid <<suggestions.suggestionid>>
suggestedby <<suggestions.suggestedby>>
suggesteddate <<suggestions.suggesteddate>>
managedby <<suggestions.managedby>>
manageddate <<suggestions.manageddate>>
acceptedby <<suggestions.acceptedby>>
accepteddate <<suggestions.accepteddate>>
rejectedby <<suggestions.rejectedby>>
rejecteddate <<suggestions.rejecteddate>>
STATUS <<suggestions.STATUS>>
note <<suggestions.note>>
author <<suggestions.author>>
title <<suggestions.title>>
copyrightdate <<suggestions.copyrightdate>>
publishercode <<suggestions.publishercode>>
date <<suggestions.date>>
volumedesc <<suggestions.volumedesc>>
publicationyear <<suggestions.publicationyear>>
place <<suggestions.place>>
isbn <<suggestions.isbn>>
mailoverseeing <<suggestions.mailoverseeing>>
biblionumber <<suggestions.biblionumber>>
reason <<suggestions.reason>>
budgetid <<suggestions.budgetid>>
branchcode <<suggestions.branchcode>>
collectiontitle <<suggestions.collectiontitle>>
itemtype <<suggestions.itemtype>>
quantity <<suggestions.quantity>>
currency <<suggestions.currency>>
price <<suggestions.price>>
total <<suggestions.total>>

None of those showed up in my mails. Without at least title and author the
mails are quite useless.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to