Skip to content

fix: not able to select the item code in work order#25915

Merged
nabinhait merged 1 commit into
frappe:version-13-hotfixfrom
rohitwaghchaure:fixed-work-order-no-able-to-select-item
Jun 2, 2021
Merged

fix: not able to select the item code in work order#25915
nabinhait merged 1 commit into
frappe:version-13-hotfixfrom
rohitwaghchaure:fixed-work-order-no-able-to-select-item

Conversation

@rohitwaghchaure

Copy link
Copy Markdown
Collaborator

Issue

While selecting Item To Manufacture in the work order, system throwing below error

Screenshot 2021-06-02 at 2 02 33 PM

@nabinhait nabinhait merged commit 88d94db into frappe:version-13-hotfix Jun 2, 2021
if filters.get('supplier'):
item_group_list = frappe.get_all('Supplier Item Group', filters = {'supplier': filters.get('supplier')}, fields = ['item_group'])

if filters and isinstance(filters, dict) and filters.get('supplier'):

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

@frappe frappe locked as resolved and limited conversation to collaborators Mar 8, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants