fix: Remove comma

This commit is contained in:
Deepesh Garg 2020-01-29 09:49:26 +05:30 committed by GitHub
parent 372c5e51d5
commit b61b8d7ced
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ def execute(filters=None):
sle.update({
"qty_after_transaction": actual_qty,
"stock_value": stock_value,
"stock_value": stock_value
})
sle.update({