frappe / erpnext

Free and Open Source Enterprise Resource Planning (ERP)
https://erpnext.com
GNU General Public License v3.0
17.28k stars 6.6k forks source link

`search_fields` and `title_field` in Address customize form has no effect #41532

Open kehwar opened 2 weeks ago

kehwar commented 2 weeks ago

Information about bug

Setting search_fields and title_field in Address customize form has no effect on linked fields

Docs: https://frappeframework.com/docs/user/en/basics/doctypes/form_&_view_settings#title-field

Steps to reproduce the issue

  1. Set search_fields and title_field in Address customize form
  2. Create a new Quotation, choose a party
  3. Search addresses for customer or company, etc.
  4. The title field will always be city, only when saved and refreshed will the title_field be shown
  5. On the popup list, the title and description will also not show the title_field or search_fields as set on customize form

Module

selling

Version

ERPNext: v15.24.0 (HEAD) Frappe Framework: v15.27.0 (HEAD)

Installation method

FrappeCloud

Relevant log output / Stack trace / Full Error Message.

No response