mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +00:00
[stock ledger][fix] message for negative qty error
This commit is contained in:
@@ -35,6 +35,9 @@ def update_entries_after(args, verbose=1):
|
|||||||
"posting_time": "12:00"
|
"posting_time": "12:00"
|
||||||
}
|
}
|
||||||
"""
|
"""
|
||||||
|
global _exceptions
|
||||||
|
_exceptions = []
|
||||||
|
|
||||||
previous_sle = get_sle_before_datetime(args)
|
previous_sle = get_sle_before_datetime(args)
|
||||||
|
|
||||||
qty_after_transaction = flt(previous_sle.get("qty_after_transaction"))
|
qty_after_transaction = flt(previous_sle.get("qty_after_transaction"))
|
||||||
|
|||||||
Reference in New Issue
Block a user