[FIX] extra is not pass

This commit is contained in:
Florent de Labarre
2018-03-19 19:44:32 +01:00
parent 068275802a
commit 0c50f6cd55
2 changed files with 2 additions and 2 deletions

View File

@@ -168,7 +168,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: