Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.37.0
Browse files Browse the repository at this point in the history
# [14.37.0](v14.36.0...v14.37.0) (2023-08-30)

### Bug Fixes

* added valuation field type (Float/Currency) in the filter (backport [#36866](#36866)) ([#36868](#36868)) ([22247cf](22247cf))
* Allow to make return against sales invoice which has closed sales order ([0f98cc8](0f98cc8))
* Asset Category filter is not working in asset depreciation([#36806](#36806)) ([bd41cb2](bd41cb2))
* create entries for only PR items present in LCV ([#36852](#36852)) ([d2091cc](d2091cc))
* error in report when data is not available to load chart in report (backport [#36842](#36842)) ([#36853](#36853)) ([9789b7b](9789b7b))
* error listindexoutofrange when save a production plan ([#36807](#36807)) ([fd41594](fd41594))
* fetch JVs in tax withholding report without party values ([bc6bd81](bc6bd81))
* fetch rounded total while pulling reference details on SO ([adc87f1](adc87f1))
* missing company flag for regional fn ([#36791](#36791)) ([c07548a](c07548a))
* SCR return status (backport [#36793](#36793)) ([#36796](#36796)) ([6edfcf4](6edfcf4))
* Tax withholding reversal on Debit Notes ([e8dc63c](e8dc63c))

### Features

* **MR:** Project and Cost Center in Connections (backport [#36794](#36794)) ([#36795](#36795)) ([4fa0777](4fa0777))
  • Loading branch information
frappe-bot committed Aug 30, 2023
1 parent 16edf3a commit b95ab34
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.36.0"
__version__ = "14.37.0"


def get_default_company(user=None):
Expand Down

0 comments on commit b95ab34

Please sign in to comment.