1
0
forked from test/crm

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

View File

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