fix: added address field in organization
This commit is contained in:
parent
ae2af24c89
commit
e295a37608
@ -15,7 +15,8 @@
|
||||
"column_break_pnpp",
|
||||
"website",
|
||||
"territory",
|
||||
"industry"
|
||||
"industry",
|
||||
"address"
|
||||
],
|
||||
"fields": [
|
||||
{
|
||||
@ -68,12 +69,18 @@
|
||||
"fieldtype": "Link",
|
||||
"label": "Currency",
|
||||
"options": "Currency"
|
||||
},
|
||||
{
|
||||
"fieldname": "address",
|
||||
"fieldtype": "Link",
|
||||
"label": "Address",
|
||||
"options": "Address"
|
||||
}
|
||||
],
|
||||
"image_field": "organization_logo",
|
||||
"index_web_pages_for_search": 1,
|
||||
"links": [],
|
||||
"modified": "2024-06-20 12:59:55.297752",
|
||||
"modified": "2024-09-13 15:52:05.106389",
|
||||
"modified_by": "Administrator",
|
||||
"module": "FCRM",
|
||||
"name": "CRM Organization",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="flex overflow-x-auto">
|
||||
<div class="flex overflow-x-auto h-full">
|
||||
<Draggable
|
||||
v-if="columns"
|
||||
:list="columns"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user