[Koha-bugs] [Bug 10475] Item form in acquisition not hiding subfields properly

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jun 25 19:02:15 CEST 2013


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

--- Comment #2 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 19237
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=19237&action=edit
Bug 10475 - Item form in acquisition not hiding subfields properly

Subfields hidden in your ACQ framework leave a gap where they used to
be in the item entry form when adding an item to an order. This patch
makes the same change made by 7116 to services/itemrecorddisplay.tt to
correct the problem.

To test:

- Edit your ACQ framework and set some item subfields to hidden in the
  editor.
- Set your  AcqCreateItem system preference to "when placing an order."
- Add a title to an existing basket from an existing record.

The item entry form should display correctly with your hidden subfields
hidden. No whitespace should be left behind where the subfields were
hidden.

Also changed: Invalid "size" attributes on hidden form fields in
neworderempty.tt, stray </li>.

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


More information about the Koha-bugs mailing list