Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.78.3
Browse files Browse the repository at this point in the history
## [14.78.3](v14.78.2...v14.78.3) (2024-12-18)

### Bug Fixes

* allow all dispatch address for drop ship invoice ([0688c0a](0688c0a))
* better indicator base amount for Tax Witholding in Journal Entry ([4a261b5](4a261b5))
* broken CI ([c86174d](c86174d))
* incorrect status of the purchase receipt ([#44689](#44689)) ([4b4d5df](4b4d5df))
* purchase return entry issue (backport [#44721](#44721)) ([#44736](#44736)) ([744f345](744f345))
* remove invalid filter in Account Receivable report ([b571c7a](b571c7a))
* set company bank account if default account not set in mode of payment ([2d12f2c](2d12f2c))
* Stock Entry uses incorrect company when generated from Pick List ([#44679](#44679)) ([00898be](00898be))
* update discount when pricing rule is changed ([0a7832d](0a7832d))
* User permissions in financial statements ([8a9c457](8a9c457))
* using query.walk() for escaping ([3a7e335](3a7e335))
* Wrong allocated_amount for sales_team in gross_profit report ([#42989](#42989)) ([d83cc57](d83cc57))
  • Loading branch information
frappe-bot committed Dec 18, 2024
1 parent 8e34e20 commit d241862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import frappe

__version__ = "14.78.2"
__version__ = "14.78.3"


def get_default_company(user=None):
Expand Down

0 comments on commit d241862

Please sign in to comment.