From: ivan Date: Mon, 17 Mar 2008 02:37:39 +0000 (+0000) Subject: fix oops in new popup components X-Git-Tag: root_of_webpay_support~818 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=34ab52f564fec94959337e93eafa071b60a76f73;p=freeside.git fix oops in new popup components --- diff --git a/httemplate/view/cust_main/packages.html b/httemplate/view/cust_main/packages.html index b51c02494..0f1d608aa 100755 --- a/httemplate/view/cust_main/packages.html +++ b/httemplate/view/cust_main/packages.html @@ -590,7 +590,7 @@ sub order_pkg_link { include( '/elements/popup_link-cust_main.html', 'label' => 'Order new package', 'actionlabel' => 'Order new package', 'color' => '#333399', - 'cust_svc' => shift, + 'cust_main' => shift, } ) }