Skip to content

Commit 889c594

Browse files
[FIX]lcc_exchange_counter_custom_menu:fix typo
1 parent e52ca03 commit 889c594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lcc_exchange_counter_custom_menu/models/stock_quant.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ def _get_inventory_fields_write(self):
1111
"""Returns a list of fields user can edit when editing a quant in `inventory_mode`."""
1212
res = super()._get_inventory_fields_write()
1313
res += ["note"]
14-
return ress
14+
return res

0 commit comments

Comments
 (0)