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

Wrong Total Net Weight Calculating in Purchase order. #34835

Closed
vishdha opened this issue Apr 12, 2023 · 1 comment · Fixed by #34847
Closed

Wrong Total Net Weight Calculating in Purchase order. #34835

vishdha opened this issue Apr 12, 2023 · 1 comment · Fixed by #34847
Labels

Comments

@vishdha
Copy link
Contributor

vishdha commented Apr 12, 2023

Information about bug

Step1. Go to Purchase Order select customer and then fetch Item form Multiple Material Request through Get item from option.
Step2. for e.g. Item A with 100 kg from MR 1, Item A with 200 kg from MR 2
Step3. Total Net weight should be 300 kg but it show 200 kg fetch both row 100 kg total_weight

This error come because of recent change in Account_controller

ret, basic_item_details = get_item_details(
args,
self,
for_validate=True,
overwrite_warehouse=False,
return_basic_details=True,
basic_details=basic_details,
)

Module

stock

Version

Frappe: v14.29.0 (version-14)
ERPNExt: v14.21.0 (version-14)

Installation method

None

Relevant log output / Stack trace / Full Error Message.

#34600
No response

@vishdha vishdha added the bug label Apr 12, 2023
@vishdha
Copy link
Contributor Author

vishdha commented Apr 12, 2023

this happens because of recent change in account_controller #34600

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant