Skip to content

Commit

Permalink
fix: not able to submit subcontracting receipt (#41041)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitwaghchaure committed Apr 16, 2024
1 parent d69a18b commit 5b1493b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
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 5b1493b

Please sign in to comment.