diff options
author | ivan <ivan> | 2009-08-07 00:39:14 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-08-07 00:39:14 +0000 |
commit | 958afb8d05de67e12df258b57bedcf85028b6253 (patch) | |
tree | 504079330e2f553faf8a899dd8dcebe3d5d138d6 /httemplate/view | |
parent | b3e081bbd2ba95554687a531bc134c00026a3669 (diff) |
don't start recurring billing when a start date hasn't been reached yet either... and since that works, add the start date to new package order, RT#5347
Diffstat (limited to 'httemplate/view')
-rwxr-xr-x | httemplate/view/cust_main/packages.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/packages.html b/httemplate/view/cust_main/packages.html index 8fbefae50..16adc8c5f 100755 --- a/httemplate/view/cust_main/packages.html +++ b/httemplate/view/cust_main/packages.html @@ -9,6 +9,7 @@ 'cust_main' => $cust_main, 'closetext' => 'Close', 'width' => 763, + 'height' => 350, ) %> % } |