diff options
author | Mark Wells <mark@freeside.biz> | 2013-08-07 16:39:21 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-08-07 16:39:21 -0700 |
commit | f3a97201def678ff5cb382520132f303a16d0d12 (patch) | |
tree | 42aaacfe990d6fef1933a8c2e5536880311d6b85 /rt/lib/RT/Interface/Web.pm | |
parent | 2d54c6f57754b233f5ba7f19b34a26285ebab08e (diff) |
fix WillResolve date editing in ticket basics, #23309
Diffstat (limited to 'rt/lib/RT/Interface/Web.pm')
-rw-r--r-- | rt/lib/RT/Interface/Web.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rt/lib/RT/Interface/Web.pm b/rt/lib/RT/Interface/Web.pm index bdad21350..4a6bfda88 100644 --- a/rt/lib/RT/Interface/Web.pm +++ b/rt/lib/RT/Interface/Web.pm @@ -2983,6 +2983,7 @@ sub ProcessTicketDates { Starts Started Due + WillResolve ); #Run through each field in this list. update the value if apropriate |