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 24dc4bb + 9f4044c commit 3396467
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 3396467

Please sign in to comment.