fix: add transaction_date in field_no_map when creating PO from SQ

This commit is contained in:
Mihir Kandoi
2025-04-25 14:06:31 +05:30
parent 483c4a3271
commit 3790c6c551

View File

@@ -234,6 +234,7 @@ def make_purchase_order(source_name, target_doc=None):
{
"Supplier Quotation": {
"doctype": "Purchase Order",
"field_no_map": ["transaction_date"],
"validation": {
"docstatus": ["=", 1],
},