diff options
author | Mark Wells <mark@freeside.biz> | 2013-08-07 16:39:36 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-08-07 16:39:36 -0700 |
commit | e46d7128ebe14ac21a8ba4ccb18283b35d72e6f7 (patch) | |
tree | c27990bdcc9b1bf79049c427d72ccd027fa5942c /rt/lib/RT/Interface/Web.pm | |
parent | 44e415a1127cbd4b433ad4b0a7c1432dd935e766 (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 |