mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-17 00:18:39 +00:00
chore(release): Bumped to Version 16.26.2
## [16.26.2](https://github.com/frappe/erpnext/compare/v16.26.1...v16.26.2) (2026-07-03) ### Bug Fixes * **item-attribute:** clear attribute values when marking numeric ([1b1ea7f](1b1ea7f2aa)) * **item:** error on uncommitted input and escape values in variant dialog ([56d065b](56d065b919)) * **item:** rework multiple variant dialog for large numeric ranges ([6691217](66912173bd))
This commit is contained in:
@@ -6,7 +6,7 @@ import frappe
|
||||
from frappe.model.document import Document
|
||||
from frappe.utils.user import is_website_user
|
||||
|
||||
__version__ = "16.26.1"
|
||||
__version__ = "16.26.2"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user