[Koha-bugs] [Bug 10618] New: Acq claim email not formatting correctly and missing information

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Jul 20 20:12:41 CEST 2013


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

            Bug ID: 10618
           Summary: Acq claim email not formatting correctly and missing
                    information
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Notices
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: katrin.fischer at bsz-bw.de
        QA Contact: testopia at bugs.koha-community.org

The sample notice for Acquisition claims looks like this:

<order>Ordernumber <<aqorders.ordernumber>> (<<biblio.title>>)
(<<aqorders.quantity>> ordered) ($<<aqorders.listprice>> each) has not been
received.</order>

But this will give you the following output in an email:
<order>Ordernumber 928 (Learning Perl  (1 ordered) ($EUR each) has not been
received.</order>
<order>Ordernumber 1690 (FIZ Technik) (1 ordered) ($EUR each) has not been
received.</order> 

The listprice is missing and the <order> tags are printed into the email.
lisprice was empty in the database for ordernumber 928, but 10.00 for 1690.

Note: The notice still works when you remove the <order></order> from the
template. 

Tested with text emails, not HTML.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list