chore(release): Bumped to Version 15.83.1

## [15.83.1](https://github.com/frappe/erpnext/compare/v15.83.0...v15.83.1) (2025-10-17)

### Bug Fixes

* validation for negative batch ([555d5da](555d5da611))
This commit is contained in:
Frappe PR Bot
2025-10-17 09:19:51 +00:00
parent 6262566c53
commit 5e21c9c5c9

View File

@@ -4,7 +4,7 @@ import inspect
import frappe
from frappe.utils.user import is_website_user
__version__ = "15.83.0"
__version__ = "15.83.1"
def get_default_company(user=None):