From 5cf6dfb80578a9b6ba106cedcd72bf01adcf8958 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Sat, 17 Dec 2016 11:35:56 -0800 Subject: [PATCH] Send postal shipment via an email address? Really? This would have only worked if we had solved generalized energy-matter conversion.... and I haven't invented a Heisenberg compensator. --- scripts/t-shirt-label-print.plx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/t-shirt-label-print.plx b/scripts/t-shirt-label-print.plx index 304d37a..da6fd8c 100644 --- a/scripts/t-shirt-label-print.plx +++ b/scripts/t-shirt-label-print.plx @@ -96,7 +96,7 @@ foreach my $id (sort { sortFunction($a, $b); } @supporterIds) { next; } - my $postalAddress = $sp->getPreferredEmailAddress($id); + my $postalAddress = $sp->getPreferredPostalAddress($id); if (not defined $postalAddress) { my(@postalAddresses) = $sp->getPostalAddresses($id); $postalAddress = $postalAddresses[0];