mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 04:09:11 +00:00
fix: patch
This commit is contained in:
committed by
Nabin Hait
parent
7797e9d3ac
commit
83f5468ca1
@@ -4,6 +4,7 @@ from erpnext.stock.stock_ledger import update_entries_after
|
|||||||
from erpnext.accounts.utils import update_gl_entries_after
|
from erpnext.accounts.utils import update_gl_entries_after
|
||||||
|
|
||||||
|
|
||||||
|
def execute():
|
||||||
data = frappe.db.sql(''' SELECT name, item_code, warehouse, voucher_type, voucher_no, posting_date, posting_time
|
data = frappe.db.sql(''' SELECT name, item_code, warehouse, voucher_type, voucher_no, posting_date, posting_time
|
||||||
from `tabStock Ledger Entry` where creation > '2020-12-26 12:58:55.903836' and is_cancelled = 0
|
from `tabStock Ledger Entry` where creation > '2020-12-26 12:58:55.903836' and is_cancelled = 0
|
||||||
order by timestamp(posting_date, posting_time) asc, creation asc''', as_dict=1)
|
order by timestamp(posting_date, posting_time) asc, creation asc''', as_dict=1)
|
||||||
|
|||||||
Reference in New Issue
Block a user