With the latest updates the problems I was having with $avery_formats has been resolved but the form type you select has now effect on the form type used.

I presume the problem is with
function __construct($format = '5160') {
which fixes the form type. It is not clear to me which variable holds the user selected form type

Comments

ezheidtmann’s picture

The line you cite sets the default argument; if an argument is specified, the default argument is ignored.

But I was not supplying an argument. Can you apply this patch and try again?

martinst’s picture

Status: Active » Closed (fixed)

That solved the problem. Thanks

ezheidtmann’s picture

Committed to 7.x-1.x. Thanks, Martin.

For future reference, an issue is not closed until the patch has been committed.