Skip to content

Commit

Permalink
fixup! sf_mobile: imp single_pack_transfer confirm
Browse files Browse the repository at this point in the history
  • Loading branch information
TDu committed Aug 29, 2023
1 parent ae2cf76 commit 7d7ae9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export var SinglePackStatesMixin = {
this.wait_call(
this.odoo.call("start", {
barcode: scanned.text,
confirmation: data.confirmation_required,
confirmation: data.confirmation_required || "",
})
);
},
Expand Down

0 comments on commit 7d7ae9b

Please sign in to comment.