Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav Naik committed Nov 25, 2016
2 parents a3affd4 + 1484504 commit 272af89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion awfis_erpnext/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from __future__ import unicode_literals

__version__ = '1.3.13'
__version__ = '1.3.14'
1 change: 1 addition & 0 deletions awfis_erpnext/awfis_erpnext/awf.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ def awf_create_lead(first_name, last_name, lead_name, awfis_mobile_no, awfis_ema
ld.mobile_no = ld.awfis_mobile_no
ld.awfis_space_requirements_sem = awfis_space_requirements_sem
ld.awfis_location_sem = awfis_location_sem
ld.source = source

ld.save(ignore_permissions=True)
frappe.db.commit()
Expand Down

0 comments on commit 272af89

Please sign in to comment.