chore(release): Bumped to Version 13.35.2
## [13.35.2](https://github.com/frappe/erpnext/compare/v13.35.1...v13.35.2) (2022-07-12) ### Bug Fixes * components in the same table don't get updated value of prev payment-days based component ([01beb6f](01beb6f391)) * conflicts ([2045df1](2045df19f9)) * Incorrect provisional expense booking while reposting ([d182137](d182137ed1)) * timeout error while reposting ([07b80c2](07b80c295d)) * Use Contact Name instead of Supplier in RFQ Email ([b0e17de](b0e17dea2a)) * Use fallback conversion factor while setting incoming rate for petty purchase ([2a432c2](2a432c22d4)) * Validate payment-days-based dependent component ([a28c7cf](a28c7cf094))
This commit is contained in:
@@ -4,7 +4,7 @@ import frappe
|
||||
|
||||
from erpnext.hooks import regional_overrides
|
||||
|
||||
__version__ = "13.35.1"
|
||||
__version__ = "13.35.2"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user