X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fdeploy_zone-mobile.html;h=e7f534cb85124af3483893bfe010586d3eb7ae87;hb=4639e25a658d9a0bf295415642fae8e8cdad846a;hp=8cec298bf22aa79db993fa6948a74b253894463c;hpb=cace897d9c5fbe1f80277b0cb14e85c9d2272cf1;p=freeside.git diff --git a/httemplate/edit/deploy_zone-mobile.html b/httemplate/edit/deploy_zone-mobile.html index 8cec298bf..e7f534cb8 100644 --- a/httemplate/edit/deploy_zone-mobile.html +++ b/httemplate/edit/deploy_zone-mobile.html @@ -23,8 +23,11 @@ }, 'description', { field => 'active_date', - type => 'fixed-date', - value => time, + type => 'input-date-field', + curr_value_callback => sub { + my ($cgi, $object) = @_; + $cgi->param('active_date') || $object->active_date || time; + }, }, { field => 'agentnum', type => 'select-agent',