mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-12 17:23:38 +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"
|
||||
}
|
||||
"""
|
||||
global _exceptions
|
||||
_exceptions = []
|
||||
|
||||
previous_sle = get_sle_before_datetime(args)
|
||||
|
||||
qty_after_transaction = flt(previous_sle.get("qty_after_transaction"))
|
||||
|
||||
Reference in New Issue
Block a user