Skip to content

Commit

Permalink
fixup! Add shopfloor_reception_packaging_dimension_mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
TDu committed Jul 7, 2023
1 parent 917d295 commit 9f28c92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const new_template =
const ReceptionPackageDimension = process_registry.extend("reception", {
template: new_template,
"methods._get_states": function () {
let states = reception_states(this);
let states = reception_states.bind(this)();
states["set_packaging_dimension"] = {
display_info: {
title: "Set packaging dimension",
Expand Down

0 comments on commit 9f28c92

Please sign in to comment.