mailing_address.rb

1field(
2	var: "adr",
3	type: "fixed",
4	label: "Mailing Address",
5	description:
6		"Make payable to #{CONFIG[:payable]} and include your " \
7		"#{@in_note || 'Jabber ID'} in the mailing somewhere.",
8	value: CONFIG[:adr]
9)