From c1a1346e2a26daf6d145c861fbbcd267a368aca6 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 4 Dec 2024 04:36:03 +0000 Subject: [PATCH] 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](https://github.com/frappe/erpnext/commit/7e847f27ddf6b2c198b535a81cb51ad909ddcd5a)) * Add translation for showing mandatory fields in error msg ([de5b253](https://github.com/frappe/erpnext/commit/de5b253215e8bb1b1dca1c8e62124e7d5b19b171)) * added fieldname to avoid fieldname to translate ([d7caa8d](https://github.com/frappe/erpnext/commit/d7caa8d51b4071e491663f12a13cfd5d055bf960)) * Added translation for `Account` column ([2061c7c](https://github.com/frappe/erpnext/commit/2061c7ca4668db77d5dde58317626990a84204a5)) * adjusted incoming rate for zero rated item in purchase receipt ([d7583e3](https://github.com/frappe/erpnext/commit/d7583e39933756103d7717bb39a12a4e0d5970d3)) * correct buying amount for product bundel ([91f6393](https://github.com/frappe/erpnext/commit/91f6393104ace04afae656b54c347b0b205c10da)) * Dashboard for `Payment Request` ([c911a70](https://github.com/frappe/erpnext/commit/c911a70a84eecd7f9f4c25468f9342a18757c1c7)) * Data Should be Computed in Backend to Maintain Consistent Behaviour ([#44195](https://github.com/frappe/erpnext/issues/44195)) ([8529eb4](https://github.com/frappe/erpnext/commit/8529eb4573aeab38e17883c9285d31c78d911ba2)) * handle multi currency in common party journal entry ([bed6dab](https://github.com/frappe/erpnext/commit/bed6dabecb017564d29c11fb0f5dba7089170b25)) * incorrect Gross Margin on project ([#44461](https://github.com/frappe/erpnext/issues/44461)) ([5533592](https://github.com/frappe/erpnext/commit/5533592b2b85afdcf66b4b3289248f7580c3672a)) * remove queries ([7d724d7](https://github.com/frappe/erpnext/commit/7d724d7647f13022f9cbc30f792518a3997525eb)) * show "Send SMS" only when enabled (backport [#43941](https://github.com/frappe/erpnext/issues/43941)) ([#43969](https://github.com/frappe/erpnext/issues/43969)) ([9ae04df](https://github.com/frappe/erpnext/commit/9ae04dfed36383f7867c0bd11ac30621987a49b2)) * 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](https://github.com/frappe/erpnext/commit/cbce4e72d9f5b4e547c5b7c42c084fe93db26b17)) * Translate `Party Account` column label ([c4103d2](https://github.com/frappe/erpnext/commit/c4103d26be02b8670a56241fd831dd8fe229dda3)) * typeerror on transaction.js ([147eb04](https://github.com/frappe/erpnext/commit/147eb047aabb6d79a0232e0ea68809cf88e16579)) ### 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](https://github.com/frappe/erpnext/commit/78ab44ce1a598f128b31582ed83435227f5f10b9)) ### Performance Improvements * cache product bundle items at document level ([#44440](https://github.com/frappe/erpnext/issues/44440)) ([df0dac5](https://github.com/frappe/erpnext/commit/df0dac56104bd8ec2c5e60e130bf838a43519461)) * reduce queries during transaction save ([f884cf8](https://github.com/frappe/erpnext/commit/f884cf8a5e36544665564a0e25159bdbad6c9b74)) ### Reverts * remove default `Payment Request` indicator color ([9baaaca](https://github.com/frappe/erpnext/commit/9baaaca92455765115610c2cfbd0816963bae605)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 24a3c70b362..35f25a6397d 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.77.3" +__version__ = "14.78.0" def get_default_company(user=None):