From ed50c3d8962690513720a76d4ec38e2a565956cd Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 12 Aug 2025 12:04:27 +0000 Subject: [PATCH] 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](https://github.com/frappe/erpnext/commit/faae7347971c0515044e8004e380c80fb8296a77)) * handle case where taxes is added invoice changed to non-export later ([90913c6](https://github.com/frappe/erpnext/commit/90913c66aeaf0d6de4ce18fe1e33e07d84a68f88)) * handle negative inventory check ([#48558](https://github.com/frappe/erpnext/issues/48558)) ([#48691](https://github.com/frappe/erpnext/issues/48691)) ([9da2be2](https://github.com/frappe/erpnext/commit/9da2be23252e205f25758361de5b3cc9c174b700)) * Pick List barcode scanner and manual picking issues ([38c886d](https://github.com/frappe/erpnext/commit/38c886db8b156c2bbb64d6a8a5be578f3d224488)) * **process statement of accounts:** use date instead of formatted date ([6ad3461](https://github.com/frappe/erpnext/commit/6ad3461953aa45ca44c33ec56fef7ed0c33af458)) * **regional-uae:** mark export items as zero rated ([9df6424](https://github.com/frappe/erpnext/commit/9df6424a20bd3391509e0fa33b40d26f441f76fd)) * **regional-uae:** restrict zero rated export to invoice ([62db42c](https://github.com/frappe/erpnext/commit/62db42cf2f65341be2d71e706b5ff7e5bbcaa5bb)) * **regional-uae:** split export determination ([106b83e](https://github.com/frappe/erpnext/commit/106b83e9f94c5bcd3725d957070a6aff7e3f8dc0)) * show message only if no tax is applied ([614d38d](https://github.com/frappe/erpnext/commit/614d38d0e63f3f4eee838af0faa8248187119817)) * show name of the employee in general ledger report ([0e7f778](https://github.com/frappe/erpnext/commit/0e7f778b3f50b6fdc81fadd1504087bfc3cbc540)) * simplify export determination logic ([68c6586](https://github.com/frappe/erpnext/commit/68c65866bf6e56fcdc4b55a3b49d3ae0c4feddf8)) * table render issue on pop-up edit ([52db89f](https://github.com/frappe/erpnext/commit/52db89f73fa6e663477edde2fd7e080758bc004c)) ### Features * add customer name column in gross profit report ([9cd6053](https://github.com/frappe/erpnext/commit/9cd60531d21f806d220c95668a7844ca5d865fc4)) * add item_name column to Material Request dialog in Purchase Order ([eafe33a](https://github.com/frappe/erpnext/commit/eafe33a1768f1a1d047c1fa118f747160adef089)) * add party name column in general ledger report ([680fa3b](https://github.com/frappe/erpnext/commit/680fa3b8f36789da70c6cace94c1ed49ac0c2045)) * add party name in GL entries ([3763ad4](https://github.com/frappe/erpnext/commit/3763ad451b1e0f7dbca301b703240cc2aa8bba77)) ### Performance Improvements * multiple performance fixes in `get_item_warehouse` (backport [#49118](https://github.com/frappe/erpnext/issues/49118)) ([76b0f4f](https://github.com/frappe/erpnext/commit/76b0f4fb2554e92688768c2e96fa6cc3895ebeed)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 4e3bf7dbffb..31383419625 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -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):