From 3c9eea54a5a532a40ba290bfdf1290036d68cef2 Mon Sep 17 00:00:00 2001 From: Smit Vora Date: Fri, 24 Jun 2022 13:42:07 +0530 Subject: [PATCH] fix: remove student naming series --- erpnext/patches/v11_0/refactor_naming_series.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/erpnext/patches/v11_0/refactor_naming_series.py b/erpnext/patches/v11_0/refactor_naming_series.py index 12c768f6bd5..9cfb082c1f2 100644 --- a/erpnext/patches/v11_0/refactor_naming_series.py +++ b/erpnext/patches/v11_0/refactor_naming_series.py @@ -54,8 +54,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.-",