Koha Devs --

I've been looking at fixing the autopopulation of fields (dateaccessioned,
barcode, etc) in cataloging.  The architecture is a bit screwy.  Some of the
scripts in cataloguing/value_builder/ are designed to run as stand-alones
and others are called by a "do" statement in additem.pl.  Anyway, that's
just background.

There are two scripts that break security by passing authnotrequired => 1 to
get_template_and_user:

   - cataloguing/value_builder/labs_theses.pl
   - cataloguing/value_builder/unimarc_field_4XX.pl

I defer on updating them myself because they may be obsolete entirely.  Can
anyone at BibLibre comment on the status of these scripts?

--Joe Atzberger,
LibLime
_______________________________________________
Koha-devel mailing list
Koha-devel@lists.koha.org
http://lists.koha.org/mailman/listinfo/koha-devel

Reply via email to