[Koha-bugs] [Bug 12851] order tags are not removed on claiming serials/orders

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 4 14:48:38 CET 2014


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

--- Comment #11 from Zeno Tajoli <z.tajoli at cineca.it> ---
Dear Johnatyhan and Katrin,
if you see here:
http://manual.koha-community.org/3.16/en/noticesappendix.html#noticesfieldguide

you can see that in Notices and slips only those 'special' tags are supported:
<<items.content>> or <item> </item>
<checkedout> </checkedout>
<overdue> </overdue> 
<news> </news>
<checkedout> </checkedout> 

Those tags needs special routines in the code because the generic routine (C4::
Letters::GetPreparedLetter) works only with name of tables.
And the name of table for order is 'aqorders', not 'orders'.

As I know, '<oder>' and '</order>' are only strings without meanning now in
Koha.

So the best option is to delete the tags in sample_notices.sql

In comment 2 Paola Rossi found that ACQCLAIM and ACQCLAIM-ISSUE extrat all data
that we need without '<oder>' and '</order>', also for multiple situations

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


More information about the Koha-bugs mailing list