1 <& elements/svc_Common.html,
2 'table' => 'svc_circuit',
8 unless $FS::CurrentUser::CurrentUser->access_right('Provision customer service'); #something else more specific?
10 my $conf = new FS::Conf;
11 my $date_format = $conf->config('date_format') || '%m/%d/%Y';
14 { field => 'providernum',
15 type => 'select-table',
16 table => 'circuit_provider',
17 name_col => 'provider',
21 type => 'select-table',
22 table => 'circuit_type',
23 name_col => 'typename',
27 type => 'select-table',
28 table => 'circuit_termination',
29 name_col => 'termination',
32 { field => 'circuit_id',
35 { field => 'desired_due_date',
36 type => 'input-date-field',
38 { field => 'due_date',
39 type => 'input-date-field',
43 'vendor_order_status',
45 { field => 'endpoint_mac_addr',
46 type => 'input-mac_addr',
50 # needed: a new_callback to migrate vendor quals over to circuits
52 #my ($svc_new_callback, $svc_edit_callback, $svc_error_callback);