EspoCRM Version: 9.3.4
Environment: docker, php 8.3.30
Description
When creating a Sales Order via the dropdown model workflow, the Grand Total is calculated correctly, but the Net Total Amount is not calculated on creation.
The Net Total only updates after manually editing a price field and triggering a frontend recalculation (e.g. tabbing out of the input).
Steps to Reproduce
Actual Result
Expected Result
Additional Notes

Environment: docker, php 8.3.30
Description
When creating a Sales Order via the dropdown model workflow, the Grand Total is calculated correctly, but the Net Total Amount is not calculated on creation.
The Net Total only updates after manually editing a price field and triggering a frontend recalculation (e.g. tabbing out of the input).
Steps to Reproduce
- Click the button used to create a Sales Order from the dropdown model.
- In the form that appears:
- Link the Work Reference.
- Save / create the Sales Order.
Actual Result
- Grand Total is calculated correctly.
- Net Total Amount is not calculated.
- Net Total only updates after:
- Manually changing a price field
- Moving focus away from the input (triggering frontend recalculation)
Expected Result
- Net Total Amount should be calculated automatically on creation, the same way as Grand Total, without requiring manual input changes.
Additional Notes
- This appears to be a frontend recalculation issue (calculation not triggered on initial creation).
- Since Grand Total calculates correctly, the data itself seems valid—only the Net Total calculation event is missing.
