-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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(ux): don't update qty blindly #38608
Merged
Merged
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
s-aga-r
added
backport version-14-hotfix
backport to version 14
backport version-15-hotfix
labels
Dec 7, 2023
This was referenced Dec 8, 2023
s-aga-r
added a commit
that referenced
this pull request
Dec 8, 2023
s-aga-r
added a commit
that referenced
this pull request
Dec 8, 2023
frappe-pr-bot
pushed a commit
that referenced
this pull request
Dec 12, 2023
# [15.6.0](v15.5.0...v15.6.0) (2023-12-12) ### Bug Fixes * `split_invoices_based_on_payment_terms` (backport [#37859](#37859)) ([#38488](#38488)) ([4b76cc4](4b76cc4)) * 1st row depr. sch. value of asset put to less than 180 days acc. to I.T. S. 32 (backport [#38696](#38696)) ([#38703](#38703)) ([2bd9671](2bd9671)) * auto delete draft serial and batch bundle (backport [#38637](#38637)) ([#38654](#38654)) ([b0675f6](b0675f6)) * close PO on SCO close (backport [#38667](#38667)) ([#38681](#38681)) ([4055543](4055543)) * format only if searched text contain link value text ([d79e6e3](d79e6e3)) * get customers for leaderboard ([9d5c79d](9d5c79d)) * get items for leaderboard ([7cb38a8](7cb38a8)) * get sales partner for leaderboard ([3845d42](3845d42)) * get sales person for leaderboard ([2fcfebe](2fcfebe)) * get suppliers for leaderboard ([e205772](e205772)) * ignore non-existing regional customizations (backport [#38621](#38621)) ([#38624](#38624)) ([c70e6f2](c70e6f2)) * limit end date to current date ([dbdb971](dbdb971)) * negative batch issue (backport [#38688](#38688)) ([#38694](#38694)) ([a75081b](a75081b)) * not able to make serial and batch using csv import (backport [#38659](#38659)) ([#38662](#38662)) ([dd07eca](dd07eca)) * only highest eligible coupon applied ([#38416](#38416)) ([aa66ee6](aa66ee6)) * serial and batch bundle permission (backport [#38618](#38618)) ([#38619](#38619)) ([ce2bd15](ce2bd15)) * serial no filter in the Serial No Ledger report (backport [#38669](#38669)) ([#38682](#38682)) ([d188c8e](d188c8e)) * Shipping Address Link Showing in Buying (backport [#38634](#38634)) ([#38646](#38646)) ([4150ed9](4150ed9)) * show stock qty in popup (backport [#38698](#38698)) ([#38699](#38699)) ([6e2cde4](6e2cde4)) * typeerror on new sites ([#38692](#38692)) ([9239e73](9239e73)) * typo in unittest ([#38673](#38673)) ([14ee13c](14ee13c)) * **ux:** don't update qty blindly (backport [#38608](#38608)) ([#38639](#38639)) ([0b2e2a2](0b2e2a2)) ### Features * add employee number to client user bootinfo (backport [#38477](#38477)) ([#38603](#38603)) ([c7dbcbc](c7dbcbc))
frappe-pr-bot
pushed a commit
that referenced
this pull request
Dec 12, 2023
# [14.54.0](v14.53.0...v14.54.0) (2023-12-12) ### Bug Fixes * 1st row depr. sch. value of asset put to less than 180 days acc. to I.T. S. 32 ([#38697](#38697)) ([753a1b5](753a1b5)) * calc monthly_repayment_amount correctly in regenerate_repayment_schedule ([#38636](#38636)) ([008400d](008400d)) * format only if searched text contain link value text ([b28deaa](b28deaa)) * limit end date to current date ([cbe15e1](cbe15e1)) * typo in unittest ([#38673](#38673)) ([c87a3c7](c87a3c7)) * **ux:** don't update qty blindly (backport [#38608](#38608)) ([#38638](#38638)) ([29cd474](29cd474)) ### Features * add employee number to client user bootinfo (backport [#38477](#38477)) ([#38602](#38602)) ([c2a137f](c2a137f)) ### Reverts * Revert "refactor: bank transaction (backport #38182)" (#38653) ([7813efa](7813efa)), closes [#38182](#38182) [#38653](#38653) [#38182](#38182)
rtdany10
added a commit
to rtdany10/erpnext
that referenced
this pull request
Dec 13, 2023
…appe#38638)" This reverts commit 29cd474.
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.
Internal Ref: 6766
Issue: Qty gets reset to 1 ignoring the user's change.
Before:
scrnli_12_7_2023_10-20-37.AM.mp4
After:
scrnli_12_7_2023_10-19-00.AM.mp4