chore(release): Bumped to Version 13.42.2
## [13.42.2](https://github.com/frappe/erpnext/compare/v13.42.1...v13.42.2) (2022-11-29) ### Bug Fixes * `production_item` filter in `Job Card Summary Report` ([ce54198](ce5419888b)) * `Work Order` filter typo in `Job Card Summary Report` ([2de239c](2de239c73b)) * cannot update auth token until token expiry if credentials change ([2121714](2121714856)) * company name with `,` in `Job Card Summary Report` ([ffef0cb](ffef0cb771)) * company name with `,` in `Work Order Summary Report` ([11978fc](11978fca4e)) * create rounding gl entry for PCV during gle post processing ([7af4597](7af45972ae)) * disbursable amount on currrent security price ([eca2d96](eca2d96419)) * Dispatch address display ([10cfcb5](10cfcb5e8a)) * incorrect balance qty ([78e64fa](78e64fa486)) * linter ([b91860d](b91860ddf2)) * MR Item `description` and `item_name` gets reset on `qty` change ([b66976b](b66976bd36)) * Multicurrency invoice with exchange gain and loss showing up in AR/AP report ([d38a289](d38a2895b0)) * only consider draft pending asset repair docs ([6da7b38](6da7b38f6e)) * only show serial no batch selector only once ([0c6a7ce](0c6a7cef95)) * reset `voucher_type` and `voucher_no` if `based_on` is set to `Item and Warehouse` ([ff59483](ff594831b0)) * validate voucher type while checking journal entry against payroll entry ([07c25ac](07c25ace5c))
This commit is contained in:
@@ -4,7 +4,7 @@ import frappe
|
||||
|
||||
from erpnext.hooks import regional_overrides
|
||||
|
||||
__version__ = "13.42.1"
|
||||
__version__ = "13.42.2"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user