summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main/order_pkg_link.html
blob: 30c86a7574e99e15fb18e0c2b6592fac707f3bec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<% include( '/elements/popup_link-cust_main.html',
              'action'      => $p. 'misc/order_pkg.html',
              'label'       => 'Order&nbsp;new&nbsp;package',
              'actionlabel' => 'Order new package',
              'color'       => '#333399',
              'cust_main'   => $cust_main,
              'closetext'   => 'Close',
              'width'       => 763,
              'height'      => 538,
          )
%>
<%init>

my($cust_main) = @_;

</%init>