-
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: incorrect qty for material request in Production Plan #37270
Merged
rohitwaghchaure
merged 1 commit into
frappe:version-14-hotfix
from
rohitwaghchaure:fixed-incorrect-mrp-qty-in-pp
Sep 27, 2023
Merged
fix: incorrect qty for material request in Production Plan #37270
rohitwaghchaure
merged 1 commit into
frappe:version-14-hotfix
from
rohitwaghchaure:fixed-incorrect-mrp-qty-in-pp
Sep 27, 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
rohitwaghchaure
force-pushed
the
fixed-incorrect-mrp-qty-in-pp
branch
from
September 27, 2023 10:36
a60333f
to
df46fc6
Compare
rohitwaghchaure
added
the
backport develop
instructs mergify to frontport PR to develop branch
label
Sep 27, 2023
mergify bot
pushed a commit
that referenced
this pull request
Sep 27, 2023
(cherry picked from commit 8fe4a4d)
rohitwaghchaure
added a commit
that referenced
this pull request
Sep 27, 2023
@Mergifyio backport version-14 |
✅ Backports have been created
|
mergify bot
pushed a commit
that referenced
this pull request
Sep 29, 2023
(cherry picked from commit 8fe4a4d)
rohitwaghchaure
added a commit
that referenced
this pull request
Sep 29, 2023
frappe-pr-bot
pushed a commit
that referenced
this pull request
Oct 4, 2023
# [14.42.0](v14.41.2...v14.42.0) (2023-10-04) ### Bug Fixes * add only float row values for total ([020aedb](020aedb)) * currency symbol in the Supplier Quotation Comparison report ([#37337](#37337)) ([82e8606](82e8606)) * Description field for the 'Ignore Available Stock' ([#37293](#37293)) ([7f1483a](7f1483a)) * do not consider submitted Work Orders in the Production Plan Res… ([#37343](#37343)) ([c3aeb2d](c3aeb2d)) * ignore user permissions for `Source Warehouse` (backport [#37313](#37313)) ([#37314](#37314)) ([04f0dfb](04f0dfb)) * incorrect qty for material request in Production Plan ([#37270](#37270)) ([8fe4a4d](8fe4a4d)) * Not unique table/alias: 'tabTask' (backport [#37285](#37285)) ([#37298](#37298)) ([95e0bf5](95e0bf5)) * party format in test ([28756bf](28756bf)) * PCV posting issues ([#37029](#37029)) ([92eabe3](92eabe3)) * process soa filter for multiselect ([4962b67](4962b67)) * query for multiselect filter ([6d7aa2a](6d7aa2a)) * set route filter values for AP ([49f0f1c](49f0f1c)) * set route filter values for AR ([2b30727](2b30727)) * summary report filters ([403ff69](403ff69)) * trial balance report freezes when adding filters (backport [#37264](#37264)) ([#37265](#37265)) ([6a8146b](6a8146b)) * Use default Cost Center of the Company for additional discount ([#37234](#37234)) ([e483b4a](e483b4a)) * validation message for valuation rate ([#37301](#37301)) ([643bb05](643bb05)) ### Features * asset salvage_value_percentage (backport [#37302](#37302)) ([#37334](#37334)) ([6daea6c](6daea6c))
🎉 This PR is included in version 14.42.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.
Issue
Reason:
In the case of multi-UOM, the system does not convert the quantity into the Purchase UOM, which causes an incorrect Quantity (for Purchase) in the Production Plan.