Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.71.0
Browse files Browse the repository at this point in the history
# [14.71.0](v14.70.14...v14.71.0) (2024-08-07)

### Bug Fixes

* 'undefined' in PL and BS report summary on Consolidated report ([a5e1432](a5e1432))
* company filter for filtring tax withheld vouchers ([b7731c8](b7731c8))
* do not update item price and last purchase rate for inter transf… (backport [#42616](#42616)) ([#42632](#42632)) ([5c5349e](5c5349e))
* filter condition in item-wise purchase register ([bc9b461](bc9b461))
* fixed depreciation calculation as per income tax act ([8df1079](8df1079))
* item_code filter in item-wise sales register ([f0f8a2f](f0f8a2f))
* min height for rows in sales funnel ([7086a96](7086a96))
* set query filters for sales / purchase tax template on PE ([c8d8536](c8d8536))
* slowness in reposting dependent vouchers. (backport [#42282](#42282)) ([#42569](#42569)) ([3fb6f97](3fb6f97))

### Features

* expiry date column in Available Batch Report (backport [#42628](#42628)) ([#42641](#42641)) ([83928bb](83928bb))
  • Loading branch information
frappe-bot committed Aug 7, 2024
1 parent f0230b2 commit a8a8a03
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.70.14"
__version__ = "14.71.0"


def get_default_company(user=None):
Expand Down

0 comments on commit a8a8a03

Please sign in to comment.