X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Flib%2FRT%2FInterface%2FWeb.pm;h=8dcacb14f22c086265041223154788eb48f553cd;hp=4e4611bdb2a649b00f79d1f10bf132144a9bcdba;hb=9c8cf42094aa4cc891b73ebb545fa2a5c7deade1;hpb=da86d5a8af2f915a340a74f6c97772451a1e23ef diff --git a/rt/lib/RT/Interface/Web.pm b/rt/lib/RT/Interface/Web.pm index 4e4611bdb..8dcacb14f 100644 --- a/rt/lib/RT/Interface/Web.pm +++ b/rt/lib/RT/Interface/Web.pm @@ -1805,6 +1805,9 @@ sub _ProcessObjectCustomFieldUpdates { # skip category argument next if $arg eq 'Category'; + # and TimeUnits + next if $arg eq 'Value-TimeUnits'; + # since http won't pass in a form element with a null value, we need # to fake it if ( $arg eq 'Values-Magic' ) {