mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-15 16:28:20 +00:00
fix: consistent query field name in item wise purchase register with item wise sales register
(cherry picked from commit 6d539e0fc0)
This commit is contained in:
@@ -325,7 +325,7 @@ def get_items(filters, additional_table_columns):
|
|||||||
.left_join(Item)
|
.left_join(Item)
|
||||||
.on(pii.item_code == Item.name)
|
.on(pii.item_code == Item.name)
|
||||||
.select(
|
.select(
|
||||||
pii.name.as_("pii_name"),
|
pii.name,
|
||||||
pii.parent,
|
pii.parent,
|
||||||
pi.posting_date,
|
pi.posting_date,
|
||||||
pi.credit_to,
|
pi.credit_to,
|
||||||
|
|||||||
Reference in New Issue
Block a user