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

Delivery Note Creation from sales order with reserved stock option #46196

Closed
Paulsudhan-craft opened this issue Feb 28, 2025 · 1 comment · Fixed by #46258
Closed

Delivery Note Creation from sales order with reserved stock option #46196

Paulsudhan-craft opened this issue Feb 28, 2025 · 1 comment · Fixed by #46258
Assignees

Comments

@Paulsudhan-craft
Copy link

Information about bug

While Reserving the stock in the sales order and with item of uom conversion then creating delivery note leads to issue like the qty is not correct please fix this issue as soon as possible

Module

selling

Version

15 f-v
15 next-v

Installation method

None

Relevant log output / Stack trace / Full Error Message.

@Paulsudhan-craft
Copy link
Author

dn_item.qty = flt(sre.reserved_qty) * flt(dn_item.get("conversion_factor", 1))

sales order.py line number 1043
change * into / will solve the issue

please check this and update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants