2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-08 08:10:21 +00:00

Merge pull request from matmair/spaces!

removes all lines consisting only of spaces
This commit is contained in:
Oliver 2021-05-08 20:54:36 +10:00 committed by GitHub
commit e683912561
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
160 changed files with 710 additions and 711 deletions
InvenTree/stock

@ -1234,7 +1234,6 @@ class StockItem(MPTTModel):
return False
if self.updateQuantity(self.quantity + quantity):
text = _('Added {n} items').format(n=helpers.normalize(quantity))
self.addTransactionNote(