mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
[FIX] Add missing argument
This commit is contained in:
committed by
Lois Rilo
parent
15d8bf5100
commit
be2f132892
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user