summaryrefslogtreecommitdiff
path: root/httemplate/edit
diff options
context:
space:
mode:
authorlevinse <levinse>2010-12-28 18:34:39 +0000
committerlevinse <levinse>2010-12-28 18:34:39 +0000
commit38532144b08af1ae9e577c32ad1924e7c891b8c6 (patch)
treeb11ad872d606bb828c02f20720c9dff13813e8cf /httemplate/edit
parent1058f6e338399f9b22a5f294ef17b14403ca0848 (diff)
add cust_pkg.order_date, RT6628
Diffstat (limited to 'httemplate/edit')
-rwxr-xr-xhttemplate/edit/REAL_cust_pkg.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/edit/REAL_cust_pkg.cgi b/httemplate/edit/REAL_cust_pkg.cgi
index ba217ebca..859baa1b1 100755
--- a/httemplate/edit/REAL_cust_pkg.cgi
+++ b/httemplate/edit/REAL_cust_pkg.cgi
@@ -46,6 +46,7 @@
<TD BGCOLOR="#ffffff"><% $cust_pkg->otaker %></TD>
</TR>
+ <& .row_display, cust_pkg=>$cust_pkg, column=>'order_date', label=>'Order' &>
% if ( $cust_pkg->setup && ! $cust_pkg->start_date ) {
<& .row_display, cust_pkg=>$cust_pkg, column=>'start_date', label=>'Start' &>
% } else {