mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-15 23:54:59 +00:00
chore(release): Bumped to Version 15.80.0
# [15.80.0](https://github.com/frappe/erpnext/compare/v15.79.2...v15.80.0) (2025-09-23) ### Bug Fixes * **accounts receivable:** exclude employee transactions ([c071107](c071107b27)) * **accounts:** dynamic zero cutoff (backport [#48899](https://github.com/frappe/erpnext/issues/48899)) ([#49552](https://github.com/frappe/erpnext/issues/49552)) ([5ef7a78](5ef7a7857c)) * add condition for name ([65ce737](65ce737c2d)) * add option for currency field (backport [#49572](https://github.com/frappe/erpnext/issues/49572)) ([#49594](https://github.com/frappe/erpnext/issues/49594)) ([1a4ea07](1a4ea07b78)) * auto commit if too many writes reached ([0310172](0310172338)) * Consider non SABB batch qty in reserved batch validation ([7ed97e4](7ed97e47cc)) * incorrect current qty calculation for the batch ([bf48cf0](bf48cf02e5)) * **item:** avoid inheriting item defaults from identically named items ([#49571](https://github.com/frappe/erpnext/issues/49571)) ([9e58a56](9e58a56b5c)) * only show filters in print view if 'Include filters' is enabled ([79d4731](79d4731fe7)) * **payment-reconciliation:** apply field precision for allocated and difference amounts (backport [#49448](https://github.com/frappe/erpnext/issues/49448)) ([#49595](https://github.com/frappe/erpnext/issues/49595)) ([fbd62e7](fbd62e72f9)) * project accounting dimension and gl posting date column width (backport [#49563](https://github.com/frappe/erpnext/issues/49563)) ([#49591](https://github.com/frappe/erpnext/issues/49591)) ([bce22cb](bce22cb27b)) * **purchase order:** get party type based on supplier field ([3aebbf6](3aebbf6e92)) * restore auto_commit_on_many_writes flag ([5320782](53207821aa)) * set first_response_time on status change of issue ([0d5613c](0d5613ca4c)) * skip receivable/payable account validation in payroll entry if party is not available (backport [#49585](https://github.com/frappe/erpnext/issues/49585)) ([#49598](https://github.com/frappe/erpnext/issues/49598)) ([697f6ef](697f6ef086)) * **stock:** NoneType object error on stock entry ([de8c4ee](de8c4eec1b)) * warehouse for batch validation ([cb94c4b](cb94c4b5f1)) ### Features * add filters option in print view (backport [#49631](https://github.com/frappe/erpnext/issues/49631)) ([#49700](https://github.com/frappe/erpnext/issues/49700)) ([e9b29ed](e9b29ed544)) * populate available qty in pick list locations ([bc7f884](bc7f884ae1))
This commit is contained in:
@@ -4,7 +4,7 @@ import inspect
|
||||
import frappe
|
||||
from frappe.utils.user import is_website_user
|
||||
|
||||
__version__ = "15.79.2"
|
||||
__version__ = "15.80.0"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user