map payment terms template from SO to SI
This commit is contained in:
parent
52fb43fc4f
commit
7324815fdb
@ -573,7 +573,8 @@ def make_sales_invoice(source_name, target_doc=None, ignore_permissions=False):
|
|||||||
"Sales Order": {
|
"Sales Order": {
|
||||||
"doctype": "Sales Invoice",
|
"doctype": "Sales Invoice",
|
||||||
"field_map": {
|
"field_map": {
|
||||||
"party_account_currency": "party_account_currency"
|
"party_account_currency": "party_account_currency",
|
||||||
|
"payment_terms_template": "payment_terms_template"
|
||||||
},
|
},
|
||||||
"validation": {
|
"validation": {
|
||||||
"docstatus": ["=", 1]
|
"docstatus": ["=", 1]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user