chore(release): Bumped to Version 15.18.1

## [15.18.1](https://github.com/frappe/erpnext/compare/v15.18.0...v15.18.1) (2024-03-27)

### Bug Fixes

* rate changed on changing of the qty ([471f1c8](471f1c835c))
This commit is contained in:
Frappe PR Bot
2024-03-27 08:37:31 +00:00
parent d2584dd3e8
commit ca3827efea

View File

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