Merge pull request #52952 from nishkagosalia/gh-52947

This commit is contained in:
Mihir Kandoi
2026-02-25 20:59:15 +05:30
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@@ -271,6 +271,7 @@
"oldfieldtype": "Link", "oldfieldtype": "Link",
"options": "Customer", "options": "Customer",
"print_hide": 1, "print_hide": 1,
"reqd": 1,
"search_index": 1 "search_index": 1
}, },
{ {
@@ -2330,7 +2331,7 @@
"link_fieldname": "consolidated_invoice" "link_fieldname": "consolidated_invoice"
} }
], ],
"modified": "2026-02-23 13:29:00.301842", "modified": "2026-02-25 12:41:57.043459",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "Sales Invoice", "name": "Sales Invoice",

View File

@@ -120,7 +120,7 @@ class SalesInvoice(SellingController):
cost_center: DF.Link | None cost_center: DF.Link | None
coupon_code: DF.Link | None coupon_code: DF.Link | None
currency: DF.Link currency: DF.Link
customer: DF.Link | None customer: DF.Link
customer_address: DF.Link | None customer_address: DF.Link | None
customer_group: DF.Link | None customer_group: DF.Link | None
customer_name: DF.SmallText | None customer_name: DF.SmallText | None