Skip to content

Commit

Permalink
[FIX] stock_voucher: Fix wrong variable name.
Browse files Browse the repository at this point in the history
closes #410

Signed-off-by: Nicolas Mac Rouillon <nmr@adhoc.com.ar>
  • Loading branch information
nicomacr committed Nov 1, 2023
1 parent 38e7f9e commit 2fe0cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stock_voucher/wizards/stock_immediate_transfer.py
Expand Up @@ -23,7 +23,7 @@ def process(self):
return {
'actions': [
res,
picking.do_print_voucher(),
pickings.do_print_voucher(),
],
'type': 'ir.actions.act_multi',
}
Expand Down

0 comments on commit 2fe0cca

Please sign in to comment.