From 7da8b03e803d2986e4d95e5f9be745367cb9d5a7 Mon Sep 17 00:00:00 2001 From: Maxime Bombar Date: Sat, 20 Oct 2018 15:50:52 +0200 Subject: [PATCH] [Printer] Format choice is at the first step --- printer/forms.py | 1 + 1 file changed, 1 insertion(+) diff --git a/printer/forms.py b/printer/forms.py index 2c89b6f0..1818d200 100644 --- a/printer/forms.py +++ b/printer/forms.py @@ -41,6 +41,7 @@ class JobWithOptionsForm(FormRevMixin, ModelForm): 'printAs', 'color', 'disposition', + 'format', 'count', ]