From 20f9549247e5747a2e4780768e78cf7d0ce894a0 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 25 Sep 2024 04:38:46 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.74.2 ## [14.74.2](https://github.com/frappe/erpnext/compare/v14.74.1...v14.74.2) (2024-09-25) ### Bug Fixes * add currency in financial statement ([6becaba](https://github.com/frappe/erpnext/commit/6becaba6726a7034461bb79fc93fcc95e06d0dfc)) * AR / AP report to ignore 0.0 outstanding ([79f95ba](https://github.com/frappe/erpnext/commit/79f95ba507be31553bd4b21fd9bc2c37927ce369)) * **Bank Account:** dashboard connections (backport [#43365](https://github.com/frappe/erpnext/issues/43365)) ([#43366](https://github.com/frappe/erpnext/issues/43366)) ([4146bdf](https://github.com/frappe/erpnext/commit/4146bdf324519701bf78e3f12af984bddf438388)) * change dynamic link doctype fieldtype to data ([c0dfda6](https://github.com/frappe/erpnext/commit/c0dfda6ccc7f30562316113165b3fe06c5b450ee)) * incorrect outstanding on non-pos invoice with write_off_account ([79235cd](https://github.com/frappe/erpnext/commit/79235cd68834715c711b3dfa5d7c178411acb792)) * incorrect stock balance for inventory dimension (backport [#43284](https://github.com/frappe/erpnext/issues/43284)) ([#43289](https://github.com/frappe/erpnext/issues/43289)) ([1bdbcc6](https://github.com/frappe/erpnext/commit/1bdbcc670380be1c004023748e9d699e75c7399b)) * partial return on POS invoice ([50e0f56](https://github.com/frappe/erpnext/commit/50e0f56d18253b3cf1f7889f1d3896ede1223a91)) * partial return on POS invoice ([ef7d4fe](https://github.com/frappe/erpnext/commit/ef7d4fe84adc17ed12b1b1d42c47b3d04a64231f)) * Payment Ledger Report currency fieldtype fix ([7ac39dc](https://github.com/frappe/erpnext/commit/7ac39dc233ff5ab7c47a41e330ce6377bc134dc0)) * **Payment Reconciliation:** German translations ([32d4f96](https://github.com/frappe/erpnext/commit/32d4f96e025875492fadfdd2c776f2230d5b93b3)) * Serial No reserved against historical sales order - unable to sell again ([#43294](https://github.com/frappe/erpnext/issues/43294)) ([8abc1f4](https://github.com/frappe/erpnext/commit/8abc1f4da96c7d037c2a6bb55d655f9831dfbb41)) * show chart tool tip in report currency ([92438f8](https://github.com/frappe/erpnext/commit/92438f8dba719670b3815fb6caff83e45ef81fd8)) * translate in js ([e43c357](https://github.com/frappe/erpnext/commit/e43c357c08676fa7f17cc4dec2ee4c69ce863fc3)) * Translation for button SO to PO ([a8b5bcf](https://github.com/frappe/erpnext/commit/a8b5bcfe02b774ef3c02df43b1da8a1beb8cfec4)) * Translation for button SO to PO --conflicts ([b6ce922](https://github.com/frappe/erpnext/commit/b6ce9222aa659b93ae752edfafeb0c3d19128075)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 581dad66dff..b704e1c7c30 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.74.1" +__version__ = "14.74.2" def get_default_company(user=None):