Browse Source

Generate publish method

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

9
smart_service/apis/publish_api.py

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

Loading…
Cancel
Save