chore(release): Bumped to Version 13.52.11

## [13.52.11](https://github.com/frappe/erpnext/compare/v13.52.10...v13.52.11) (2023-08-17)

### Bug Fixes

* disallow mulitple SO with same PO No ([bdaae81](bdaae81171))
This commit is contained in:
Frappe PR Bot
2023-08-17 10:12:01 +00:00
parent 966c296872
commit cfbd9af100

View File

@@ -4,7 +4,7 @@ import frappe
from erpnext.hooks import regional_overrides
__version__ = "13.52.10"
__version__ = "13.52.11"
def get_default_company(user=None):