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 Jun 9, 2023
1 parent 928ad77 commit 6627868
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 6627868

Please sign in to comment.