summaryrefslogtreecommitdiff
path: root/httemplate/misc/delay_susp_pkg.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/misc/delay_susp_pkg.html')
-rwxr-xr-xhttemplate/misc/delay_susp_pkg.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/misc/delay_susp_pkg.html b/httemplate/misc/delay_susp_pkg.html
index 8adc40d55..e5f1d8cb3 100755
--- a/httemplate/misc/delay_susp_pkg.html
+++ b/httemplate/misc/delay_susp_pkg.html
@@ -68,6 +68,10 @@ my $title = 'Delay Suspension of Package';
my $cust_pkg = qsearchs('cust_pkg', {'pkgnum' => $pkgnum})
or die "Unknown pkgnum: $pkgnum";
+$date = time2str($date_format, $cust_pkg->dundate)
+ if $cust_pkg->dundate
+ && ! $cgi->param('error');
+
my $part_pkg = $cust_pkg->part_pkg;
</%init>