summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main/qual_link.html
blob: b8dfaf9b20dfbbccedae2f6c5148920d7e614a4a (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/qual.html',
              'label'       => 'New&nbsp;Qualification',
              'actionlabel' => 'New Qualification',
              'color'       => '#333399',
              'cust_main'   => $cust_main,
              'closetext'   => 'Close',
              'width'       => 763,
              'height'      => 436,
          )
%>
<%init>

my($cust_main) = @_;

</%init>