From 24ef9a508c41159b4aa2ad117696340c18f2a9eb Mon Sep 17 00:00:00 2001 From: Tim Worrall Date: Tue, 22 Jul 2014 16:16:20 -0400 Subject: [PATCH] fixed referenced url in qr code data --- .../body/partials/individual/individual-qrCodeGenerator.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/productMods/templates/freemarker/body/partials/individual/individual-qrCodeGenerator.ftl b/productMods/templates/freemarker/body/partials/individual/individual-qrCodeGenerator.ftl index 1683152e..14555044 100644 --- a/productMods/templates/freemarker/body/partials/individual/individual-qrCodeGenerator.ftl +++ b/productMods/templates/freemarker/body/partials/individual/individual-qrCodeGenerator.ftl @@ -63,7 +63,7 @@ <#local title = qrData.preferredTitle! > <#local phoneNumber = qrData.phoneNumber! > <#local email = qrData.email! > - <#local url = qrData.externalUrl! > + <#local url = individual.uri! > <#local photo = individual.thumbUrl! > <#local rev = "" >