Update changelog

This commit is contained in:
Mauricio Baeza 2021-07-10 13:25:04 -05:00
parent 4f3bdbda95
commit 637c69b9c7
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
v 1.43.0 [00-Jun-2021]
v 1.43.0 [00-Jul-2021]
----------------------
- Soporte para multialmacen
- Soporte para entradas de almacen
v 1.42.1 [31-May-2021]

View File

@ -9555,7 +9555,7 @@ class InventoryEntries(BaseModel):
cant = cant,
)
obj = InventoryEntries.create(**values)
msg = 'A {}'.format(obj.id)
msg = 'a {}'.format(obj.id)
_save_log(user.usuario, msg, 'IE')
product.existencia += cant