diff options
author | levinse <levinse> | 2010-12-28 18:34:39 +0000 |
---|---|---|
committer | levinse <levinse> | 2010-12-28 18:34:39 +0000 |
commit | 38532144b08af1ae9e577c32ad1924e7c891b8c6 (patch) | |
tree | b11ad872d606bb828c02f20720c9dff13813e8cf /httemplate/view/cust_main/packages | |
parent | 1058f6e338399f9b22a5f294ef17b14403ca0848 (diff) |
add cust_pkg.order_date, RT6628
Diffstat (limited to 'httemplate/view/cust_main/packages')
-rw-r--r-- | httemplate/view/cust_main/packages/status.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/packages/status.html b/httemplate/view/cust_main/packages/status.html index f9198c2dc..2707803ef 100644 --- a/httemplate/view/cust_main/packages/status.html +++ b/httemplate/view/cust_main/packages/status.html @@ -3,6 +3,10 @@ %#this should use cust_pkg->status and cust_pkg->statuscolor eventually +% if ( $cust_pkg->order_date ) { + <% pkg_status_row($cust_pkg, 'Ordered', 'order_date', %opt ) %> +% } + % if ( $cust_pkg->get('cancel') ) { #status: cancelled % my $cpr = $cust_pkg->last_cust_pkg_reason('cancel'); |