Comment 1 for bug 1080872

Revision history for this message
Ben Shum (bshum) wrote :

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.