http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5347
--- Comment #18 from Katrin Fischer <[email protected]> 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
