-
Notifications
You must be signed in to change notification settings - Fork 225
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
Implement suppliers and supplier part numbers #241
Conversation
rename `manufacturer_info_field()` to `pn_info_string()` and add parameter to specify MPN or SPN
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Except for one bug description, this review mainly suggests you consider a few code alternatives with no change of output.
Co-authored-by: kvid <[email protected]>
Co-authored-by: kvid <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank's for implementing most of my suggestions in my previous review. However, there are a few issues that I forgot to mention.
Closes #240.