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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 8 13:00:55 CET 2011


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

--- Comment #18 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-08 12:00:55 UTC ---
:)

Let me explain 4)
ODUE notices gives you item information. You can also display the title
information, but it's one line per item. The ACQCLAIM gives you one line per
ordered title and you can't display item information in there yet. (And it
would only make sense for libraries using AcqCreateItem = on order anyway) But
if we keep the "1 line per title" and "1 line per item" in separate tags, we
could perhaps later have a construct like:

<record>
<<biblio.title>>
<item><<item.callnumber>>.</item>
</record>

And it would be always clear if you get a list of records, or a list of items.

-- 
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