-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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: error listindexoutofrange when save a production plan #36807
Merged
rohitwaghchaure
merged 1 commit into
frappe:version-14-hotfix
from
viralkansodiya:productionplan
Aug 25, 2023
Merged
fix: error listindexoutofrange when save a production plan #36807
rohitwaghchaure
merged 1 commit into
frappe:version-14-hotfix
from
viralkansodiya:productionplan
Aug 25, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
viralkansodiya
requested review from
rohitwaghchaure and
s-aga-r
as code owners
August 24, 2023 13:05
rohitwaghchaure
added
the
backport develop
instructs mergify to frontport PR to develop branch
label
Aug 25, 2023
mergify bot
pushed a commit
that referenced
this pull request
Aug 25, 2023
fix: error listindexoutof range when save a production plan (cherry picked from commit fd41594)
Thank you sir @rohitwaghchaure |
deepeshgarg007
pushed a commit
that referenced
this pull request
Aug 26, 2023
fix: error list index out of range when saving a production plan (#36807)
frappe-pr-bot
pushed a commit
that referenced
this pull request
Aug 30, 2023
# [14.37.0](v14.36.0...v14.37.0) (2023-08-30) ### Bug Fixes * added valuation field type (Float/Currency) in the filter (backport [#36866](#36866)) ([#36868](#36868)) ([22247cf](22247cf)) * Allow to make return against sales invoice which has closed sales order ([0f98cc8](0f98cc8)) * Asset Category filter is not working in asset depreciation([#36806](#36806)) ([bd41cb2](bd41cb2)) * create entries for only PR items present in LCV ([#36852](#36852)) ([d2091cc](d2091cc)) * error in report when data is not available to load chart in report (backport [#36842](#36842)) ([#36853](#36853)) ([9789b7b](9789b7b)) * error listindexoutofrange when save a production plan ([#36807](#36807)) ([fd41594](fd41594)) * fetch JVs in tax withholding report without party values ([bc6bd81](bc6bd81)) * fetch rounded total while pulling reference details on SO ([adc87f1](adc87f1)) * missing company flag for regional fn ([#36791](#36791)) ([c07548a](c07548a)) * SCR return status (backport [#36793](#36793)) ([#36796](#36796)) ([6edfcf4](6edfcf4)) * Tax withholding reversal on Debit Notes ([e8dc63c](e8dc63c)) ### Features * **MR:** Project and Cost Center in Connections (backport [#36794](#36794)) ([#36795](#36795)) ([4fa0777](4fa0777))
🎉 This PR is included in version 14.37.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
backport develop
instructs mergify to frontport PR to develop branch
needs-tests
This PR needs automated unit-tests.
released
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fixes: #36692
error listindexoutofrange when save a production plan