chore(release): Bumped to Version 16.32.3

## [16.32.3](https://github.com/frappe/erpnext/compare/v16.32.2...v16.32.3) (2026-08-18)

### Bug Fixes

* Qty and UOM not fetched when adding Item in Material Request (backport [#58118](https://github.com/frappe/erpnext/issues/58118)) ([#58266](https://github.com/frappe/erpnext/issues/58266)) ([f01f741](f01f7415e1))
This commit is contained in:
Frappe PR Bot
2026-08-18 09:57:04 +00:00
parent f01f7415e1
commit 11e0ba0a1c

View File

@@ -6,7 +6,7 @@ import frappe
from frappe.model.document import Document
from frappe.utils.user import is_website_user
__version__ = "16.32.2"
__version__ = "16.32.3"
def get_default_company(user=None):