mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-13 11:55:11 +00:00
chore(release): Bumped to Version 13.42.4
## [13.42.4](https://github.com/frappe/erpnext/compare/v13.42.3...v13.42.4) (2022-12-13) ### Bug Fixes * `Enough Parts to Build` in `BOM Stock Report` ([50b2898](50b2898a2c)) * `Material Request` reference in internal `Sales Order` ([988a327](988a327b58)) * incorrect balance on parent company due to key mismatch ([b17ac52](b17ac522f5)) * order status in `Production Planning Report` ([2880469](2880469706)) ### Performance Improvements * add indexes on payment entry reference (backport [#33288](https://github.com/frappe/erpnext/issues/33288)) ([#33290](https://github.com/frappe/erpnext/issues/33290)) ([45f79ef](45f79ef644))
This commit is contained in:
@@ -4,7 +4,7 @@ import frappe
|
||||
|
||||
from erpnext.hooks import regional_overrides
|
||||
|
||||
__version__ = "13.42.3"
|
||||
__version__ = "13.42.4"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user