Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokant committed Jun 20, 2024
1 parent 07e0e3b commit d3cea0e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/genlab_bestilling/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,6 @@ def update_holder_instances(self, name, holder):
if name == "equipments":
holder.reinit(self.context)

def update_instance_before_save(self, holder, context):
holder.instance.order_id = context["order_id"]


class AnalysisOrderForm(FormMixin, forms.ModelForm):
default_renderer = FormRenderer(field_css_classes="mb-3")
Expand Down

0 comments on commit d3cea0e

Please sign in to comment.