Closed (fixed)
Project:
Mailing Label EZH
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Nov 2011 at 15:20 UTC
Updated:
24 Nov 2011 at 19:45 UTC
Jump to comment: Most recent file
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
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 0001-Fix-failure-to-use-user-selected-format.patch | 3.73 KB | ezheidtmann |
Comments
Comment #1
ezheidtmann commentedThe 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?
Comment #2
martinst commentedThat solved the problem. Thanks
Comment #3
ezheidtmann commentedCommitted to 7.x-1.x. Thanks, Martin.
For future reference, an issue is not closed until the patch has been committed.