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

fix: opening invoice creation tool can fetch multiple accounting dimension #29407

Merged

Conversation

ruthra-kumar
Copy link
Member

Issue

Opening Invoice Creation tool has provision for accepting multiple accounting dimensions if they are already created in the system. But, the invoices created doesn't have the new accounting dimensions. It has been fixed with this change.

Screenshot

Creation Tool
Screenshot 2022-01-21 at 7 45 36 PM
Invoice
Screenshot 2022-01-21 at 7 46 41 PM

Copy link
Member

@deepeshgarg007 deepeshgarg007 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. https://github.com/frappe/erpnext/wiki/Pull-Request-Checklist#linting follow this to setup pre-commit to avoid linting errors
  2. Other test cases seem to be failing because of the newly added test case for the opening invoice tool. Moving create_dimensions to setup and also also adding disable_dimensions in teardown will resolve this

@deepeshgarg007
Copy link
Member

@Mergifyio backport version-13-hotfix

@mergify
Copy link
Contributor

mergify bot commented Jan 24, 2022

backport version-13-hotfix

✅ Backports have been created

deepeshgarg007 added a commit that referenced this pull request Jan 24, 2022
…-29407

fix: opening invoice creation tool can fetch multiple accounting dimension (backport #29407)
@ruthra-kumar ruthra-kumar deleted the dimension_in_opening_invoice branch April 19, 2022 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Opening Inovice Creation with Accounting Dimension does not add Accouting Dimension in Sales Inovice.
2 participants