summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorlevinse <levinse>2010-12-08 21:37:45 +0000
committerlevinse <levinse>2010-12-08 21:37:45 +0000
commit19f2731dbceb444c5dd45f57fb0a785dcaf9aa65 (patch)
treea4bcff91ee75260b0f0384b6888b86f7c0232d29 /httemplate/view
parentdf2bf964527e0b5596af471b1b7d84d14305b2a2 (diff)
-rename qual export sub to part_export, RT7111
-initial commit of part_pkg_vendor implementation, RT7111
Diffstat (limited to 'httemplate/view')
-rw-r--r--httemplate/view/qual.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/qual.cgi b/httemplate/view/qual.cgi
index c440baeaf..8ab0032ad 100644
--- a/httemplate/view/qual.cgi
+++ b/httemplate/view/qual.cgi
@@ -60,6 +60,6 @@ $location_kind = "Residential" if $cust_location->get('location_kind') eq 'R';
$location_kind = "Business" if $cust_location->get('location_kind') eq 'B';
my $cust_or_prospect = $qual->cust_or_prospect;
-my $export = $qual->export;
+my $export = $qual->part_export;
</%init>