There is a line at 50 that sez:

prodCatalogs = delegator.findByAnd("ProdCatalog");

This causes a groovy ambiguious error when you go to the catalog screen in
12.04.

Changing this to:
prodCatalogs = delegator.findAll("ProdCatalog");

Fixes the problem.

I expect you guys already did this, there here it is for any others like me
that just download the zip file.

Skip

Reply via email to