mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-31 15:32:27 +00:00
Fixes related to finding prev sle
This commit is contained in:
2
erpnext/sandbox/testdata/stock_entry.py
vendored
2
erpnext/sandbox/testdata/stock_entry.py
vendored
@@ -43,7 +43,7 @@ mtn = [
|
||||
'doctype': 'Stock Entry',
|
||||
'posting_date': '2011-09-01',
|
||||
'transfer_date': '2011-09-01',
|
||||
'posting_time': '13:00',
|
||||
'posting_time': '12:00',
|
||||
'company': 'comp',
|
||||
'fiscal_year' : '2011-2012',
|
||||
'purpose': 'Material Transfer',
|
||||
|
||||
Reference in New Issue
Block a user