fix: do not copy serial numbers from DN to SI (backport #43885) (#43893)

fix: do not copy serial numbers from DN to SI (#43885)

(cherry picked from commit 0c93bc31a5)

Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
This commit is contained in:
mergify[bot]
2024-10-29 15:48:40 +05:30
committed by GitHub
parent 218c51cdcf
commit d06831ea94

View File

@@ -1020,7 +1020,6 @@ def make_sales_invoice(source_name, target_doc=None, args=None):
"parent": "delivery_note",
"so_detail": "so_detail",
"against_sales_order": "sales_order",
"serial_no": "serial_no",
"cost_center": "cost_center",
},
"postprocess": update_item,