Compare commits

..

No commits in common. "120bcb150f559dcd58a84d112e436eaa7455cc34" and "26f584e01df83dffa26dfc565a5a841e926ed6ac" have entirely different histories.

View file

@ -27,7 +27,6 @@ def before_insert(doc, method):
print("DEBUG: Half-down amount set to:", half_down_amount)
def on_submit(doc, method):
print("DEBUG: on_submit hook triggered for Sales Order:", doc.name)
print("DEBUG: Info from Sales Order")
@ -81,7 +80,6 @@ def on_update_after_submit(doc, method):
frappe.set_value("Project", doc.project, "ready_to_schedule", 1)
def create_sales_invoice_from_sales_order(doc, method):
pass
# try: