mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 13:49:13 +00:00
fix: Remove comma
This commit is contained in:
@@ -38,7 +38,7 @@ def execute(filters=None):
|
|||||||
|
|
||||||
sle.update({
|
sle.update({
|
||||||
"qty_after_transaction": actual_qty,
|
"qty_after_transaction": actual_qty,
|
||||||
"stock_value": stock_value,
|
"stock_value": stock_value
|
||||||
})
|
})
|
||||||
|
|
||||||
sle.update({
|
sle.update({
|
||||||
|
|||||||
Reference in New Issue
Block a user