From e5913212c02a1897f8982ba12cd6669f102cd62d Mon Sep 17 00:00:00 2001 From: Florent de Labarre Date: Wed, 7 Feb 2018 22:33:27 +0100 Subject: [PATCH] [FIX] Add missing argument --- printer_zpl2/models/printing_label_zpl2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/printer_zpl2/models/printing_label_zpl2.py b/printer_zpl2/models/printing_label_zpl2.py index f81b0d9..0346118 100644 --- a/printer_zpl2/models/printing_label_zpl2.py +++ b/printer_zpl2/models/printing_label_zpl2.py @@ -203,7 +203,7 @@ class PrintingLabelZpl2(models.Model): self._generate_zpl2_components_data( label_data, record, page_number=page_number, - page_count=page_count) + page_count=page_count, **extra) # Restore printer's configuration and end the label if self.restore_saved_config: