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

Set of minor cleanup fixes #676

Merged
merged 6 commits into from
Dec 20, 2018
Merged

Set of minor cleanup fixes #676

merged 6 commits into from
Dec 20, 2018

Conversation

duker33
Copy link
Contributor

@duker33 duker33 commented Dec 19, 2018

Closes #655
Closes #662
Closes #667
Closes #669

@duker33 duker33 self-assigned this Dec 19, 2018
@@ -276,6 +276,9 @@ def merge(left: List, right: List) -> List:
for field, value in product_data.items():
save(product, field, value)
product.save()
# if 1C contains product, it should be inactive at DB
Copy link
Contributor

Choose a reason for hiding this comment

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

The comment isn't clear. Why a product should be inactive at the DB if it is contained at 1C? It seems to me it should be active, shouldn't it?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@artemiy312 , it should be active, of course, sorry. I'll fix it

@duker33 duker33 merged commit 50ee0ad into master Dec 20, 2018
@duker33 duker33 deleted the se_minor_fixes branch December 20, 2018 17:35
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