Skip to content

Commit

Permalink
[IMP] shopfloor_mobile_packing: Improve docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
rousseldenis committed Jan 21, 2025
1 parent ad9e446 commit 1ec1a49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shopfloor_mobile_packing/static/src/js/cluster-picking.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@ let data = function () {
},
on_new_pack: () => {
/**
* Trigger the call to list delivery packaging types
* as user wants to put porducts in a new pack.
* Trigger the call to list delivery package types
* as user wants to put products in a new pack.
*/
let endpoint, endpoint_data;
const data = this.state.data;
Expand Down

0 comments on commit 1ec1a49

Please sign in to comment.