removed code related to Badge
This commit is contained in:
parent
746d29bf92
commit
b9d6fa5068
@ -22,9 +22,6 @@ class DocType:
|
|||||||
self.doc = doc
|
self.doc = doc
|
||||||
self.doclist = doclist
|
self.doclist = doclist
|
||||||
|
|
||||||
# Notification objects
|
|
||||||
self.badge_obj = get_obj('Badge Settings','Badge Settings','','',1)
|
|
||||||
|
|
||||||
#autoname function
|
#autoname function
|
||||||
def autoname(self):
|
def autoname(self):
|
||||||
self.doc.name = make_autoname(self.doc.naming_series+'.#####')
|
self.doc.name = make_autoname(self.doc.naming_series+'.#####')
|
||||||
|
@ -170,8 +170,6 @@ SetupData = function(cnty){
|
|||||||
['Web Forms',2,'Webforms','', 'Code to embed forms in yor website'],
|
['Web Forms',2,'Webforms','', 'Code to embed forms in yor website'],
|
||||||
['Permissions Manager',2,'Permission Engine','', 'Manage all permissions from one tool (beta)'],
|
['Permissions Manager',2,'Permission Engine','', 'Manage all permissions from one tool (beta)'],
|
||||||
['Property Setter',1,'Property Setter','', 'Customize properties of a Form (DocType) or Field'],
|
['Property Setter',1,'Property Setter','', 'Customize properties of a Form (DocType) or Field'],
|
||||||
//['Badge Settings',3,'Badge Settings','','Define rules for assigning badges to users'],
|
|
||||||
//['Social Badge',1,'Social Badge','id'+NEWLINE+'badge_image'+NEWLINE+'badge_description'+NEWLINE+'badge_points','Social badge master'],
|
|
||||||
['Letter Head',1,'Letter Head','','Manage different letter heads for Prints'],
|
['Letter Head',1,'Letter Head','','Manage different letter heads for Prints'],
|
||||||
['SMS Settings',3,'SMS Settings','','Integrate your personalized SMS gateway which support http web service'],
|
['SMS Settings',3,'SMS Settings','','Integrate your personalized SMS gateway which support http web service'],
|
||||||
['SMS Center',3,'SMS Center','','Send mass sms to your leads, contacts and partners']
|
['SMS Center',3,'SMS Center','','Send mass sms to your leads, contacts and partners']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user