chore(release): Bumped to Version 14.46.6

## [14.46.6](https://github.com/frappe/erpnext/compare/v14.46.5...v14.46.6) (2023-11-06)

### Bug Fixes

* don't reset rate if greater than zero in standalone debit note (backport [#37935](https://github.com/frappe/erpnext/issues/37935)) (backport [#37940](https://github.com/frappe/erpnext/issues/37940)) ([#37945](https://github.com/frappe/erpnext/issues/37945)) ([235f166](235f1664e0))
This commit is contained in:
Frappe PR Bot
2023-11-06 14:15:53 +00:00
parent 235f1664e0
commit 94b38b900c

View File

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