Skip to content

Commit

Permalink
shopfloor_dangerous_goods: black, isort, prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mmequignon committed Dec 2, 2021
1 parent 781b1db commit 63626ec
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

Vue.component(
"picking-select-package-content"
).extendOptions.methods.get_wrapper_klass = function(record) {
).extendOptions.methods.get_wrapper_klass = function (record) {
return record.has_lq_products ? "has-lq-products" : "";
};

Vue.component(
"picking-select-line-content"
).extendOptions.methods.get_wrapper_klass = function(record) {
).extendOptions.methods.get_wrapper_klass = function (record) {
return record.has_lq_products ? "has-lq-products" : "";
};

0 comments on commit 63626ec

Please sign in to comment.