mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 13:24:47 +00:00
chore: Clean up patches
This commit is contained in:
@@ -69,8 +69,6 @@ doctype_series_map = {
|
||||
"Soil Analysis": "AG-ANA-.YY.-.MM.-.#####",
|
||||
"Soil Texture": "AG-TEX-.YYYY.-.#####",
|
||||
"Stock Ledger Entry": "MAT-SLE-.YYYY.-.#####",
|
||||
"Student Leave Application": "EDU-SLA-.YYYY.-.#####",
|
||||
"Student Log": "EDU-SLOG-.YYYY.-.#####",
|
||||
"Subscription": "ACC-SUB-.YYYY.-.#####",
|
||||
"Task": "TASK-.YYYY.-.#####",
|
||||
"Tax Rule": "ACC-TAX-RULE-.YYYY.-.#####",
|
||||
|
||||
@@ -55,8 +55,6 @@ doctype_series_map = {
|
||||
"Shareholder": "ACC-SH-.YYYY.-",
|
||||
"Stock Entry": "MAT-STE-.YYYY.-",
|
||||
"Stock Reconciliation": "MAT-RECO-.YYYY.-",
|
||||
"Student": "EDU-STU-.YYYY.-",
|
||||
"Student Applicant": "EDU-APP-.YYYY.-",
|
||||
"Supplier": "SUP-.YYYY.-",
|
||||
"Supplier Quotation": "PUR-SQTN-.YYYY.-",
|
||||
"Supplier Scorecard Period": "PU-SSP-.YYYY.-",
|
||||
|
||||
@@ -13,7 +13,6 @@ def execute():
|
||||
"Employee": "Payable",
|
||||
"Member": "Receivable",
|
||||
"Shareholder": "Payable",
|
||||
"Student": "Receivable",
|
||||
}
|
||||
|
||||
for party_type, account_type in party_types.items():
|
||||
|
||||
Reference in New Issue
Block a user