chore(release): Bumped to Version 14.77.1

## [14.77.1](https://github.com/frappe/erpnext/compare/v14.77.0...v14.77.1) (2024-11-22)

### Bug Fixes

* include current invoice amount when tax_on_excess_amount is checked ([43f59da](43f59da0a9))
This commit is contained in:
Frappe PR Bot
2024-11-22 06:01:07 +00:00
parent 88ba24f1cf
commit 46a8500361

View File

@@ -3,7 +3,7 @@ import inspect
import frappe
__version__ = "14.77.0"
__version__ = "14.77.1"
def get_default_company(user=None):