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

This commit is contained in:
rohitwaghchaure
2024-10-29 15:07:10 +05:30
committed by GitHub
parent a93d89c126
commit 0c93bc31a5

View File

@@ -1023,7 +1023,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,