Spaces:
Sleeping
Sleeping
Update customdish.py
#3
by
geethareddy
- opened
- customdish.py +1 -1
customdish.py
CHANGED
@@ -51,7 +51,7 @@ def generate_custom_dish():
|
|
51 |
'Description__c': description,
|
52 |
'Veg_NonVeg__c': category,
|
53 |
'Section__c': 'Customized dish',
|
54 |
-
'Total_Ordered__c': 0
|
55 |
'Ingredients_List__c':Ingredients List
|
56 |
}
|
57 |
|
|
|
51 |
'Description__c': description,
|
52 |
'Veg_NonVeg__c': category,
|
53 |
'Section__c': 'Customized dish',
|
54 |
+
'Total_Ordered__c': 0,
|
55 |
'Ingredients_List__c':Ingredients List
|
56 |
}
|
57 |
|