chore(release): Bumped to Version 14.83.4

## [14.83.4](https://github.com/frappe/erpnext/compare/v14.83.3...v14.83.4) (2025-03-19)

### Bug Fixes

* fetch quality inspection parameter group ([6e497f7](6e497f73f1))
* not able to make PR against stand alone Debit Note ([16fe53b](16fe53b8c7))
* order by condition ([af3089b](af3089b96e))
* repost future sle and gle after capitalization ([#46576](https://github.com/frappe/erpnext/issues/46576)) ([805549f](805549f793))
* set stock adjustment account in difference account ([6f0c67a](6f0c67a242))
* **Transaction Deletion Record:** sql syntax error while fetching lead address ([20b43b4](20b43b4d93))
This commit is contained in:
Frappe PR Bot
2025-03-19 11:04:55 +00:00
parent 39af6bd143
commit 7e8d2dc0fc

View File

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