Skip to content

Commit

Permalink
fix: not able to submit subcontracting receipt (backport #41041) (#41045
Browse files Browse the repository at this point in the history
)

fix: not able to submit subcontracting receipt (#41041)

(cherry picked from commit 5b1493b)

Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
  • Loading branch information
mergify[bot] and rohitwaghchaure committed Apr 17, 2024
1 parent 40d059c commit b27ad76
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -722,6 +722,7 @@ def make_purchase_receipt(source_name, target_doc=None, save=False, submit=False
"purchase_order": item.purchase_order,
"purchase_order_item": item.purchase_order_item,
"subcontracting_receipt_item": item.name,
"project": po_item.project,
}
target_doc.append("items", item_row)

Expand Down

0 comments on commit b27ad76

Please sign in to comment.