fix: Unlink and delete batch created from stock reco on cancel

This commit is contained in:
marination
2020-08-27 20:34:51 +05:30
parent 7c0069c0d3
commit fc35323106

View File

@@ -61,6 +61,7 @@ class StockReconciliation(StockController):
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"""