diff options
author | ivan <ivan> | 2008-03-17 02:37:39 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-03-17 02:37:39 +0000 |
commit | 34ab52f564fec94959337e93eafa071b60a76f73 (patch) | |
tree | 6050b851e8c218b5cc3aeac3c1135ff1c96e3890 /httemplate/view/cust_main/packages.html | |
parent | d127cd926f9f5fec61200b9fa32875e826f29887 (diff) |
fix oops in new popup components
Diffstat (limited to 'httemplate/view/cust_main/packages.html')
-rwxr-xr-x | httemplate/view/cust_main/packages.html | 2 |
1 files changed, 1 insertions, 1 deletions
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, } ) } |