[Koha-bugs] [Bug 10543] false mandatory warning in additem

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 11 16:53:12 CEST 2013


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

--- Comment #9 from Fridolyn SOMERS <fridolyn.somers at biblibre.com> ---
Created attachment 19574
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=19574&action=edit
Bug 10543 - Unify item mandatory subfields check

Followup 1 :
Use of CheckMandatorySubfields method in other item forms than additem.tt :
- acqui/neworderempty.tt : was an old-fashioned code
- acqui/orderreceive.tt : was the same code as additem.tt
- serials/serials-edit.tt : was a code similar to CheckMandatorySubfields but
yet slower because each() function loops on every subfield, not only
mandatories. Also did not add "missing" class. Note that check is only
performed on visible item forms.

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


More information about the Koha-bugs mailing list