2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-01 04:56:45 +00:00

Bug fix for stock transfer (#8631)

- Prevent duplication of tracking data
This commit is contained in:
Oliver 2024-12-06 14:41:28 +11:00 committed by GitHub
parent 4e36c7a2d7
commit 9f120ef76f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2138,7 +2138,7 @@ class StockItem(
self.add_tracking_entry(tracking_code, user, notes=notes, deltas=tracking_info)
self.save()
self.save(add_note=False)
# Trigger event for the plugin system
trigger_event(