Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.70.10
Browse files Browse the repository at this point in the history
## [14.70.10](v14.70.9...v14.70.10) (2024-07-10)

### Bug Fixes

* add missing german translations ([d5c1c62](d5c1c62))
* empty item-wise sales/purchase register reports on initial load ([13895fa](13895fa))
* fetch expence account from asset category ([4d6a71a](4d6a71a))
* group by in item-wise purchase register ([62ad466](62ad466))
* **Holiday List:** sort holidays on save to avoid disorienting the user (backport [#42236](#42236)) ([#42251](#42251)) ([fcf6500](fcf6500))
* manual pick allow to pick more than available stock (backport [#42155](#42155)) ([#42158](#42158)) ([454e147](454e147))
* multiple free items on same Item Group ([701dd9e](701dd9e))
* removed max discount validation for sales return ([4195c50](4195c50))
* stock qty validation in SCR (backport [#42124](#42124)) ([#42224](#42224)) ([e2f8e02](e2f8e02))
* tax on stock_rbnb on repost of Purchase Receipt ([106c154](106c154))
* **tds:** use doctype reference when mapping keys across multiple doctypes ([51cbbee](51cbbee))
* updated logic for calculating tax_withholding_net_total in payment entry ([49e5066](49e5066))
* use standard method to get `_doc_before_save` ([9fde733](9fde733))
  • Loading branch information
frappe-bot committed Jul 10, 2024
1 parent ab9bde8 commit 1d66b7e
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.9"
__version__ = "14.70.10"


def get_default_company(user=None):
Expand Down

0 comments on commit 1d66b7e

Please sign in to comment.