[Koha-bugs] [Bug 5347] late order management

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 8 08:21:31 CET 2011


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

--- Comment #16 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-08 07:21:31 UTC ---
3) The corrected default notice will not output a list:

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

Email:
Ordernumber 10 (City of Fallen Angels) (1 ordered)($10.00 each) has not been
received.

Using that works better:
ACQCLAIM
<item>Ordernumber <<aqorders.ordernumber>> (<<biblio.title>>)
(<<aqorders.quantity>> ordered)($<<aqorders.listprice>> each) has not been
received.</item>

I think the <item> tags (or another tag, see 4) ) should be added to the
notices too.

Email:
Ordernumber 10 (City of Fallen Angels) (1 ordered)($10.00 each) has not been
received.
Ordernumber 11 (Die Staatl. Ingenieurschule in Konstanz /) (1 ordered)($3.00
each) has not been received.

4) 
I think using the <item> tag here might be confusing, because people expect a
list of items instead of records. Perhaps it would be better to use <title> or
<record> or <biblio>?

Sorry for not spotting those things earlier :(

-- 
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.
You are watching all bug changes.


More information about the Koha-bugs mailing list