You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The method iterates through all the part in the list of parts
inside the loop, when no match is found between parameters or between name and description, the method checks if there is a new manufacturer part.
In the case that the MPN already exist in the database, compare is set to true and the loop breaks, returning the pk of the first element in the part_list.
Expected behavior:
The method should return the pk of the part with the matching manufacturing part number
The text was updated successfully, but these errors were encountered:
The method iterates through all the part in the list of parts
inside the loop, when no match is found between parameters or between name and description, the method checks if there is a new manufacturer part.
In the case that the MPN already exist in the database, compare is set to true and the loop breaks, returning the pk of the first element in the part_list.
Expected behavior:
The text was updated successfully, but these errors were encountered: