Skip to content

Commit

Permalink
Fix:global search in customer mobile number
Browse files Browse the repository at this point in the history
  • Loading branch information
Hafnianusha committed Jan 16, 2024
1 parent 545cb38 commit fe07efc
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions ury/fixtures/custom_field.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
"hide_seconds": 0,
"ignore_user_permissions": 0,
"ignore_xss_filter": 0,
"in_global_search": 0,
"in_global_search": 1,
"in_list_view": 0,
"in_preview": 0,
"in_standard_filter": 0,
Expand Down Expand Up @@ -1142,14 +1142,14 @@
"columns": 0,
"default": null,
"depends_on": null,
"description": null,
"description": "This role is used as a Cashier Role For Restricting Table Order in URY POS",
"docstatus": 0,
"doctype": "Custom Field",
"dt": "POS Invoice",
"dt": "POS Profile",
"fetch_from": null,
"fetch_if_empty": 0,
"fieldname": "order_info",
"fieldtype": "Section Break",
"fieldname": "role_restricted_for_table_order",
"fieldtype": "Table MultiSelect",
"hidden": 0,
"hide_border": 0,
"hide_days": 0,
Expand All @@ -1160,18 +1160,18 @@
"in_list_view": 0,
"in_preview": 0,
"in_standard_filter": 0,
"insert_after": "return_against",
"insert_after": "role_allowed_for_billing",
"is_system_generated": 0,
"is_virtual": 0,
"label": "Order Info",
"label": "Role Restricted For Table Order",
"length": 0,
"mandatory_depends_on": null,
"modified": "2023-09-14 00:20:59.319547",
"modified": "2024-01-05 20:16:47.345168",
"module": null,
"name": "POS Invoice-order_info",
"name": "POS Profile-role_restricted_for_table_order",
"no_copy": 0,
"non_negative": 0,
"options": null,
"options": "Role Permitted",
"permlevel": 0,
"precision": "",
"print_hide": 0,
Expand All @@ -1196,14 +1196,14 @@
"columns": 0,
"default": null,
"depends_on": null,
"description": "This role is used as a Cashier Role For Restricting Table Order in URY POS",
"description": null,
"docstatus": 0,
"doctype": "Custom Field",
"dt": "POS Profile",
"dt": "POS Invoice",
"fetch_from": null,
"fetch_if_empty": 0,
"fieldname": "role_restricted_for_table_order",
"fieldtype": "Table MultiSelect",
"fieldname": "order_info",
"fieldtype": "Section Break",
"hidden": 0,
"hide_border": 0,
"hide_days": 0,
Expand All @@ -1214,18 +1214,18 @@
"in_list_view": 0,
"in_preview": 0,
"in_standard_filter": 0,
"insert_after": "role_allowed_for_billing",
"insert_after": "return_against",
"is_system_generated": 0,
"is_virtual": 0,
"label": "Role Restricted For Table Order",
"label": "Order Info",
"length": 0,
"mandatory_depends_on": null,
"modified": "2024-01-05 20:16:47.345168",
"modified": "2023-09-14 00:20:59.319547",
"module": null,
"name": "POS Profile-role_restricted_for_table_order",
"name": "POS Invoice-order_info",
"no_copy": 0,
"non_negative": 0,
"options": "Role Permitted",
"options": null,
"permlevel": 0,
"precision": "",
"print_hide": 0,
Expand Down

0 comments on commit fe07efc

Please sign in to comment.