Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor!: remove redundant title field from sales transactions #45115

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

barredterra
Copy link
Collaborator

@barredterra barredterra commented Jan 6, 2025

The title field in sales transactions was always set to customer_name. This means duplicate data and less descriptive column names.

Before:

  • DocType's title_field: title
  • Document's title: copied from customer_name
  • Document's customer_name: fetched from linked Customer

After:

  • DocType's title_field: customer_name
  • Document's customer_name: fetched from linked Customer

Bildschirmfoto 2025-01-06 um 21 16 54

I've searched the codebase for .title = and \.title\n without relevant results.

@github-actions github-actions bot added the needs-tests This PR needs automated unit-tests. label Jan 6, 2025
@barredterra barredterra added do not backport and removed needs-tests This PR needs automated unit-tests. labels Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant