Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.83.2
Browse files Browse the repository at this point in the history
## [14.83.2](v14.83.1...v14.83.2) (2025-03-05)

### Bug Fixes

* Add permission check in POS's `Toggle Recent Orders` (backport [#46010](#46010)) ([#46273](#46273)) ([557a05b](557a05b))
* auto allocation for negative amount outstanding for Customers in Payment Entry ([8e02dcf](8e02dcf))
* change voucher_type and voucher_no field type to data ([df4f4d9](df4f4d9))
* consolidate gl entries by project in General Ledger Report (backport [#46314](#46314)) ([#46320](#46320)) ([b3b7e62](b3b7e62))
* do not include opening invoices in billed items to be received report ([cedf577](cedf577))
* don't allow renaming account while system is actively in use (backport [#46176](#46176)) ([#46209](#46209)) ([167069b](167069b))
* exclude cancelled gl entries ([369a692](369a692))
* incorrect batch picked in the pick list ([ac25d3e](ac25d3e))
* incorrectly billed amount in the purchase receipt ([ca94ad3](ca94ad3))
* inventory dimension for maintence visit ([69a8e0d](69a8e0d))
* only include submitted docs for internal received quantity validation (backport [#46262](#46262)) ([#46303](#46303)) ([90b5f0b](90b5f0b))
* **patch:** Ensure SLE indexes (backport [#46131](#46131)) ([#46134](#46134)) ([f8bbcab](f8bbcab))

### Performance Improvements

* don't track seen for POS Invoice (backport [#46187](#46187)) ([#46188](#46188)) ([b41ee66](b41ee66))
  • Loading branch information
frappe-bot committed Mar 5, 2025
1 parent 0f56fbc commit b404f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import frappe

__version__ = "14.83.1"
__version__ = "14.83.2"


def get_default_company(user=None):
Expand Down

0 comments on commit b404f00

Please sign in to comment.