summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main/qual_link.html
diff options
context:
space:
mode:
authorlevinse <levinse>2010-12-06 06:36:02 +0000
committerlevinse <levinse>2010-12-06 06:36:02 +0000
commit663b89d06a2c97fb0e7915ba409310fbefefea98 (patch)
treeaad540155dcd88062267857ff195858ad7f506f1 /httemplate/view/cust_main/qual_link.html
parentd4f1051cbd26721f4106df86cd423240315748e5 (diff)
-tr-select-cust_location.html and elements/location.html: optionally support alternate address format and
optional address -nearly finished qualifications, RT7111
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>