From 8ab75560d5067fbb759d66b1b04ffdfcd38945bb Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 21 Feb 2024 05:30:04 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.63.0 # [14.63.0](https://github.com/frappe/erpnext/compare/v14.62.4...v14.63.0) (2024-02-21) ### Bug Fixes * 'NoneType' object is not iterable (backport [#39977](https://github.com/frappe/erpnext/issues/39977)) ([#39980](https://github.com/frappe/erpnext/issues/39980)) ([8e71665](https://github.com/frappe/erpnext/commit/8e71665e4f19cddedc534c7e7996d76a6d83d0cc)) * Adjust amount in last row due to rounding ([963ddac](https://github.com/frappe/erpnext/commit/963ddac528daa6ac9694757af704282f9bd22262)) * **Bank Transaction:** precision for `(un)allocated_amount` ([cea0e1f](https://github.com/frappe/erpnext/commit/cea0e1fb91f8ae8a166af6615ed7878b885dd257)), closes [#39926](https://github.com/frappe/erpnext/issues/39926) * fetch company terms ([83bf286](https://github.com/frappe/erpnext/commit/83bf28616e33a34174ade3504dbfae8571f8e58c)) * group node in warehouse filter in Item-wise Sales Register ([4921b03](https://github.com/frappe/erpnext/commit/4921b038bdcfef61191bb31c97e6583a564f3589)) * **Issue:** create communication ([8deaba8](https://github.com/frappe/erpnext/commit/8deaba8defd483bf9027bd03c58154f01f20fb24)) * linter issue ([a4fbea3](https://github.com/frappe/erpnext/commit/a4fbea3722ef61e7d79e8158629e564f6f32487a)) * linter issue ([abceb1b](https://github.com/frappe/erpnext/commit/abceb1b6110953bca1609e739a0a835542b6b946)) * linter issues ([e99485b](https://github.com/frappe/erpnext/commit/e99485bfa7d78f99094b08d5147f02cc3921cb12)) * no need call for company method in sales invoice js ([45a0494](https://github.com/frappe/erpnext/commit/45a04943189c221a73f752257565cdd77c2f19ab)) * On cancelation of capitalization, reverse depreciation entry only if journal entry exists ([5b9905f](https://github.com/frappe/erpnext/commit/5b9905f27ab80dcc1b74b22d7dfa5eb52b710c2a)) * party item code in Blanket Order ([ee9a51f](https://github.com/frappe/erpnext/commit/ee9a51f93fef19b89b1d01a8f7de98237ddbefa2)) * reconciliation issue due to notation difference ([dcf19c3](https://github.com/frappe/erpnext/commit/dcf19c3ed918f18ade8e47b7a435650d0abd4280)) * show active bom in the dropdown while making stock entry and MR (backport [#39974](https://github.com/frappe/erpnext/issues/39974)) ([#39975](https://github.com/frappe/erpnext/issues/39975)) ([385b08d](https://github.com/frappe/erpnext/commit/385b08dc50ba27f00fd1e71f8e3156a813ca7219)) * typeerror 'Item Group' filter on Purchase Register ([b1a4249](https://github.com/frappe/erpnext/commit/b1a4249041b1834965cc719ac733423a198fe615)) * update_dimension is required and not need party account method ([5eaa11b](https://github.com/frappe/erpnext/commit/5eaa11b9e871048c286c278ad7601ddf4ef171bc)) * webpages are not showing ([#39988](https://github.com/frappe/erpnext/issues/39988)) ([64099b0](https://github.com/frappe/erpnext/commit/64099b0bf75ff6574a65e49be0f39feddeeedecb)) ### Features * New financial views - Growth and margin views for P&L and balance sheet ([d913ec5](https://github.com/frappe/erpnext/commit/d913ec52db9d90a8eae519e2dd2eaa5b657bb0c7)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index a36b9c32636..b6ba58052e5 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.62.4" +__version__ = "14.63.0" def get_default_company(user=None):