From 270ab6bf2cf10657f2d91481779cd44f8811df62 Mon Sep 17 00:00:00 2001
From: George Katsikas <giorgakis.katsikas@gmail.com>
Date: Mon, 18 Sep 2023 16:19:02 +0200
Subject: [PATCH] refactor production stream search

---
 scipost_django/production/forms.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scipost_django/production/forms.py b/scipost_django/production/forms.py
index bf3a70f7d..34c1cb0db 100644
--- a/scipost_django/production/forms.py
+++ b/scipost_django/production/forms.py
@@ -376,6 +376,7 @@ class ProductionStreamSearchForm(forms.Form):
             for field in self.fields:
                 if field in session:
                     self.fields[field].initial = session[field]
+                    print(field, session[field])
 
         self.helper = FormHelper()
         self.helper.layout = Layout(
-- 
GitLab