mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 15:39:20 +00:00
fix: do not copy serial numbers from DN to SI (#43885)
This commit is contained in:
@@ -1023,7 +1023,6 @@ def make_sales_invoice(source_name, target_doc=None, args=None):
|
|||||||
"parent": "delivery_note",
|
"parent": "delivery_note",
|
||||||
"so_detail": "so_detail",
|
"so_detail": "so_detail",
|
||||||
"against_sales_order": "sales_order",
|
"against_sales_order": "sales_order",
|
||||||
"serial_no": "serial_no",
|
|
||||||
"cost_center": "cost_center",
|
"cost_center": "cost_center",
|
||||||
},
|
},
|
||||||
"postprocess": update_item,
|
"postprocess": update_item,
|
||||||
|
|||||||
Reference in New Issue
Block a user