Skip to content

Commit

Permalink
[IMP] spp_idqueue: add a return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
reichie020212 committed Dec 24, 2024
1 parent 29b8d9e commit 98a640f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spp_idqueue/wizard/request_id_wizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def request_id(self):
"status": status,
"registrant_id": rec.registrant_id.id,
}
self.env["spp.print.queue.id"].create(vals)
return self.env["spp.print.queue.id"].create(vals)
else:
raise UserError(_("There are no selected Template!"))

Expand Down

0 comments on commit 98a640f

Please sign in to comment.