|
|
@ -266,7 +266,7 @@ def new_publish1(): |
|
|
|
@frappe.whitelist(methods=['POST'], allow_guest=1) |
|
|
|
def get_special_tool_information(vehicle): |
|
|
|
try: |
|
|
|
special_tool_information = frappe.db.sql(''' select name,vehicle,tool_type,category,aggregate_name, aggregate_image as 'tool_image', |
|
|
|
special_tool_information = frappe.db.sql(''' select name,vehicle,tool_type,category,aggregate_name,tool_name,aggregate_image as 'tool_image', |
|
|
|
pdf,image,video,keywords,display_order,my_id,active_status from `tabSpecial Tool Information` |
|
|
|
where vehicle= '%s' ;''' % (vehicle), as_dict=1) |
|
|
|
for s in special_tool_information: |
|
|
|