mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-15 23:48:38 +00:00
chore(release): Bumped to Version 15.118.3
## [15.118.3](https://github.com/frappe/erpnext/compare/v15.118.2...v15.118.3) (2026-07-30) ### Bug Fixes * **italy:** skip e-invoicing for opening invoices ([4f07e25](4f07e2503b)) * **stock:** keep manufactured item rate at zero when inputs are free (backport [#57334](https://github.com/frappe/erpnext/issues/57334)) ([#57512](https://github.com/frappe/erpnext/issues/57512)) ([ade3f79](ade3f791a4))
This commit is contained in:
@@ -4,7 +4,7 @@ import inspect
|
||||
import frappe
|
||||
from frappe.utils.user import is_website_user
|
||||
|
||||
__version__ = "15.118.2"
|
||||
__version__ = "15.118.3"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user