Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.34.0
Browse files Browse the repository at this point in the history
# [15.34.0](v15.33.5...v15.34.0) (2024-08-28)

### Bug Fixes

* calculation correction for annual depreciation ([fa85482](fa85482))
* call 'process' directly instead of creating 'process_subscripti ([7582827](7582827))
* Cannot read properties of null (reading 'doctype') (backport [#42941](#42941)) ([#42943](#42943)) ([2c99075](2c99075))
* Column 'valuation_rate' cannot be null (backport [#42909](#42909)) ([#42913](#42913)) ([8c350d4](8c350d4))
* custom stock entry type issue (backport [#42835](#42835)) ([#42846](#42846)) ([831e2aa](831e2aa))
* do not copy date fields in opportunity doctype ([7401dc4](7401dc4))
* get amount with taxes and charges from payment entry ([c54e97b](c54e97b))
* include erpnext in apps page ([7428df8](7428df8))
* incorrect in and out qty in the Batch-Wise Balance History (backport [#42866](#42866)) ([#42876](#42876)) ([d9ca680](d9ca680))
* incorrect Received Qty Amount in Purchase Order Analysis (backport [#42852](#42852)) ([#42854](#42854)) ([72c1609](72c1609))
* last purchase rate not updated from purchase invoice (backport [#42847](#42847)) ([#42853](#42853)) ([2203ea9](2203ea9))
* LCV based on purchase invoice amount with multi-currency (backport [#42890](#42890)) ([#42894](#42894)) ([ff868a9](ff868a9))
* make party naming sequential when naming_by set as auto name ([0650c22](0650c22))
* not able to make stock entry against MR (backport [#42874](#42874)) ([#42875](#42875)) ([08bed61](08bed61))
* same posting date and time, creation causing incorrect balance qty (backport [#42904](#42904)) ([#42920](#42920)) ([2624892](2624892))
* spec mobile and email fields for notifications ([f56ee58](f56ee58))
* timeout while submitting stock entry (backport [#42929](#42929)) ([#42931](#42931)) ([ec26c92](ec26c92))
* unsupported operand type(s) for *: 'float' and 'NoneType' (backport [#42916](#42916)) ([#42918](#42918)) ([8d29dc6](8d29dc6))
* update dimesions in exchange_gain_loss jv based on base document ([caa6ca1](caa6ca1))
* Update get_amount to return currency precision grand total ([976abf7](976abf7))
* use of incorrect attribute ([80244ba](80244ba))

### Features

* added finance book filter in depreciation and balances report ([5bdd298](5bdd298))
* Disassembly Order (backport [#42655](#42655)) ([#42957](#42957)) ([8d8dd0c](8d8dd0c))
* report to identify incorrectly cleared cheques ([25193c5](25193c5))
  • Loading branch information
frappe-bot committed Aug 28, 2024
1 parent b3a8fe9 commit cb2cb44
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__ = "15.33.5"
__version__ = "15.34.0"


def get_default_company(user=None):
Expand Down

0 comments on commit cb2cb44

Please sign in to comment.