Skip to content

Commit

Permalink
sf_reception_mobile: imp set_quantity confirmation
Browse files Browse the repository at this point in the history
  • Loading branch information
TDu committed Aug 10, 2023
1 parent 3ceb015 commit 3e8a284
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export const reception_states = function () {
selected_line_id: this.line_being_handled.id,
quantity: this.scan_destination_qty,
barcode: barcode.text,
confirmation: this.state.data.confirmation_required,
confirmation: this.state.data.confirmation_required || "",
})
);
},
Expand Down Expand Up @@ -240,6 +240,7 @@ export const reception_states = function () {
picking_id: this.state.data.picking.id,
selected_line_id: this.line_being_handled.id,
location_name: location.text,
// FIXME if it is always set to true, it is not really used ?
confirmation: true,
})
);
Expand Down

0 comments on commit 3e8a284

Please sign in to comment.