-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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: negative current qty causing recursion issue #37752
Merged
rohitwaghchaure
merged 1 commit into
frappe:version-14-hotfix
from
rohitwaghchaure:fixed-stock-reco-recurssion-issue
Oct 30, 2023
Merged
fix: negative current qty causing recursion issue #37752
rohitwaghchaure
merged 1 commit into
frappe:version-14-hotfix
from
rohitwaghchaure:fixed-stock-reco-recurssion-issue
Oct 30, 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
@Mergifyio backport version-14 |
✅ Backports have been created
|
mergify bot
pushed a commit
that referenced
this pull request
Oct 30, 2023
(cherry picked from commit f1407bc)
rohitwaghchaure
added a commit
that referenced
this pull request
Oct 30, 2023
…37753) fix: negative current qty causing recursion issue (#37752) (cherry picked from commit f1407bc) Co-authored-by: rohitwaghchaure <[email protected]>
frappe-pr-bot
pushed a commit
that referenced
this pull request
Oct 31, 2023
# [14.46.0](v14.45.4...v14.46.0) (2023-10-31) ### Bug Fixes * add regional support to extend purchase gl entries ([d02ebd6](d02ebd6)) * avoid name clash in delivery stop (backport [#37306](#37306)) ([#37701](#37701)) ([556095d](556095d)) * Cash flow mapping fix ([#37522](#37522)) ([8e31379](8e31379)) * close employee loan on write off ([#37638](#37638)) ([922ace4](922ace4)) * **defaults:** apply discount and provisonal defaults from item group and brand if available (backport [#37466](#37466)) ([#37703](#37703)) ([a0893dd](a0893dd)) * **delivery:** rename dt fetch stop action (backport [#37605](#37605)) ([#37606](#37606)) ([8660faa](8660faa)) * GL Entries for receiving non CWIP assets using Purchase Receipt ([#37660](#37660)) ([80774e2](80774e2)) * incorrect cost center in the purchase invoice (backport [#37591](#37591)) ([#37609](#37609)) ([50daf70](50daf70)) * incorrect material request quantity in production plan ([#37785](#37785)) ([25718d9](25718d9)) * incorrect process loss validation for multiple finished items (backport [#37576](#37576)) ([#37656](#37656)) ([638c271](638c271)) * indexing on Delivery Note Item (backport [#37766](#37766)) ([#37777](#37777)) ([9b66a06](9b66a06)) * make changes that enable gantt view for job cards (backport [#37661](#37661)) ([#37756](#37756)) ([712ddb7](712ddb7)) * **minor:** filter bank accounts in bank statement import ([#37525](#37525)) ([1cb9f4c](1cb9f4c)) * **minor:** filter tax template based on company in subscription ([#37562](#37562)) ([c05e0a4](c05e0a4)) * **minor:** set tax values for item variants (backport [#37674](#37674)) ([#37738](#37738)) ([fabcfc1](fabcfc1)) * negative current qty causing recursion issue ([#37752](#37752)) ([f1407bc](f1407bc)) * overallocation on Payment with PO/SO ([d71b885](d71b885)) * purchase receipt with stock and asset items ([375be8c](375be8c)) * remove from or target warehouse for non internal transfer entries (backport [#37612](#37612)) ([#37628](#37628)) ([78b7c26](78b7c26)) * set correct `purchase_sle` in `get_last_sle()` ([#37708](#37708)) ([86cf156](86cf156)) * set empty value for tax template in item details ([#37496](#37496)) ([ec208b8](ec208b8)) * typeerror on tds payable monthly report ([fea27d5](fea27d5)) * update existing doc if possible ([89f07dc](89f07dc)) * wrong german translation ([#37658](#37658)) ([fa5780c](fa5780c)) ### Features * allow return of components for SCO that don't have SCR created (backport [#37686](#37686)) ([#37692](#37692)) ([e96d5b3](e96d5b3)) * **delivery:** link to delivery notes list view from delivery trip (backport [#37604](#37604)) ([#37695](#37695)) ([c58fefb](c58fefb)) ### Reverts * Revert "fix: set empty value for tax template in item details (#37496)" ([ca13816](ca13816)), closes [#37496](#37496) [#37496](#37496)
🎉 This PR is included in version 14.46.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.
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.
If the Current Quantity is in negative in the backdated Stock Reconciliation for the Batch Item then system throws the recursion issue while submitting the entry