mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-16 16:15:02 +00:00
chore(release): Bumped to Version 14.91.0
# [14.91.0](https://github.com/frappe/erpnext/compare/v14.90.1...v14.91.0) (2025-09-16) ### Bug Fixes * duplicate items being created when fetching items from warehouse in stock reco ([646de0b](646de0bec1)) * remove ignore_permissions ([180f406](180f406917)) ### Features * add permission check for custom button ([42b38b7](42b38b7998))
This commit is contained in:
@@ -3,7 +3,7 @@ import inspect
|
||||
|
||||
import frappe
|
||||
|
||||
__version__ = "14.90.1"
|
||||
__version__ = "14.91.0"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user