Merge branch 'staging-fixes' into staging
This commit is contained in:
commit
c4ebbd1322
@ -12,7 +12,7 @@ app_license = "GNU General Public License (v3)"
|
|||||||
source_link = "https://github.com/frappe/erpnext"
|
source_link = "https://github.com/frappe/erpnext"
|
||||||
|
|
||||||
develop_version = '11.x.x-develop'
|
develop_version = '11.x.x-develop'
|
||||||
staging_version = '11.0.3-beta.3'
|
staging_version = '11.0.3-beta.4'
|
||||||
|
|
||||||
error_report_email = "support@erpnext.com"
|
error_report_email = "support@erpnext.com"
|
||||||
|
|
||||||
|
|||||||
@ -320,7 +320,7 @@ def add_sale_stages():
|
|||||||
{"doctype": "Sales Stage", "stage_name": _("Proposal/Price Quote")},
|
{"doctype": "Sales Stage", "stage_name": _("Proposal/Price Quote")},
|
||||||
{"doctype": "Sales Stage", "stage_name": _("Negotiation/Review")}
|
{"doctype": "Sales Stage", "stage_name": _("Negotiation/Review")}
|
||||||
]
|
]
|
||||||
make_fixture_records(records)
|
make_fixture_records(records)
|
||||||
|
|
||||||
def make_fixture_records(records):
|
def make_fixture_records(records):
|
||||||
from frappe.modules import scrub
|
from frappe.modules import scrub
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user