From ff023eb486cc3000d1ee4a2186b8748e1fcbdbb6 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 6 Jul 2009 00:10:49 +0000 Subject: doh --- httemplate/elements/tr-select-did.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'httemplate/elements/tr-select-did.html') diff --git a/httemplate/elements/tr-select-did.html b/httemplate/elements/tr-select-did.html index c8a653e57..6dd057600 100644 --- a/httemplate/elements/tr-select-did.html +++ b/httemplate/elements/tr-select-did.html @@ -19,12 +19,12 @@ <%init> my %opt = @_; - +warn Dumper(\%opt); my $cell_style = $opt{'cell_style'} ? 'STYLE="'. $opt{'cell_style'}. '"' : ''; #false laziness w/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