Skip to content

Commit

Permalink
🎨 [#994] RUN black formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
stefrado committed Dec 10, 2024
1 parent e582b8c commit c25b7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sdg/producten/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def clean(self):
is_reference = self.instance.is_referentie_product

available = cleaned_data.get("product_aanwezig")

if not is_reference:

if "date" in submit_type and available is None:
Expand Down

0 comments on commit c25b7e3

Please sign in to comment.