mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 12:49:10 +00:00
refactor: revert indentation
This commit is contained in:
@@ -1656,8 +1656,8 @@ def get_previous_sle(args, for_update=False, extra_cond=None):
|
||||
is called from various transaction like stock entry, reco etc
|
||||
|
||||
args = {
|
||||
"item_code": "ABC" or ["ABC", "XYZ"],
|
||||
"warehouse": "XYZ" or ["XYZ", "ABC"],
|
||||
"item_code": "ABC",
|
||||
"warehouse": "XYZ",
|
||||
"posting_date": "2012-12-12",
|
||||
"posting_time": "12:00",
|
||||
"sle": "name of reference Stock Ledger Entry"
|
||||
|
||||
Reference in New Issue
Block a user