chore(release): Bumped to Version 14.88.3

## [14.88.3](https://github.com/frappe/erpnext/compare/v14.88.2...v14.88.3) (2025-07-23)

### Bug Fixes

* add validation for account key ([360f3b7](360f3b7c25))
* calculate due date based on payment term ([#46416](https://github.com/frappe/erpnext/issues/46416)) ([9e7a5bb](9e7a5bb1bb))
* performance issue while submitting the purchase invoice ([4fe09fd](4fe09fd7e8))
* **period closing voucher:** closing account head debit and debit in account currency should be equal ([76a233e](76a233e1b7))
* **production plan:** add company filter to sub assembly warehouse ([8934adf](8934adfef4))
* show amount for exchange gain or loss account ([581221f](581221f1ec))
This commit is contained in:
Frappe PR Bot
2025-07-23 02:50:52 +00:00
parent 942aca31f2
commit a711cd7a18

View File

@@ -3,7 +3,7 @@ import inspect
import frappe
__version__ = "14.88.2"
__version__ = "14.88.3"
def get_default_company(user=None):