mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-05 22:48:27 +00:00
fix(patch): updating pos closing reference in merge log
This commit is contained in:
@@ -15,7 +15,7 @@ def execute():
|
||||
log.pos_closing_entry = (
|
||||
SELECT clo_ref.parent FROM `tabPOS Invoice Reference` clo_ref
|
||||
WHERE clo_ref.pos_invoice = log_ref.pos_invoice
|
||||
AND clo_ref.parenttype = 'POS Closing Entry'
|
||||
AND clo_ref.parenttype = 'POS Closing Entry' LIMIT 1
|
||||
)
|
||||
WHERE
|
||||
log_ref.parent = log.name
|
||||
|
||||
Reference in New Issue
Block a user