chore(release): Bumped to Version 13.44.0
# [13.44.0](https://github.com/frappe/erpnext/compare/v13.43.2...v13.44.0) (2023-01-25) ### Bug Fixes * accumulated_depreciation in reverse_depreciation_entry_made_after_disposal ([b7e9e4a](b7e9e4a7c5)) * backport of [#32226](https://github.com/frappe/erpnext/issues/32226) ([d6913ff](d6913fffe6)) * calculate correct amount for qty == 0 (backport [#33739](https://github.com/frappe/erpnext/issues/33739)) ([#33752](https://github.com/frappe/erpnext/issues/33752)) ([d650432](d6504320b1)) * conflicts ([d717ca0](d717ca0325)) * conflicts ([055f853](055f8536c3)) * don't add template item in sales/purchase transaction ([f81d4a7](f81d4a79ea)) * e-Invoicing for SEZ Customer(v13) ([#33796](https://github.com/frappe/erpnext/issues/33796)) ([1b11566](1b11566485)) * **ecommerce:** breadcrumb: fallback to `/all-products` ([#33718](https://github.com/frappe/erpnext/issues/33718)) ([2da543e](2da543ebd4)) * fb issue in asset chart ([ae031ce](ae031cea63)) * incorrect actual qty for the packed item ([09e13d2](09e13d279c)) * incorrect row order and accumulated_depreciation when schedule with multiple FBs is scrapped ([7174a2c](7174a2cd93)) * linter issue ([593d7f3](593d7f3dd6)) * linting ([13906cb](13906cba9a)) * **minor:** Label updates in Statement of Accounts ([#33639](https://github.com/frappe/erpnext/issues/33639)) ([47e500c](47e500c2eb)) * missing constant definition ([fc4be1b](fc4be1b337)) * patch item_reposting_for_incorrect_sl_and_gl ([1c5c067](1c5c06716b)) * rewrite logic for duplicate check in Item Attribute ([4741ce1](4741ce13c6)) * Short closed order, receipt and delivery note status on cancellation ([#33743](https://github.com/frappe/erpnext/issues/33743)) ([3daaa02](3daaa021eb)) ### Features * provision to select date type based on filter ([5ed6a74](5ed6a74fc4))
This commit is contained in:
@@ -4,7 +4,7 @@ import frappe
|
||||
|
||||
from erpnext.hooks import regional_overrides
|
||||
|
||||
__version__ = "13.43.2"
|
||||
__version__ = "13.44.0"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user