Bug 7101 - Example notice for claims in acquisitions needs an update
Summary: Example notice for claims in acquisitions needs an update
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Acquisitions (show other bugs)
Version: 3.8
Hardware: All All
: P5 - low normal (vote)
Assignee: Henri-Damien LAURENT
QA Contact: Bugs List
URL: /cgi-bin/koha/acqui/lateorders.pl?del...
Keywords:
Depends on: 5347
Blocks: 7102
  Show dependency treegraph
 
Reported: 2011-10-27 09:46 UTC by Katrin Fischer
Modified: 2012-10-25 23:09 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Katrin Fischer 2011-10-27 09:46:34 UTC
The example claims notice for acquisition installed with Koha needs an update to be more helpful. The address information needs to be changed, as we no longer use the address1 - address4 fields, but the field postal to store the address.

<<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.
Comment 1 Katrin Fischer 2012-01-22 17:10:58 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.
Comment 2 Katrin Fischer 2012-01-22 17:15:58 UTC
Last comment was supposed to go on bug 7100.

Patches for bug 5347 include an update to the notice template for acq claims. 

I retested the address output and it works nicely. The postal address is only one field on the vendor form, but if you enter more than 1 line the lines will be saved separately to address1-address4 in the aqbookseller table.