Skip to content

Commit

Permalink
Update delivery_note.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Vikas8600 authored May 1, 2023
1 parent 087f02a commit 1e2071c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ecommerce_integrations/unicommerce/delivery_note.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,5 @@ def create_delivery_note(order, settings, so):
create_unicommerce_log(status="Error", exception=e, rollback=True)
else:
create_unicommerce_log(status="Success")
frappe.flags.request_id = None
frappe.flags.request_id = None

0 comments on commit 1e2071c

Please sign in to comment.