Skip to content

Commit

Permalink
Merge branch 'staging' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
sahil28297 committed Aug 18, 2021
2 parents f5280c4 + 0985f14 commit 62bb36f
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bloomstack_core/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals

__version__ = '2.3.0'
__version__ = '2.3.1'
28 changes: 26 additions & 2 deletions bloomstack_core/bloomstack_core/custom/lead.json
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@
"fieldname": "type_of_business",
"fieldtype": "Data",
"hidden": 0,
"idx": 15,
"idx": 16,
"ignore_user_permissions": 0,
"ignore_xss_filter": 0,
"in_global_search": 0,
Expand Down Expand Up @@ -374,6 +374,30 @@
],
"custom_perms": [],
"doctype": "Lead",
"property_setters": [],
"property_setters": [
{
"_assign": null,
"_comments": null,
"_liked_by": null,
"_user_tags": null,
"creation": "2021-08-02 01:19:39.019864",
"default_value": null,
"doc_type": "Lead",
"docstatus": 0,
"doctype_or_field": "DocField",
"field_name": "status",
"idx": 0,
"modified": "2021-08-02 01:19:39.019864",
"modified_by": "Administrator",
"name": "Lead-status-options",
"owner": "Administrator",
"parent": null,
"parentfield": null,
"parenttype": null,
"property": "options",
"property_type": "Text",
"value": "Lead\nOpen\nReplied\nOpportunity\nQuotation\nLost Quotation\nInterested\nConverted\nNot Qualified\nInvestor\nDo Not Contact\nSpam\nChannel Partner\nReferral Partner\nSales Partner Prospect"
}
],
"sync_on_migrate": 1
}

0 comments on commit 62bb36f

Please sign in to comment.