Skip to content

Commit

Permalink
Merge pull request #3296 from reactioncommerce/kennedy-fix-order-work…
Browse files Browse the repository at this point in the history
…flow-uniqueItem-_id-undefined-3104

Fix uniqueItem._id undefined
  • Loading branch information
spencern authored Nov 20, 2017
2 parents b644bf7 + 7cbaf97 commit 52e2c9e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -679,6 +679,7 @@ const composer = (props, onData) => {
return tax.lineNumber === item._id;
});
item.taxDetail = taxDetail;
return item;
}
});
} else {
Expand Down

0 comments on commit 52e2c9e

Please sign in to comment.