summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main/qual_link.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/view/cust_main/qual_link.html')
-rw-r--r--httemplate/view/cust_main/qual_link.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/qual_link.html b/httemplate/view/cust_main/qual_link.html
new file mode 100644
index 000000000..077142c0a
--- /dev/null
+++ b/httemplate/view/cust_main/qual_link.html
@@ -0,0 +1,16 @@
+<% include( '/elements/popup_link-cust_main.html',
+ 'action' => $p. 'misc/qual.html',
+ 'label' => 'Service&nbsp;Qualification',
+ 'actionlabel' => 'Service Qualification',
+ 'color' => '#333399',
+ 'cust_main' => $cust_main,
+ 'closetext' => 'Close',
+ 'width' => 763,
+ 'height' => 436,
+ )
+%>
+<%init>
+
+my($cust_main) = @_;
+
+</%init>