diff --git a/custom_ui/fixtures/custom_field.json b/custom_ui/fixtures/custom_field.json index 7212cbb..3a3b559 100644 --- a/custom_ui/fixtures/custom_field.json +++ b/custom_ui/fixtures/custom_field.json @@ -55,5 +55,62 @@ "translatable": 0, "unique": 0, "width": null + }, + { + "allow_in_quick_entry": 1, + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "collapsible_depends_on": null, + "columns": 0, + "default": null, + "depends_on": null, + "description": null, + "docstatus": 0, + "doctype": "Custom Field", + "dt": "Address", + "fetch_from": null, + "fetch_if_empty": 1, + "fieldname": "custom_customer_to_bill", + "fieldtype": "Link", + "hidden": 0, + "hide_border": 0, + "hide_days": 0, + "hide_seconds": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_global_search": 0, + "in_list_view": 1, + "in_preview": 1, + "in_standard_filter": 1, + "insert_after": "custom_column_break_rrto0", + "is_system_generated": 0, + "is_virtual": 0, + "label": "Customer to Bill", + "length": 0, + "link_filters": null, + "mandatory_depends_on": null, + "modified": "2026-01-30 09:05:24.498640", + "module": "Custom UI", + "name": "Address-custom_customer_to_bill", + "no_copy": 0, + "non_negative": 0, + "options": "Customer", + "permlevel": 0, + "placeholder": null, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "print_width": null, + "read_only": 0, + "read_only_depends_on": null, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "show_dashboard": 0, + "sort_options": 0, + "translatable": 0, + "unique": 0, + "width": null } ] \ No newline at end of file