chore(release): Bumped to Version 13.41.1
## [13.41.1](https://github.com/frappe/erpnext/compare/v13.41.0...v13.41.1) (2022-11-08) ### Bug Fixes * `Material Consumption` option in case of `Skip Transfer to WIP` in WO ([418c131](418c131331)) * Create POS Opening Entry POS Profile filter. ([76e4bb4](76e4bb44f1)) * Disable tax included prices for internal transfers ([#32794](https://github.com/frappe/erpnext/issues/32794)) ([84ee1b8](84ee1b86af)) * for asset's purchase_date, if bill_date is set, use that instead of posting_date ([1d23c9a](1d23c9a9fd)) * Reset advance paid amount on Oreder cancel and amend ([e32e0bc](e32e0bc8fa)) * use `flt` instead of `cint` in `get_batch_no` ([601b1e3](601b1e3821))
This commit is contained in:
@@ -4,7 +4,7 @@ import frappe
|
||||
|
||||
from erpnext.hooks import regional_overrides
|
||||
|
||||
__version__ = "13.41.0"
|
||||
__version__ = "13.41.1"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user