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-3544 Add document availability fields to Product Supplier #2194

Closed
wants to merge 1 commit into from

Conversation

awalkowiak
Copy link
Collaborator

No description provided.

@@ -61,6 +61,12 @@ class ProductSupplier implements Serializable, Comparable<ProductSupplier> {
// Additional comments
String comments

// Documents Availability
Boolean coaAvailable = Boolean.FALSE
Boolean isoAvailable = Boolean.FALSE
Copy link
Member

Choose a reason for hiding this comment

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

When we talked about this either (during planning poker?) I said that I wanted this to be done using the Attribute domain in manner similar to ProductAttribute. It doesn't look like that was recorded in the ticket so assign this to me and I'll do it myself.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I forgot about this. I think could fix that, but I need a broader understanding of how you see it.

@awalkowiak awalkowiak closed this Feb 22, 2021
@awalkowiak awalkowiak deleted the OBPIH-3544 branch February 22, 2021 13:52
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