Skip to content
Snippets Groups Projects
Commit 7233add4 authored by Denis Ledoux's avatar Denis Ledoux
Browse files

[FIX] point_of_sale: picking creation after payment

Since the below revision:
32b5515a

It was no longer possible to create a payment
for a pos order without picking.

Indeed, if `picking_type` is not set,
`picking_id`, which is initialized to `False`,
remains as `False`, and you therefore can't
ask it's `.id` (`picking_id.id`).

opw-687597
parent 12a68890
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment