mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-26 10:08:30 +00:00
chore(release): Bumped to Version 15.93.1
## [15.93.1](https://github.com/frappe/erpnext/compare/v15.93.0...v15.93.1) (2025-12-30) ### Bug Fixes * **accounts-payable-summary:** add Show GL Balance check similar to A… (backport [#50802](https://github.com/frappe/erpnext/issues/50802)) ([#50805](https://github.com/frappe/erpnext/issues/50805)) ([a04f560](a04f560048)) * **bank reconciliation tool:** carry bank account to payment entry ([cd930c0](cd930c05b8)) * **bank reconciliation tool:** fix incorrect bank account field mapping ([9ef0e8b](9ef0e8beb7)) * expense_account query override in Purchase Receipt ([6f3904a](6f3904a20a)) * **payment entry:** clear party_name for internal transfer ([431e687](431e68741b)) * prevent reuse of serial no in manufacture and repack entry ([24f6f1e](24f6f1e434)) * **repost accounting ledger:** prevent preview generation when no vouchers are selected ([93c1a3f](93c1a3f8f3)) * start reposting accounting ledger after commit ([e6acdf3](e6acdf36e2)) * **stock:** remove total bar in chart view ([d9888d5](d9888d5195)) * updating base amounts through python for timesheet for v15 ([9d2e0f6](9d2e0f67d5)) * validate depreciation row values ([2f10b9c](2f10b9c510)) * validate party's existing transaction currency before merging ([1c40a61](1c40a61d23)) ### Performance Improvements * composite index for serial no ([507a561](507a561922)) * index for warehouse field ([4753594](4753594a26))
This commit is contained in:
@@ -4,7 +4,7 @@ import inspect
|
||||
import frappe
|
||||
from frappe.utils.user import is_website_user
|
||||
|
||||
__version__ = "15.93.0"
|
||||
__version__ = "15.93.1"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user