Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.70.13
Browse files Browse the repository at this point in the history
## [14.70.13](v14.70.12...v14.70.13) (2024-07-31)

### Bug Fixes

* builtins.KeyError: ('ABC', 'Store - CP') (backport [#42505](#42505)) ([#42508](#42508)) ([0256c64](0256c64))
* consider payment entries for checking if tds is deducted ([e7432fc](e7432fc))
* dynamic condition in the pricing rule not working (backport [#42467](#42467)) ([#42543](#42543)) ([53034c3](53034c3))
* **gross profit:** incorrect valuation rate on different warehouses ([1a7efbb](1a7efbb))
* ignore duplicates while creating default templates ([99bc8e8](99bc8e8))
* incorrect cost_center on AR/AP report ([0e2abbd](0e2abbd))
* keep status as In Progress for RIV for Timeout Error (backport [#42274](#42274)) ([#42504](#42504)) ([8e8d0c7](8e8d0c7))
* parenttype in item wise purchase and sales register ([97f2e88](97f2e88))
* performance issue for the report Purchase Order Analysis report (backport [#42503](#42503)) ([#42506](#42506)) ([f42f1bb](f42f1bb))
* price_list_currency not found error (backport [#42534](#42534)) ([#42538](#42538)) ([3ba6f40](3ba6f40))
* warehouse filter in Product Bundle Balance (backport [#42532](#42532)) ([#42536](#42536)) ([0441984](0441984))
  • Loading branch information
frappe-bot committed Jul 31, 2024
1 parent 81c362d commit 37a7da3
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.12"
__version__ = "14.70.13"


def get_default_company(user=None):
Expand Down

0 comments on commit 37a7da3

Please sign in to comment.