summaryrefslogtreecommitdiff
path: root/httemplate/edit/REAL_cust_pkg.cgi
diff options
context:
space:
mode:
authorjeff <jeff>2007-06-26 15:37:19 +0000
committerjeff <jeff>2007-06-26 15:37:19 +0000
commitc8f56207c0c8ee26b62824064e59d5952c20f70b (patch)
treefb0ebf505a870db499ae7517a1beae6c72febe23 /httemplate/edit/REAL_cust_pkg.cgi
parentbd8582f48b90a63c17a568e4a395a82fe4f9277e (diff)
suspend later just like expire (#1487)
Diffstat (limited to 'httemplate/edit/REAL_cust_pkg.cgi')
-rwxr-xr-xhttemplate/edit/REAL_cust_pkg.cgi11
1 files changed, 10 insertions, 1 deletions
diff --git a/httemplate/edit/REAL_cust_pkg.cgi b/httemplate/edit/REAL_cust_pkg.cgi
index 69bbb9b22..7a9e030e9 100755
--- a/httemplate/edit/REAL_cust_pkg.cgi
+++ b/httemplate/edit/REAL_cust_pkg.cgi
@@ -50,8 +50,9 @@
%
%
%#print info
-%my($susp,$cancel,$expire)=(
+%my($susp,$adjourn,$cancel,$expire)=(
% $cust_pkg->getfield('susp'),
+% $cust_pkg->getfield('adjourn'),
% $cust_pkg->getfield('cancel'),
% $cust_pkg->getfield('expire'),
%);
@@ -134,6 +135,14 @@
<IMG SRC="../images/calendar.png" ID="bill_button" STYLE="cursor: pointer" TITLE="Select date">
</TD>
</TR>
+ <TR>
+ <TD ALIGN="right">Adjournment date</TD>
+ <TD>
+ <INPUT TYPE="text" NAME="adjourn" SIZE=32 ID="adjourn_text" VALUE="<% ( $adjourn ? time2str($format, $adjourn) : "" ) %>">
+ <IMG SRC="../images/calendar.png" ID="adjourn_button" STYLE="cursor: pointer" TITLE="Select date">
+ <BR><FONT SIZE=-1>(will <b>suspend</b> this package when the date is reached)</FONT>
+ </TD>
+ </TR>
% if ( $susp ) {
<TR>