Merge pull request #5862 from neilLasrado/rename

Renamed sg_creation_tool_course to Student Group Creation Tool Course
This commit is contained in:
Rushabh Mehta 2016-07-25 16:21:32 +05:30 committed by GitHub
commit 95b550dd8f
4 changed files with 7 additions and 7 deletions

View File

@ -176,7 +176,7 @@
"label": "Courses",
"length": 0,
"no_copy": 0,
"options": "SG Creation Tool Course",
"options": "Student Group Creation Tool Course",
"permlevel": 0,
"precision": "",
"print_hide": 0,
@ -199,7 +199,7 @@
"issingle": 1,
"istable": 0,
"max_attachments": 0,
"modified": "2016-07-25 01:23:31.192112",
"modified": "2016-07-25 06:40:46.107131",
"modified_by": "Administrator",
"module": "Schools",
"name": "Student Group Creation Tool",

View File

@ -147,10 +147,10 @@
"issingle": 0,
"istable": 1,
"max_attachments": 0,
"modified": "2016-07-21 12:31:41.252860",
"modified_by": "r@r.com",
"modified": "2016-07-25 06:40:49.000588",
"modified_by": "Administrator",
"module": "Schools",
"name": "SG Creation Tool Course",
"name": "Student Group Creation Tool Course",
"name_case": "",
"owner": "Administrator",
"permissions": [],

View File

@ -1,10 +1,10 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2015, Frappe and contributors
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and contributors
# For license information, please see license.txt
from __future__ import unicode_literals
import frappe
from frappe.model.document import Document
class SGCreationToolCourse(Document):
class StudentGroupCreationToolCourse(Document):
pass