X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FElements%2FEditCustomFieldDate;h=b6359d7e09b5deb4195c87e394eb16e94ce42546;hb=995a145c931164347683071c95c6754379d36604;hp=9df469f9d722c35573d99cb0d82f57fb83d68ba4;hpb=25591d52b441b5bfa34f0ffef1095098e1d2f1b2;p=freeside.git diff --git a/rt/share/html/Elements/EditCustomFieldDate b/rt/share/html/Elements/EditCustomFieldDate index 9df469f9d..b6359d7e0 100644 --- a/rt/share/html/Elements/EditCustomFieldDate +++ b/rt/share/html/Elements/EditCustomFieldDate @@ -46,7 +46,7 @@ %# %# END BPS TAGGED BLOCK }}} % my $name = $NamePrefix.$CustomField->Id.'-Values'; -<& /Elements/SelectDate, Name => "$name", current => 0 &> (<%$DateObj->AsString%>) +<& /Elements/SelectDate, Name => "$name", ShowTime => 0, current => 0 &> (<%$DateObj->AsString%>) <%INIT> my $DateObj = new RT::Date ( $session{'CurrentUser'} );