diff --git a/erpnext/accounts/doctype/sales_invoice/sales_invoice.json b/erpnext/accounts/doctype/sales_invoice/sales_invoice.json index 349fac87d92f11000c7123488ea70c52a4e95fae..34d46dc4159865bad10b8f75bb16c7ad8c685bc4 100644 --- a/erpnext/accounts/doctype/sales_invoice/sales_invoice.json +++ b/erpnext/accounts/doctype/sales_invoice/sales_invoice.json @@ -32,8 +32,6 @@ "update_billed_amount_in_delivery_note", "is_debit_note", "amended_from", - "down_payment_section", - "down_payment_against", "accounting_dimensions_section", "cost_center", "dimension_col_break", @@ -1628,7 +1626,9 @@ "depends_on": "eval:!doc.is_return", "fieldname": "is_down_payment_invoice", "fieldtype": "Check", - "label": "Is Down Payment Invoice" + "label": "Is Down Payment Invoice", + "no_copy": 1, + "print_hide": 1 }, { "default": "0", @@ -1638,19 +1638,6 @@ "label": "Is Consolidated", "read_only": 1 }, - { - "depends_on": "eval:doc.is_down_payment_invoice", - "fieldname": "down_payment_section", - "fieldtype": "Section Break", - "label": "Down Payment" - }, - { - "fieldname": "down_payment_against", - "fieldtype": "Link", - "label": "Down Payment Against", - "options": "Sales Invoice", - "read_only": 1 - }, { "fetch_from": "company.tax_id", "fieldname": "company_tax_id", @@ -1974,7 +1961,7 @@ "link_fieldname": "consolidated_invoice" } ], - "modified": "2025-01-14 11:38:30.446370", + "modified": "2025-01-20 11:38:30.446370", "modified_by": "Administrator", "module": "Accounts", "name": "Sales Invoice",