Closed (outdated)
Project:
Mailing Label
Version:
6.x-1.1-beta1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Dec 2010 at 15:11 UTC
Updated:
28 Mar 2026 at 11:46 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
lonestar790 commentedAs requested, I double checked to make sure that the fields were not excluded. I reloaded the module, and uninstalled it and reinstalled it. On the PDF, no matter the configuration, only the last field displays on the PDF. The data does reveal in the preview table of the view. I have included some screen shots for you to see.
Comment #2
letapjar commentedI've posted an update to the module on the github repo.
This issue was actually due to a missing period in mailing_label.module in the mailing_label_create_label function ( should have been '.=' instead of '=' in the line that reads: $val = $v )
Also, please note that there was a separate typo in the inline-fields patch that cause the output to be formatted wrong in the case that no fields were selected to be inlined. I have posted the updated patch for only the inline fields issue in the appropriate thread here
Comment #3
bluegeek9 commented