Skip to content

Commit

Permalink
chore(release): Bumped to Version 13.47.0
Browse files Browse the repository at this point in the history
# [13.47.0](v13.46.1...v13.47.0) (2023-02-21)

### Bug Fixes

* add missing import ([8add12d](8add12d))
* Amount for debit and credit notes with 0 qty line items (backport [#33902](#33902)) ([#34123](#34123)) ([2408966](2408966))
* asset repair status after deletion and asset status after manual depr entry ([922b30a](922b30a))
* asset_depreciation_and_balances report doesn't reflect manual depr entries ([6227c16](6227c16))
* check for duplicate in pos closing and pos merge log entry ([92da1ed](92da1ed))
* don't get chart data if data is empty ([acdf7fd](acdf7fd))
* **ecommerce:** throw invalid doctype error in shop by category ([#33901](#33901)) ([de87786](de87786))
* Filters in item-wise sales history report ([#34145](#34145)) ([9826245](9826245))
* fiscal year error for existing assets in fixed asset register ([1fb3a28](1fb3a28))
* opening_accumulated_depreciation and precision in charts ([4f10f48](4f10f48))
* should never get cutomer price on purchase document ([#34002](#34002)) ([117dbe3](117dbe3)), closes [#33998](#33998)
* update `reserved_qty` when `Sales Order` marked as `Hold` ([2391c37](2391c37))
* Use normal rounding for Tax Withholding Category ([#34114](#34114)) ([26ed460](26ed460))
* **ux:** `ReferenceError: me is not defined` Delivery Note ([495d1b2](495d1b2))

### Features

* **UX:** Add option to disable consolidating leave types in balance reports ([ccd2568](ccd2568))
  • Loading branch information
frappe-bot committed Feb 21, 2023
1 parent eeaa8b2 commit 9766827
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 @@ -4,7 +4,7 @@

from erpnext.hooks import regional_overrides

__version__ = "13.46.1"
__version__ = "13.47.0"


def get_default_company(user=None):
Expand Down

0 comments on commit 9766827

Please sign in to comment.