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: TypeError in Subcontracting Receipt #38200

Merged
merged 1 commit into from
Nov 20, 2023
Merged

Conversation

s-aga-r
Copy link
Contributor

@s-aga-r s-aga-r commented Nov 20, 2023

closes: #38188

@github-actions github-actions bot added the needs-tests This PR needs automated unit-tests. label Nov 20, 2023
Copy link

codecov bot commented Nov 20, 2023

Codecov Report

Merging #38200 (f6e93f0) into develop (7842c9f) will increase coverage by 0.01%.
Report is 25 commits behind head on develop.
The diff coverage is 100.00%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop   #38200      +/-   ##
===========================================
+ Coverage    67.26%   67.28%   +0.01%     
===========================================
  Files          757      757              
  Lines        60493    60500       +7     
===========================================
+ Hits         40691    40706      +15     
+ Misses       19802    19794       -8     
Files Coverage Δ
...tax_withholding_details/tax_withholding_details.py 80.00% <100.00%> (+0.12%) ⬆️
...serial_and_batch_bundle/serial_and_batch_bundle.py 73.15% <ø> (ø)

... and 8 files with indirect coverage changes

@s-aga-r s-aga-r removed the needs-tests This PR needs automated unit-tests. label Nov 20, 2023
@s-aga-r s-aga-r marked this pull request as ready for review November 20, 2023 06:44
@s-aga-r s-aga-r merged commit 5ac8bd7 into frappe:develop Nov 20, 2023
14 checks passed
s-aga-r added a commit that referenced this pull request Nov 20, 2023
fix: TypeError in Subcontracting Receipt

(cherry picked from commit f6e93f0)

Co-authored-by: s-aga-r <[email protected]>
frappe-pr-bot pushed a commit that referenced this pull request Nov 21, 2023
# [15.3.0](v15.2.0...v15.3.0) (2023-11-21)

### Bug Fixes

* attributes were mandatory for manufacturers ([00b9c23](00b9c23))
* issue occured when creating supplier with contact details ([aaccfeb](aaccfeb))
* overallocation on Payment with PO/SO ([337707b](337707b))
* pass check permission in render_address ([a420e13](a420e13))
* payment entry rounding error ([384d6b5](384d6b5))
* set asset's valuation_rate according to asset quantity (backport [#38254](#38254)) ([#38256](#38256)) ([c60aaa7](c60aaa7))
* set default asset quantity as 1 [dev] (backport [#38223](#38223)) ([#38226](#38226)) ([99bf63e](99bf63e))
* Suppier name was not taken when creating address from supplier ([2b94489](2b94489))
* Supplier Quotation fields ([#37963](#37963)) ([aef955c](aef955c))
* test case for rounded total with cash disc ([eab18e6](eab18e6))
* **Timesheet:** reset billing hours equal to hours if they exceed actual hours (backport [#38134](#38134)) ([#38153](#38153)) ([5b7b431](5b7b431))
* **Timesheet:** warn user if billing hours > actual hours instead of resetting  (backport [#38239](#38239)) ([#38241](#38241)) ([1f2f5d8](1f2f5d8))
* TypeError in Subcontracting Receipt (backport [#38200](#38200)) ([#38208](#38208)) ([3f57a7e](3f57a7e))
* update modified timestamp ([a492e57](a492e57))
* **ux:** `Task` creation from `Timesheet` (backport [#38207](#38207)) ([#38211](#38211)) ([e272041](e272041))
* valuation rate for FG item for subcontracting receipt (backport [#38244](#38244)) ([#38245](#38245)) ([ed7b845](ed7b845))
* valuation rate in report Item Prices ([#38161](#38161)) ([f71234e](f71234e))
* wrong round off and rounded total ([70eccf7](70eccf7))

### Features

* add `Supplier Delivery Note` field in SCR (backport [#38127](#38127)) ([#38156](#38156)) ([b89a4a7](b89a4a7))
* Add accounting dimensions to Supplier Quotation ([7d4ac7e](7d4ac7e))
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Subcontract Receipt with batch Item Finished Goods Manual
1 participant