mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-07 15:58:49 +00:00
Merge pull request #1556 from matmair/spaces!
removes all lines consisting only of spaces
This commit is contained in:
commit
e683912561
@ -1234,7 +1234,6 @@ class StockItem(MPTTModel):
|
|||||||
return False
|
return False
|
||||||
|
|
||||||
if self.updateQuantity(self.quantity + quantity):
|
if self.updateQuantity(self.quantity + quantity):
|
||||||
|
|
||||||
text = _('Added {n} items').format(n=helpers.normalize(quantity))
|
text = _('Added {n} items').format(n=helpers.normalize(quantity))
|
||||||
|
|
||||||
self.addTransactionNote(
|
self.addTransactionNote(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user