refactor: revert indentation

(cherry picked from commit 063c4e9720)
This commit is contained in:
Karm Soni
2025-07-17 15:39:12 +05:30
committed by Mergify
parent a1aee44014
commit fb81202830

View File

@@ -1644,8 +1644,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"