mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-01 01:26:07 +00:00
chore(release): Bumped to Version 15.75.0
# [15.75.0](https://github.com/frappe/erpnext/compare/v15.74.0...v15.75.0) (2025-08-12) ### Bug Fixes * avoid property setter for custom field ([faae734](faae734797)) * handle case where taxes is added invoice changed to non-export later ([90913c6](90913c66ae)) * handle negative inventory check ([#48558](https://github.com/frappe/erpnext/issues/48558)) ([#48691](https://github.com/frappe/erpnext/issues/48691)) ([9da2be2](9da2be2325)) * Pick List barcode scanner and manual picking issues ([38c886d](38c886db8b)) * **process statement of accounts:** use date instead of formatted date ([6ad3461](6ad3461953)) * **regional-uae:** mark export items as zero rated ([9df6424](9df6424a20)) * **regional-uae:** restrict zero rated export to invoice ([62db42c](62db42cf2f)) * **regional-uae:** split export determination ([106b83e](106b83e9f9)) * show message only if no tax is applied ([614d38d](614d38d0e6)) * show name of the employee in general ledger report ([0e7f778](0e7f778b3f)) * simplify export determination logic ([68c6586](68c65866bf)) * table render issue on pop-up edit ([52db89f](52db89f73f)) ### Features * add customer name column in gross profit report ([9cd6053](9cd60531d2)) * add item_name column to Material Request dialog in Purchase Order ([eafe33a](eafe33a176)) * add party name column in general ledger report ([680fa3b](680fa3b8f3)) * add party name in GL entries ([3763ad4](3763ad451b)) ### Performance Improvements * multiple performance fixes in `get_item_warehouse` (backport [#49118](https://github.com/frappe/erpnext/issues/49118)) ([76b0f4f](76b0f4fb25))
This commit is contained in:
@@ -4,7 +4,7 @@ import inspect
|
||||
import frappe
|
||||
from frappe.utils.user import is_website_user
|
||||
|
||||
__version__ = "15.74.0"
|
||||
__version__ = "15.75.0"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user