Skip to content

Commit

Permalink
Merge pull request #41928 from frappe/mergify/bp/version-15-hotfix/pr…
Browse files Browse the repository at this point in the history
…-41927

fix: consistent query field name in item wise purchase register with item wise sales register (backport #41927)
  • Loading branch information
rohitwaghchaure committed Jun 17, 2024
2 parents ae0725d + a43c181 commit db7fb7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ def get_items(filters, additional_table_columns):
.left_join(Item)
.on(pii.item_code == Item.name)
.select(
pii.name.as_("pii_name"),
pii.name,
pii.parent,
pi.posting_date,
pi.credit_to,
Expand Down

0 comments on commit db7fb7d

Please sign in to comment.