summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--httemplate/edit/quotation.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/quotation.html b/httemplate/edit/quotation.html
index ab1d5242b..25966e4a9 100644
--- a/httemplate/edit/quotation.html
+++ b/httemplate/edit/quotation.html
@@ -18,7 +18,7 @@
{ field=>'custnum', type=>'fixed-cust_main' },
{ field=>'_date', type=>'fixed-date' },
{ field=>'quotation_description', type=>'text', size=>50 },
- { field=>'close_date', type=>'input-date-field' },
+ { field=>'close_date', type=>'input-date-field', value=>'30' },
{ field=>'confidence', type=>'text', size=>3, postfix=>'%' },
($can_disable ? { field=>'disabled', type=>'checkbox', value=>'Y'} : ()),
],
@@ -44,4 +44,4 @@ my $conf = new FS::Conf;
my $default_close_days ||= $conf->config('quotation_disable_after_days');
-</%init>
+</%init> \ No newline at end of file