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

[FIX] Return the result of super in the method put_in_pack #20243

Closed
wants to merge 1 commit into from

Conversation

sylvainvh
Copy link
Contributor

@sylvainvh sylvainvh commented Oct 17, 2017

Description of the issue/feature this PR addresses:
Return the result of super in the method put_in_pack (module delivery). Otherwise the method can return False even if the package was created

Current behavior before PR:
The inherited method "def put_in_pack" (stock.picking) in the module delivery call super to retrieve the created package. However if this doesn't find a carrier, it will return False.

Desired behavior after PR is merged:
This method should return the result of super

…livery). Otherwise the method can return False even if the package was created
@sylvainvh sylvainvh closed this Oct 17, 2017
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

1 participant