mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-03 13:38:27 +00:00
chore(release): Bumped to Version 15.57.0
# [15.57.0](https://github.com/frappe/erpnext/compare/v15.56.0...v15.57.0) (2025-04-10) ### Bug Fixes * bypass validation during reposting ([eaaac6e](eaaac6e596)) * item code not showing in the error message ([837509a](837509ae47)) * Recreate Stock Ledgers issue ([3db70fe](3db70febe1)) * remove get_items query.run outside of if condition ([bff4902](bff4902993)) * test file for v15 ([88f1cf2](88f1cf2943)) ### Features * available serial no report ([0f6a7ed](0f6a7edb53)) ### Performance Improvements * take query out of loop ([c7fead6](c7fead6bb0))
This commit is contained in:
@@ -4,7 +4,7 @@ import inspect
|
||||
import frappe
|
||||
from frappe.utils.user import is_website_user
|
||||
|
||||
__version__ = "15.56.0"
|
||||
__version__ = "15.57.0"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user