Skip to content

Commit

Permalink
fix: Unlink and delete batch created from stock reco on cancel
Browse files Browse the repository at this point in the history
  • Loading branch information
marination committed May 2, 2022
1 parent 7c0069c commit fc35323
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -61,6 +61,7 @@ def on_cancel(self):
self.make_sle_on_cancel()
self.make_gl_entries_on_cancel()
self.repost_future_sle_and_gle()
self.delete_auto_created_batches()

def remove_items_with_no_change(self):
"""Remove items if qty or rate is not changed"""
Expand Down

0 comments on commit fc35323

Please sign in to comment.