mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 11:19:09 +00:00
Salutation and Gender in Lead and Customer (#9199)
This commit is contained in:
committed by
Rushabh Mehta
parent
797f2030f8
commit
1dc26b127b
@@ -6,7 +6,7 @@ import frappe
|
||||
from frappe import throw, _
|
||||
import frappe.defaults
|
||||
from frappe.utils import cint, flt, get_fullname, cstr
|
||||
from frappe.geo.doctype.address.address import get_address_display
|
||||
from frappe.contacts.doctype.address.address import get_address_display
|
||||
from erpnext.shopping_cart.doctype.shopping_cart_settings.shopping_cart_settings import get_shopping_cart_settings
|
||||
from frappe.utils.nestedset import get_root_of
|
||||
from erpnext.accounts.utils import get_account_name
|
||||
|
||||
Reference in New Issue
Block a user