mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 12:49:10 +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 = (
|
log.pos_closing_entry = (
|
||||||
SELECT clo_ref.parent FROM `tabPOS Invoice Reference` clo_ref
|
SELECT clo_ref.parent FROM `tabPOS Invoice Reference` clo_ref
|
||||||
WHERE clo_ref.pos_invoice = log_ref.pos_invoice
|
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
|
WHERE
|
||||||
log_ref.parent = log.name
|
log_ref.parent = log.name
|
||||||
|
|||||||
Reference in New Issue
Block a user