Skip to content

Commit

Permalink
fix: provide order id
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokant committed Dec 10, 2024
1 parent 321f782 commit f7ea846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/genlab_bestilling/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ def confirm_order(self, persist=True):

def order_manually_checked(self):
super().order_manually_checked()
app.configure_task(name="generate-genlab-ids").defer()
app.configure_task(name="generate-genlab-ids").defer(order_id=self.id)


class Sample(models.Model):
Expand Down

0 comments on commit f7ea846

Please sign in to comment.