Merge remote-tracking branch 'inventree/master'

This commit is contained in:
Oliver Walters 2021-05-08 21:06:50 +10:00
commit 446c9176e1
160 changed files with 710 additions and 711 deletions

View File

@ -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(