Minor factoring in C4/Biblio.pm, plus change to export the per-tag
authoracli <acli>
Mon, 3 Feb 2003 18:46:00 +0000 (18:46 +0000)
committeracli <acli>
Mon, 3 Feb 2003 18:46:00 +0000 (18:46 +0000)
commitb5ecefd485a75d54a5fa26fff5a0cc890541e2c3
treeaf04be916898e64195b6d07b51061c1402d9efdc
parent9bf2ee4a1386fd5c94c4ed42ff042f58bac6a4fa
Minor factoring in C4/Biblio.pm, plus change to export the per-tag
'mandatory' property to a per-subfield 'tag_mandatory' template parameter,
so that addbiblio.tmpl can distinguish between mandatory subfields in a
mandatory tag and mandatory subfields in an optional tag

Not-minor factoring in acqui.simple/addbiblio.pl to make the if-else blocks
smaller, and to add some POD; need further testing for this

Added function to check if a MARC subfield name is "koha-internal" (instead
of checking it for 'lib' and 'tag' everywhere); temporarily added to Koha.pm

Use above function in acqui.simple/additem.pl and search.marc/search.pl
C4/Biblio.pm
C4/Koha.pm
acqui.simple/addbiblio.pl
acqui.simple/additem.pl
search.marc/search.pl