chore: Clean up patches

This commit is contained in:
Deepesh Garg
2022-04-29 12:42:29 +05:30
parent 2ee20d35d9
commit f25251bb70
5 changed files with 14 additions and 34 deletions

View File

@@ -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.-.#####",

View File

@@ -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.-",

View File

@@ -13,7 +13,6 @@ def execute():
"Employee": "Payable",
"Member": "Receivable",
"Shareholder": "Payable",
"Student": "Receivable",
}
for party_type, account_type in party_types.items():