[FIX] Add missing argument

This commit is contained in:
Florent de Labarre
2018-02-07 22:33:27 +01:00
committed by duongtq
parent f640aa0e85
commit 0eabc792a2

View File

@@ -203,7 +203,7 @@ class PrintingLabelZpl2(models.Model):
self._generate_zpl2_components_data( self._generate_zpl2_components_data(
label_data, record, page_number=page_number, label_data, record, page_number=page_number,
page_count=page_count) page_count=page_count, **extra)
# Restore printer's configuration and end the label # Restore printer's configuration and end the label
if self.restore_saved_config: if self.restore_saved_config: