Skip to content

Commit

Permalink
[FIX][l10n_it_delivery_note] fix return super
Browse files Browse the repository at this point in the history
  • Loading branch information
matteoopenf committed Mar 29, 2022
1 parent 855b219 commit f149a27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions l10n_it_delivery_note/models/stock_picking.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,3 +439,4 @@ def _create_backorder(self):
backorders = super()._create_backorder()
for backorder in backorders:
backorder.backorder_id.delivery_note_id.update_detail_lines()
return backorders

0 comments on commit f149a27

Please sign in to comment.