mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 00:44:45 +00:00
refactor: single table for better performance
This commit is contained in:
@@ -11,7 +11,9 @@ def execute():
|
||||
SABE.voucher_type = SABB.voucher_type,
|
||||
SABE.voucher_no = SABB.voucher_no,
|
||||
SABE.voucher_detail_no = SABB.voucher_detail_no,
|
||||
SABE.type_of_transaction = SABB.type_of_transaction
|
||||
SABE.type_of_transaction = SABB.type_of_transaction,
|
||||
SABE.is_cancelled = SABB.is_cancelled,
|
||||
SABE.item_code = SABB.item_code
|
||||
WHERE SABE.parent = SABB.name
|
||||
"""
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user