diff --git a/lib/NGCP/Panel/Controller/Peering.pm b/lib/NGCP/Panel/Controller/Peering.pm index 0b251a6a8a..b37f7d5d29 100644 --- a/lib/NGCP/Panel/Controller/Peering.pm +++ b/lib/NGCP/Panel/Controller/Peering.pm @@ -693,8 +693,6 @@ sub rules_edit :Chained('rules_base') :PathPart('edit') :Args(0) { ); if($posted && $form->validated) { try { - $form->values->{time_set_id} = $form->values->{time_set}{id} // undef; - delete $form->values->{time_set}; $form->values->{callee_prefix} //= ''; $form->values->{group_id} = $form->values->{group}{id}; $c->stash->{rule_result}->update($form->values);