So it does turn out to be bad variable leaks with use of PROCESS instead of INCLUDE.
Instead of
PROCESS get_marc_attrs args=attrs;
it should be:
INCLUDE get_marc_attrs args=attrs;
This change fixes getit.tt2 to allow the pickup library dropdown to populate.
Branch forthcoming.
So it does turn out to be bad variable leaks with use of PROCESS instead of INCLUDE.
Instead of
PROCESS get_marc_attrs args=attrs;
it should be:
INCLUDE get_marc_attrs args=attrs;
This change fixes getit.tt2 to allow the pickup library dropdown to populate.
Branch forthcoming.