mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 07:02:54 +00:00
fix: remove proprietorship and update it with individual
(cherry picked from commit c8ad6d1b2c)
This commit is contained in:
@@ -134,7 +134,7 @@
|
||||
"label": "Customer Type",
|
||||
"oldfieldname": "customer_type",
|
||||
"oldfieldtype": "Select",
|
||||
"options": "Company\nIndividual\nProprietorship\nPartnership",
|
||||
"options": "Company\nIndividual\nPartnership",
|
||||
"reqd": 1
|
||||
},
|
||||
{
|
||||
|
||||
@@ -52,7 +52,7 @@ class Customer(TransactionBase):
|
||||
customer_pos_id: DF.Data | None
|
||||
customer_primary_address: DF.Link | None
|
||||
customer_primary_contact: DF.Link | None
|
||||
customer_type: DF.Literal["Company", "Individual", "Proprietorship", "Partnership"]
|
||||
customer_type: DF.Literal["Company", "Individual", "Partnership"]
|
||||
default_bank_account: DF.Link | None
|
||||
default_commission_rate: DF.Float
|
||||
default_currency: DF.Link | None
|
||||
|
||||
Reference in New Issue
Block a user