Closed (fixed)
Project:
Address Field
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Dec 2013 at 09:28 UTC
Updated:
1 Sep 2015 at 10:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
johnvAttached patch does a search & add for 'sub_premise', for every occurrence of 'premise' in :
- devel generate, tokens, views handler, etc.
- mailchimp apparently doesn't need this.
It also fixes a text error in 'premise'.
Comment #2
bojanz commentedCommitted, thanks.
Comment #4
troybthompson commentedI've been looking for this support. I see the tokens, etc. How do I make it show up on the address form to collect this field, though?
Comment #5
bojanz commentedYou would need to write your own plugin for that. The field is not meant to be used (you have two address lines that can hold all data).
Comment #7
miaoulafrite commentedHello,
this feature is cool, however, addresses.txt file does not contain column for sub-premises, and then devel generate raises errors when generating content:
Reason is the mismatch between source when
from addresses.txt
is assigned to
please add a column for sub-premises in addresses.txt file.
Comment #8
miaoulafrite commentedIt can be NULL but it has to exist.
Attached a new addresses.txt file with extra column for sub premises filled with NULL values.
Comment #9
bojanz commentedCommitted, thanks.