mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-02 01:54:19 +00:00
chore(release): Bumped to Version 14.83.2
## [14.83.2](https://github.com/frappe/erpnext/compare/v14.83.1...v14.83.2) (2025-03-05) ### Bug Fixes * Add permission check in POS's `Toggle Recent Orders` (backport [#46010](https://github.com/frappe/erpnext/issues/46010)) ([#46273](https://github.com/frappe/erpnext/issues/46273)) ([557a05b](557a05b0ad)) * auto allocation for negative amount outstanding for Customers in Payment Entry ([8e02dcf](8e02dcfcaa)) * change voucher_type and voucher_no field type to data ([df4f4d9](df4f4d9a31)) * consolidate gl entries by project in General Ledger Report (backport [#46314](https://github.com/frappe/erpnext/issues/46314)) ([#46320](https://github.com/frappe/erpnext/issues/46320)) ([b3b7e62](b3b7e62a90)) * do not include opening invoices in billed items to be received report ([cedf577](cedf577b4c)) * don't allow renaming account while system is actively in use (backport [#46176](https://github.com/frappe/erpnext/issues/46176)) ([#46209](https://github.com/frappe/erpnext/issues/46209)) ([167069b](167069b823)) * exclude cancelled gl entries ([369a692](369a692af9)) * incorrect batch picked in the pick list ([ac25d3e](ac25d3e1c4)) * incorrectly billed amount in the purchase receipt ([ca94ad3](ca94ad3a24)) * inventory dimension for maintence visit ([69a8e0d](69a8e0dfac)) * only include submitted docs for internal received quantity validation (backport [#46262](https://github.com/frappe/erpnext/issues/46262)) ([#46303](https://github.com/frappe/erpnext/issues/46303)) ([90b5f0b](90b5f0b7bf)) * **patch:** Ensure SLE indexes (backport [#46131](https://github.com/frappe/erpnext/issues/46131)) ([#46134](https://github.com/frappe/erpnext/issues/46134)) ([f8bbcab](f8bbcab3a5)) ### Performance Improvements * don't track seen for POS Invoice (backport [#46187](https://github.com/frappe/erpnext/issues/46187)) ([#46188](https://github.com/frappe/erpnext/issues/46188)) ([b41ee66](b41ee667b9))
This commit is contained in:
@@ -3,7 +3,7 @@ import inspect
|
||||
|
||||
import frappe
|
||||
|
||||
__version__ = "14.83.1"
|
||||
__version__ = "14.83.2"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user