Add missing param to _sw_barcode call
This commit is contained in:
parent
2d02d8aa6b
commit
6b7653fbbf
@ -471,6 +471,7 @@ class Escpos(object):
|
|||||||
module_height=5, # TODO: _hw_barcode() size equivalence
|
module_height=5, # TODO: _hw_barcode() size equivalence
|
||||||
module_width=0.2, # TODO: _hw_barcode() size equivalence
|
module_width=0.2, # TODO: _hw_barcode() size equivalence
|
||||||
text_distance=1, # TODO: _hw_barcode() size equivalence
|
text_distance=1, # TODO: _hw_barcode() size equivalence
|
||||||
|
center=align_ct,
|
||||||
)
|
)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user