mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 19:29:10 +00:00
fix: add transaction_date in field_no_map when creating PO from SQ
This commit is contained in:
@@ -234,6 +234,7 @@ def make_purchase_order(source_name, target_doc=None):
|
|||||||
{
|
{
|
||||||
"Supplier Quotation": {
|
"Supplier Quotation": {
|
||||||
"doctype": "Purchase Order",
|
"doctype": "Purchase Order",
|
||||||
|
"field_no_map": ["transaction_date"],
|
||||||
"validation": {
|
"validation": {
|
||||||
"docstatus": ["=", 1],
|
"docstatus": ["=", 1],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user