mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-07 07:20:26 +00:00
chore(release): Bumped to Version 14.78.0
# [14.78.0](https://github.com/frappe/erpnext/compare/v14.77.3...v14.78.0) (2024-12-04) ### Bug Fixes * Add filter for `outstanding_amount` to fetch open PRs ([7e847f2](7e847f27dd)) * Add translation for showing mandatory fields in error msg ([de5b253](de5b253215)) * added fieldname to avoid fieldname to translate ([d7caa8d](d7caa8d51b)) * Added translation for `Account` column ([2061c7c](2061c7ca46)) * adjusted incoming rate for zero rated item in purchase receipt ([d7583e3](d7583e3993)) * correct buying amount for product bundel ([91f6393](91f6393104)) * Dashboard for `Payment Request` ([c911a70](c911a70a84)) * Data Should be Computed in Backend to Maintain Consistent Behaviour ([#44195](https://github.com/frappe/erpnext/issues/44195)) ([8529eb4](8529eb4573)) * handle multi currency in common party journal entry ([bed6dab](bed6dabecb)) * incorrect Gross Margin on project ([#44461](https://github.com/frappe/erpnext/issues/44461)) ([5533592](5533592b2b)) * remove queries ([7d724d7](7d724d7647)) * show "Send SMS" only when enabled (backport [#43941](https://github.com/frappe/erpnext/issues/43941)) ([#43969](https://github.com/frappe/erpnext/issues/43969)) ([9ae04df](9ae04dfed3)) * source warehouse not set in required items of WO (backport [#44426](https://github.com/frappe/erpnext/issues/44426)) ([#44433](https://github.com/frappe/erpnext/issues/44433)) ([cbce4e7](cbce4e72d9)) * Translate `Party Account` column label ([c4103d2](c4103d26be)) * typeerror on transaction.js ([147eb04](147eb047aa)) ### Features * add Company Contact Person in selling transactions (backport [#44362](https://github.com/frappe/erpnext/issues/44362)) ([#44397](https://github.com/frappe/erpnext/issues/44397)) ([78ab44c](78ab44ce1a)) ### Performance Improvements * cache product bundle items at document level ([#44440](https://github.com/frappe/erpnext/issues/44440)) ([df0dac5](df0dac5610)) * reduce queries during transaction save ([f884cf8](f884cf8a5e)) ### Reverts * remove default `Payment Request` indicator color ([9baaaca](9baaaca924))
This commit is contained in:
@@ -3,7 +3,7 @@ import inspect
|
||||
|
||||
import frappe
|
||||
|
||||
__version__ = "14.77.3"
|
||||
__version__ = "14.78.0"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user