Skip to content

Commit

Permalink
#210 added flag to create price list
Browse files Browse the repository at this point in the history
#210 Create material receipt with quality issue
  • Loading branch information
cristinastefan90 committed Jul 16, 2019
1 parent 8475912 commit 2146db9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -18,7 +18,7 @@ describe('Create Sales order', function() {
const productType = 'Item';

before(function() {
Builder.createBasicPriceEntities(priceSystemName, priceListVersionName, priceListName);
Builder.createBasicPriceEntities(priceSystemName, priceListVersionName, priceListName, true);
Builder.createBasicProductEntities(
productCategoryName,
productCategoryValue,
Expand Down

0 comments on commit 2146db9

Please sign in to comment.