Fix bug in POS batch view
This commit is contained in:
parent
b30f6cdf3a
commit
e1a64de205
|
@ -176,7 +176,7 @@ class POSBatchView(BatchMasterView):
|
||||||
def configure_row_form(self, f):
|
def configure_row_form(self, f):
|
||||||
super().configure_row_form(f)
|
super().configure_row_form(f)
|
||||||
|
|
||||||
g.set_enum('row_type', self.enum.POS_ROW_TYPE)
|
f.set_enum('row_type', self.enum.POS_ROW_TYPE)
|
||||||
|
|
||||||
f.set_renderer('product', self.render_product)
|
f.set_renderer('product', self.render_product)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue