Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix broken variable reference in stock move pricing
Previously, inconsistent variable naming (`price_unit` vs `price`) caused incorrect behavior in price calculation and updates. This change ensures consistent usage of the `price` variable to avoid potential errors.
- Loading branch information