Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OBPIH-2595: Improve importing order items from template #1700

Merged
merged 1 commit into from
Jun 5, 2020

Conversation

awalkowiak
Copy link
Collaborator

No description provided.

@awalkowiak awalkowiak requested a review from jmiranda June 4, 2020 18:12
@@ -593,12 +604,34 @@ class OrderService {
BigDecimal qtyPerUom = uomParts.length > 1 ? BigDecimal.valueOf(Double.valueOf(uomParts[1])) : null
orderItem.quantityUom = uom
orderItem.quantityPerUom = qtyPerUom
} else {
throw new IllegalArgumentException("Missing unit of measure.")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could potentially default to EA, but I think it's better to err on the side of caution for now.

@jmiranda jmiranda added status: work in progress For issues or pull requests that are in progress but not yet completed and removed status: work in progress For issues or pull requests that are in progress but not yet completed labels Jun 5, 2020
@jmiranda jmiranda merged commit 2428b47 into develop Jun 5, 2020
@jmiranda jmiranda deleted the OBPIH-2595 branch June 5, 2020 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants