Skip to content

Commit

Permalink
Include calculation condition
Browse files Browse the repository at this point in the history
  • Loading branch information
iviasensio committed Sep 4, 2018
1 parent f10a9d6 commit e3f0105
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CrossSelling.js
Expand Up @@ -31,6 +31,14 @@ define(["jquery", "text!./CrossSelling.css", "./CrossSellingHelper"], function($
sorting : {
uses : "sorting"
},
addons: {
uses: "addons",
items: {
dataHandling: {
uses: "dataHandling"
}
}
},
settings: {
uses: "settings",
items: {
Expand Down

0 comments on commit e3f0105

Please sign in to comment.