chore(release): Bumped to Version 14.66.0
# [14.66.0](https://github.com/frappe/erpnext/compare/v14.65.8...v14.66.0) (2024-03-27) ### Bug Fixes * achieved targets for sales partners ([f9ab763](f9ab763cc8)) * Add default finance book check in P&L statement ([4485121](4485121255)) * incorrect total qty in job card ([fb252ec](fb252ec29a)) * pass empty string email content of pos invoice ([ee7bd98](ee7bd98878)) * permissions during bulk transaction logs ([99faafb](99faafb5be)) * rate not fetching from the item price ([9b3c4ac](9b3c4ac575)) * rate reset to zero ([2f839fb](2f839fbf6d)) * remove microsecond from posting datetime ([#40017](https://github.com/frappe/erpnext/issues/40017)) ([c3f9338](c3f9338430)) * show correct variance for durations with no vouchers ([fe3bee4](fe3bee44e2)) * style for tax breakup ([e922ac7](e922ac7c31)) * use Text Editor for rendering tax breakup table ([bba1ac5](bba1ac5735)) * validate gl for previous fiscal year ([82b6133](82b613353b)) * wrong buying amount if delivered and billed qty varies ([2b31113](2b311131ba)) ### Features * bisect doctype ([5ad3918](5ad3918232)) * nodes doctype ([6afb6ff](6afb6ff4df)) ### Performance Improvements * add in some indexes (backport [#40590](https://github.com/frappe/erpnext/issues/40590)) ([#40604](https://github.com/frappe/erpnext/issues/40604)) ([390d3a6](390d3a6a9f)) * new column posting datetime in SLE to optimize stock ledger related queries ([5e68ebd](5e68ebd030))
This commit is contained in:
@@ -3,7 +3,7 @@ import inspect
|
||||
|
||||
import frappe
|
||||
|
||||
__version__ = "14.65.8"
|
||||
__version__ = "14.66.0"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user