Skip to content

Commit 62bb36f

Browse files
committed
Merge branch 'staging' into production
2 parents f5280c4 + 0985f14 commit 62bb36f

File tree

2 files changed

+27
-3
lines changed

2 files changed

+27
-3
lines changed

bloomstack_core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- coding: utf-8 -*-
22
from __future__ import unicode_literals
33

4-
__version__ = '2.3.0'
4+
__version__ = '2.3.1'

bloomstack_core/bloomstack_core/custom/lead.json

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@
340340
"fieldname": "type_of_business",
341341
"fieldtype": "Data",
342342
"hidden": 0,
343-
"idx": 15,
343+
"idx": 16,
344344
"ignore_user_permissions": 0,
345345
"ignore_xss_filter": 0,
346346
"in_global_search": 0,
@@ -374,6 +374,30 @@
374374
],
375375
"custom_perms": [],
376376
"doctype": "Lead",
377-
"property_setters": [],
377+
"property_setters": [
378+
{
379+
"_assign": null,
380+
"_comments": null,
381+
"_liked_by": null,
382+
"_user_tags": null,
383+
"creation": "2021-08-02 01:19:39.019864",
384+
"default_value": null,
385+
"doc_type": "Lead",
386+
"docstatus": 0,
387+
"doctype_or_field": "DocField",
388+
"field_name": "status",
389+
"idx": 0,
390+
"modified": "2021-08-02 01:19:39.019864",
391+
"modified_by": "Administrator",
392+
"name": "Lead-status-options",
393+
"owner": "Administrator",
394+
"parent": null,
395+
"parentfield": null,
396+
"parenttype": null,
397+
"property": "options",
398+
"property_type": "Text",
399+
"value": "Lead\nOpen\nReplied\nOpportunity\nQuotation\nLost Quotation\nInterested\nConverted\nNot Qualified\nInvestor\nDo Not Contact\nSpam\nChannel Partner\nReferral Partner\nSales Partner Prospect"
400+
}
401+
],
378402
"sync_on_migrate": 1
379403
}

0 commit comments

Comments
 (0)