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: Explicitly update modified #32519

Merged
merged 2 commits into from
Oct 6, 2022
Merged

fix: Explicitly update modified #32519

merged 2 commits into from
Oct 6, 2022

Conversation

ankush
Copy link
Member

@ankush ankush commented Oct 6, 2022

required after frappe/frappe#18301

People use Bin doctype's modified timestamp to write integrations, hence updating it explicitly.

Found out cause my old-timey test started failing 😄 #29746

@github-actions github-actions bot added needs-tests This PR needs automated unit-tests. stock labels Oct 6, 2022
@ankush ankush removed the needs-tests This PR needs automated unit-tests. label Oct 6, 2022
@codecov
Copy link

codecov bot commented Oct 6, 2022

Codecov Report

Merging #32519 (0fd6917) into develop (aaabba9) will increase coverage by 0.01%.
The diff coverage is 86.66%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop   #32519      +/-   ##
===========================================
+ Coverage    63.77%   63.78%   +0.01%     
===========================================
  Files          817      817              
  Lines        58162    58158       -4     
===========================================
+ Hits         37091    37098       +7     
+ Misses       21071    21060      -11     
Impacted Files Coverage Δ
...rpnext/accounts/doctype/pos_invoice/pos_invoice.py 75.00% <ø> (+0.12%) ⬆️
...xt/e_commerce/doctype/website_item/website_item.py 47.93% <ø> (-0.43%) ⬇️
erpnext/utilities/bulk_transaction.py 83.87% <66.66%> (ø)
.../accounts/doctype/bank_clearance/bank_clearance.py 66.66% <100.00%> (ø)
erpnext/accounts/utils.py 72.80% <100.00%> (ø)
erpnext/stock/doctype/bin/bin.py 96.36% <100.00%> (ø)
erpnext/stock/doctype/pick_list/pick_list.py 76.81% <100.00%> (ø)
...k/doctype/stock_ledger_entry/stock_ledger_entry.py 83.89% <100.00%> (ø)
erpnext/stock/stock_ledger.py 90.16% <100.00%> (ø)
...t/product_bundle_balance/product_bundle_balance.py 79.54% <0.00%> (-15.91%) ⬇️
... and 22 more

Copy link
Contributor

@s-aga-r s-aga-r left a comment

Choose a reason for hiding this comment

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

LGTM

@ankush ankush merged commit 8376fbc into frappe:develop Oct 6, 2022
@ankush ankush deleted the broken_tests branch October 6, 2022 15:05
@ankush ankush added the backport version-14-hotfix backport to version 14 label Oct 12, 2022
mergify bot pushed a commit that referenced this pull request Oct 12, 2022
* fix: Explicitly update modified

required after frappe/frappe#18301

* chore: fix broken translations

(cherry picked from commit 8376fbc)
ankush added a commit that referenced this pull request Oct 12, 2022
fix: Explicitly update modified (#32519)

* fix: Explicitly update modified

required after frappe/frappe#18301

* chore: fix broken translations

(cherry picked from commit 8376fbc)

Co-authored-by: Ankush Menat <ankush@frappe.io>
frappe-pr-bot pushed a commit that referenced this pull request Oct 12, 2022
# [14.3.0](v14.2.3...v14.3.0) (2022-10-12)

### Bug Fixes

* consider outgoingrate while valuation rate calculate ([423c019](423c019))
* consider sales rate as incoming rate for transit warehouse in purchase flow ([948b231](948b231))
* Do not add tax withheld vouchers post tax withheding in one document ([bd8e61b](bd8e61b))
* Explicitly update modified (backport [#32519](#32519)) ([#32575](#32575)) ([154904e](154904e))
* Hanlde rounding loss for internal transfer ([8eda2db](8eda2db))
* Incoming rate precision fixes for intra company transfer ([b653f43](b653f43))
* make readings status mandatory in Quality Inspection ([50d790c](50d790c))
* minor cleanup ([236a5f3](236a5f3))
* more fields reordering related to Tab Break ([db4fbc9](db4fbc9))
* PO cancel post advance payment cancel against PO ([bda25c4](bda25c4))
* removed unnecessary imports ([31782d6](31782d6))
* set Quality Inspection status based on readings status ([e25db8b](e25db8b))
* single column indexes (backport [#32425](#32425)) ([#32513](#32513)) ([2f1b8af](2f1b8af))
* Tax withholding related fixes ([d5f6938](d5f6938))
* test case ([0b26131](0b26131))
* **test:** `test_rejected_qi_validation` ([943e619](943e619))
* TooManyWritesError during reposting of stock ([73742ff](73742ff))
* unlink payment on invoice cancellation ([8ba503b](8ba503b))
* use naming_series in budget ([0a24859](0a24859))
* value error on pos submit ([4b65dd7](4b65dd7))

### Features

* **JE:** trigger account field when fetched from template ([17dd1ab](17dd1ab)), closes [#32409](#32409)
* provision to return non consumed components against the work order ([d0f3818](d0f3818))
* Tab Break in Material Request ([79151be](79151be))
* Tab Break in Purchase Invoice ([89314d4](89314d4))
* Tab Break in Purchase Order ([5a8329a](5a8329a))
* Tab Break in Purchase Receipt ([b092791](b092791))
* Tab Break in Quotation ([b0a9f79](b0a9f79))
* Tab Break in Sales Order, Delivery Note, Sales Invoice and Purchase Order ([31cd96b](31cd96b))
* Tab Break in Supplier Quotation ([22ad3ad](22ad3ad))
@barredterra barredterra mentioned this pull request Mar 7, 2023
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.

None yet

2 participants