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](0688c0ab6b)) * better indicator base amount for Tax Witholding in Journal Entry ([4a261b5](4a261b5cef)) * broken CI ([c86174d](c86174d0f2)) * incorrect status of the purchase receipt ([#44689](https://github.com/frappe/erpnext/issues/44689)) ([4b4d5df](4b4d5dfa63)) * purchase return entry issue (backport [#44721](https://github.com/frappe/erpnext/issues/44721)) ([#44736](https://github.com/frappe/erpnext/issues/44736)) ([744f345](744f3457de)) * remove invalid filter in Account Receivable report ([b571c7a](b571c7af87)) * set company bank account if default account not set in mode of payment ([2d12f2c](2d12f2cebd)) * Stock Entry uses incorrect company when generated from Pick List ([#44679](https://github.com/frappe/erpnext/issues/44679)) ([00898be](00898be8e4)) * update discount when pricing rule is changed ([0a7832d](0a7832d8d3)) * User permissions in financial statements ([8a9c457](8a9c457d37)) * using query.walk() for escaping ([3a7e335](3a7e335d4b)) * Wrong allocated_amount for sales_team in gross_profit report ([#42989](https://github.com/frappe/erpnext/issues/42989)) ([d83cc57](d83cc57e58))
This commit is contained in:
@@ -3,7 +3,7 @@ import inspect
|
||||
|
||||
import frappe
|
||||
|
||||
__version__ = "14.78.2"
|
||||
__version__ = "14.78.3"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user