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:
@@ -174,7 +174,7 @@
|
||||
"fieldname": "supplier_type",
|
||||
"fieldtype": "Select",
|
||||
"label": "Supplier Type",
|
||||
"options": "Company\nIndividual\nProprietorship\nPartnership",
|
||||
"options": "Company\nIndividual\nPartnership",
|
||||
"reqd": 1
|
||||
},
|
||||
{
|
||||
|
||||
@@ -65,7 +65,7 @@ class Supplier(TransactionBase):
|
||||
supplier_name: DF.Data
|
||||
supplier_primary_address: DF.Link | None
|
||||
supplier_primary_contact: DF.Link | None
|
||||
supplier_type: DF.Literal["Company", "Individual", "Proprietorship", "Partnership"]
|
||||
supplier_type: DF.Literal["Company", "Individual", "Partnership"]
|
||||
tax_category: DF.Link | None
|
||||
tax_id: DF.Data | None
|
||||
tax_withholding_category: DF.Link | None
|
||||
|
||||
Reference in New Issue
Block a user