mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-04 14:08:29 +00:00
chore(release): Bumped to Version 15.53.2
## [15.53.2](https://github.com/frappe/erpnext/compare/v15.53.1...v15.53.2) (2025-02-26) ### Bug Fixes * check value as int ([97d3e86](97d3e8648b)) * enable fetch_timesheet_in_sales_invoice in test ([feb64cb](feb64cb9b5)) * incorrect stock value difference for adjustment entry ([96d44e3](96d44e362d)) * inventory dimension for maintence visit ([ec3b281](ec3b281a3b)) * no permission to get project settings in sales invoice ([b8281c3](b8281c34e2)) * pos opening entry dialog not saving on change data (backport [#46066](https://github.com/frappe/erpnext/issues/46066)) ([#46067](https://github.com/frappe/erpnext/issues/46067)) ([0ae2d61](0ae2d61974)) * **project settings:** add checkbox to auto fetch timesheet in sales invoice ([b3c1df8](b3c1df8561)) * **sales invoice:** check fetch_timesheet_in_sales_invoice enabled before fetching the timesheet ([b1095bb](b1095bb91b)) * valuation rate for batch ([c72dab4](c72dab49f4))
This commit is contained in:
@@ -4,7 +4,7 @@ import inspect
|
||||
import frappe
|
||||
from frappe.utils.user import is_website_user
|
||||
|
||||
__version__ = "15.53.1"
|
||||
__version__ = "15.53.2"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user