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