[Koha-bugs] [Bug 8637] Lack of control on mandatory in orderreveive.tt

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 14 19:04:00 CEST 2012


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

--- Comment #2 from Owen Leonard <oleonard at myacpl.org> ---
This looks like it works correctly, but I think it would be a good idea to pull
a couple of things from the additem.pl template:

<label class="required">[% ite.subfield %] - [% ite.marc_lib %]</label>

...and...

[% IF ( ite.mandatory ) %] <span class="required">Required</span>[% END %]

This would make the mandatory nature of the fields a little more obvious and
make it consistent with other forms.

Looking at this makes me wonder... Why don't we use
services/itemrecorddisplay.pl for additem.pl too?

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


More information about the Koha-bugs mailing list