fix: added address field in organization

This commit is contained in:
Shariq Ansari 2024-09-13 15:52:46 +05:30
parent ae2af24c89
commit e295a37608
2 changed files with 10 additions and 3 deletions

View File

@ -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",

View File

@ -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"