Bug 7100

Summary: Not all placeholders in claims notice work (acquisitions)
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: AcquisitionsAssignee: Henri-Damien LAURENT <henridamien>
Status: CLOSED FIXED QA Contact: Bugs List <koha-bugs>
Severity: major    
Priority: P5 - low    
Version: 3.8   
Hardware: All   
OS: All   
URL: /cgi-bin/koha/acqui/lateorders.pl?delay=0&supplierid=
See Also: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7100
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 5347, 7102    
Bug Blocks:    

Description Katrin Fischer 2011-10-27 09:44:47 UTC
I tested claims in acquisitions with the standard notice that can be installed with Koha:

<<aqbooksellers.name>>
<<aqbooksellers.address1>>
<<aqbooksellers.address2>>
<<aqbooksellers.address3>>
<<aqbooksellers.address4>>
<<aqbooksellers.phone>>

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

The output for my late order (1) was:

Vendor with email

Ordernumber 6 (City of Fallen Angels) (2 ordered) ($10.000000
() ( ordered) ($ each) has not been received.

Not working:
- <<aqorders.listprice>> 
- <<aqorders.quantity>>
Comment 1 Katrin Fischer 2012-01-22 17:12:03 UTC
Quantity and listprice are displayed in the notice now. (fix included in
patches for bug 5347)

Note: Wrapping the aqorders fields in <order> </order> will output a list of
orders now.