From 4b2d943e8707fcac8801b24c067a39afca1a9726 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 30 Jul 2009 15:33:39 -0700 Subject: [PATCH] fix a typo in the definition. It should be residentialIndicator. --- lib/WebGUI/Shop/ShipDriver/UPS.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Shop/ShipDriver/UPS.pm b/lib/WebGUI/Shop/ShipDriver/UPS.pm index f87febc53..0a40501cc 100644 --- a/lib/WebGUI/Shop/ShipDriver/UPS.pm +++ b/lib/WebGUI/Shop/ShipDriver/UPS.pm @@ -371,7 +371,7 @@ sub definition { options => \%customerClassification, defaultValue => '01', }, - residential => { + residentialIndicator => { fieldType => 'radioList', label => $i18n->get('residential'), hoverHelp => $i18n->get('residential help'),