Spaces:
Sleeping
Sleeping
Update customdish.py
#5
by
geethareddy
- opened
- customdish.py +1 -1
customdish.py
CHANGED
@@ -52,7 +52,7 @@ def generate_custom_dish():
|
|
52 |
'Veg_NonVeg__c': category,
|
53 |
'Section__c': 'Customized dish',
|
54 |
'Total_Ordered__c': 0,
|
55 |
-
'Ingredients_List__c':Ingredients List
|
56 |
}
|
57 |
|
58 |
# Insert the custom dish into Salesforce (Custom_Dish__c object)
|
|
|
52 |
'Veg_NonVeg__c': category,
|
53 |
'Section__c': 'Customized dish',
|
54 |
'Total_Ordered__c': 0,
|
55 |
+
'Ingredients_List__c':Ingredients List,
|
56 |
}
|
57 |
|
58 |
# Insert the custom dish into Salesforce (Custom_Dish__c object)
|