From d241862f14eca9db6f0766aa002b459f74b9c67c Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 18 Dec 2024 05:01:40 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.78.3 ## [14.78.3](https://github.com/frappe/erpnext/compare/v14.78.2...v14.78.3) (2024-12-18) ### Bug Fixes * allow all dispatch address for drop ship invoice ([0688c0a](https://github.com/frappe/erpnext/commit/0688c0ab6b2f7c92d4ca282835aa7b97cb8ad1e8)) * better indicator base amount for Tax Witholding in Journal Entry ([4a261b5](https://github.com/frappe/erpnext/commit/4a261b5cef5062f3472634f1e6c92202cd6a0083)) * broken CI ([c86174d](https://github.com/frappe/erpnext/commit/c86174d0f2bfa3171ea9f56c4c7f4bfed9611a36)) * incorrect status of the purchase receipt ([#44689](https://github.com/frappe/erpnext/issues/44689)) ([4b4d5df](https://github.com/frappe/erpnext/commit/4b4d5dfa63593dcbfb3ad35c2735e209c20d0436)) * purchase return entry issue (backport [#44721](https://github.com/frappe/erpnext/issues/44721)) ([#44736](https://github.com/frappe/erpnext/issues/44736)) ([744f345](https://github.com/frappe/erpnext/commit/744f3457de4c947e11a6137c3b55f66840555fee)) * remove invalid filter in Account Receivable report ([b571c7a](https://github.com/frappe/erpnext/commit/b571c7af8743651809301a934ba86a222963c1ce)) * set company bank account if default account not set in mode of payment ([2d12f2c](https://github.com/frappe/erpnext/commit/2d12f2cebd1ee9f8f4a520e3ba208939f35fe202)) * Stock Entry uses incorrect company when generated from Pick List ([#44679](https://github.com/frappe/erpnext/issues/44679)) ([00898be](https://github.com/frappe/erpnext/commit/00898be8e4638ed88e30ace37b752d2a3b5887c2)) * update discount when pricing rule is changed ([0a7832d](https://github.com/frappe/erpnext/commit/0a7832d8d38e3e47bebd3ec53e2cd180eb357460)) * User permissions in financial statements ([8a9c457](https://github.com/frappe/erpnext/commit/8a9c457d372a08e49d51e24863083f83d20d3b8a)) * using query.walk() for escaping ([3a7e335](https://github.com/frappe/erpnext/commit/3a7e335d4b616f72aceebaf96216c1631be4e57a)) * Wrong allocated_amount for sales_team in gross_profit report ([#42989](https://github.com/frappe/erpnext/issues/42989)) ([d83cc57](https://github.com/frappe/erpnext/commit/d83cc57e582885097d0b251cd9e9361c0cc280d5)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index da0dba6a206..3bb24c84b5b 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.78.2" +__version__ = "14.78.3" def get_default_company(user=None):