mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 14:39:19 +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
|
is called from various transaction like stock entry, reco etc
|
||||||
|
|
||||||
args = {
|
args = {
|
||||||
"item_code": "ABC" or ["ABC", "XYZ"],
|
"item_code": "ABC",
|
||||||
"warehouse": "XYZ" or ["XYZ", "ABC"],
|
"warehouse": "XYZ",
|
||||||
"posting_date": "2012-12-12",
|
"posting_date": "2012-12-12",
|
||||||
"posting_time": "12:00",
|
"posting_time": "12:00",
|
||||||
"sle": "name of reference Stock Ledger Entry"
|
"sle": "name of reference Stock Ledger Entry"
|
||||||
|
|||||||
Reference in New Issue
Block a user