From ff023eb486cc3000d1ee4a2186b8748e1fcbdbb6 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 6 Jul 2009 00:10:49 +0000 Subject: doh --- httemplate/elements/select-did.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/elements/select-did.html') diff --git a/httemplate/elements/select-did.html b/httemplate/elements/select-did.html index fcc5adc2b..2ff583ee1 100644 --- a/httemplate/elements/select-did.html +++ b/httemplate/elements/select-did.html @@ -70,7 +70,7 @@ my $country = $conf->config('countrydefault') || 'US'; #false laziness w/tr-select-did.html #XXX make sure this comes through on errors too -my $svcpart = $opt{'svcpart'} || $opt{'object'}->svcpart; +my $svcpart = $opt{'svcpart'} || $opt{'object'}->cust_svc->svcpart; my $part_svc = qsearchs('part_svc', { 'svcpart'=>$svcpart } ); die "unknown svcpart $svcpart" unless $part_svc; -- cgit v1.2.1