Browse Source

Generate publish method

master
venkataakhil 11 months ago
parent
commit
69729acc30
  1. 5
      smart_service/apis/publish_api.py

5
smart_service/apis/publish_api.py

@ -839,7 +839,8 @@ def calculate_total(data):
""" Generate publish """
# @frappe.whitelist()
# def run_publish():
@frappe.whitelist(allow_guest=1)
def run_publish(docname,publish_type,vehicle,language,version):
# new_publish("KUV test 1-en -2023-11-07 15:29:39.023917",
# "internal", "KUV test 1", "en", "1.010")
new_publish(docname,publish_type,vehicle,language,version)

Loading…
Cancel
Save