From ed25910812734764d5fe54a826fad4791a7dcda8 Mon Sep 17 00:00:00 2001 From: levinse Date: Tue, 28 Dec 2010 18:34:45 +0000 Subject: add cust_pkg.order_date, RT6628 --- httemplate/view/cust_main/packages/status.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'httemplate/view') 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'); -- cgit v1.2.1