Rename schools to Education (#11524)
* renaming for the docs, demo data and patch * changes in the doctypes and reports * rename the config file * Few name changes in messages and license * rename the school settings to education settings * changes in the documentation * added the setup file for the fixtures * corrected the ui tests file path * fix the codacy * add the patch for renaming few doctypes and fields * changes in the patch
This commit is contained in:
committed by
Nabin Hait
parent
acccdb3890
commit
966f141f62
@@ -117,7 +117,7 @@ def make_item_price(item, price_list_name, item_price):
|
||||
"price_list_rate": item_price
|
||||
}).insert()
|
||||
|
||||
# Schools
|
||||
# Education
|
||||
@frappe.whitelist()
|
||||
def create_program(args_data):
|
||||
args = json.loads(args_data)
|
||||
|
||||
Reference in New Issue
Block a user