mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-17 13:55:10 +00:00
fix: Remove comma
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user