invoice_sections_with_taxes per-agent, RT#79636
[freeside.git] / httemplate / edit / deploy_zone-mobile.html
index 8cec298..e7f534c 100644 (file)
         },
         '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',