Skip to content

Commit ad6100c

Browse files
[FIX] shopfloor_reception_mobile: bind cancel event in 'set quantity' screen
The logic for the cancel action was defined, but the event listener was missing from the button template.
1 parent e3ff8c2 commit ad6100c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shopfloor_reception_mobile/static/src/scenario/reception.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ const Reception = {
154154
<btn-back/>
155155
</v-col>
156156
<v-col class="text-center" cols="12">
157-
<cancel-button/>
157+
<cancel-button @cancel="state.on_cancel"/>
158158
</v-col>
159159
</v-row>
160160
</div>

0 commit comments

Comments
 (0)