mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-19 02:04:50 +00:00
chore(release): Bumped to Version 14.23.1
## [14.23.1](https://github.com/frappe/erpnext/compare/v14.23.0...v14.23.1) (2023-05-03) ### Bug Fixes * conflicts ([3ba2b9e](3ba2b9ed2e)) * don't allow to make reposting for the closed period ([cca2fce](cca2fcec54)) * don't create material request from sales order against the delivered items ([a5489ee](a5489ee2ac)) * handle expected_value_after_useful_life properly in asset value adjustment ([#35117](https://github.com/frappe/erpnext/issues/35117)) ([80230fe](80230fec3e)) * handle finance book properly in trial balance and general ledger [v14] ([#35136](https://github.com/frappe/erpnext/issues/35136)) ([344c339](344c339484)) * Hyperlink in Quality Inspection Summary ([e4ce6fa](e4ce6fa195)) * incorrect paid_amount and exchange rate in PE ([f50b4d8](f50b4d80f1)) * linter issue ([78c34d7](78c34d71e2)) * linter issue ([453249d](453249d868)) * Naming series error in Journal Entry template ([#35084](https://github.com/frappe/erpnext/issues/35084)) ([7021e3a](7021e3adb1)) * not able to create delivery note from sales order ([28dfc13](28dfc13dc6)) * Report link, option, and added a link for Sales Person in GP ([fc611cf](fc611cf86b)) * test case ([35ec125](35ec125b34)) * test case ([6597c74](6597c74d6c)) * test case ([d844a2b](d844a2b990)) * timeout error while submitting delivery note ([e33fb3b](e33fb3b242)) * Updates in process statement of Accounts ([#35064](https://github.com/frappe/erpnext/issues/35064)) ([bef9dd7](bef9dd79e7))
This commit is contained in:
@@ -3,7 +3,7 @@ import inspect
|
||||
|
||||
import frappe
|
||||
|
||||
__version__ = "14.23.0"
|
||||
__version__ = "14.23.1"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user