From 75d785f6b68cdc62b10a52684b2bbc503cc66a9c Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 13 Nov 2024 15:00:34 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.76.0 # [14.76.0](https://github.com/frappe/erpnext/compare/v14.75.2...v14.76.0) (2024-11-13) ### Bug Fixes * Drop Shipping address based on customer shopping address ([ea38a1f](https://github.com/frappe/erpnext/commit/ea38a1f36a66dd62a48111b6c1ea7eb4b1fa9280)) * exception on register reports when filtered on cost center ([599581e](https://github.com/frappe/erpnext/commit/599581e09d61622509fc94e29f540c905a69d7c8)) * NoneType while updating ordered_qty in SO for removed items ([1446aa3](https://github.com/frappe/erpnext/commit/1446aa3636f3d3814d973036de9c57da03b6d8ee)) * populate payment schedule from payment terms (backport [#44082](https://github.com/frappe/erpnext/issues/44082)) ([#44084](https://github.com/frappe/erpnext/issues/44084)) ([6b149f5](https://github.com/frappe/erpnext/commit/6b149f5ddf87b377de0abdff74309454c0dc5f12)) * subcontracting receipt has no reference field for purchase order ([b1e205f](https://github.com/frappe/erpnext/commit/b1e205f4d19d1aa6deca1718a5932cdf56b601b3)) * task path (backport [#44073](https://github.com/frappe/erpnext/issues/44073)) ([#44077](https://github.com/frappe/erpnext/issues/44077)) ([c12d5f6](https://github.com/frappe/erpnext/commit/c12d5f613adcd27ba6865eb3e1a3a108ca8f4064)) * tyeerror while saving pick list ([d73cc83](https://github.com/frappe/erpnext/commit/d73cc83b9167905d3bff1712a1586b56018a7c3b)) * update per_billed value in Purchase Receipt while creating Debit Note ([#43977](https://github.com/frappe/erpnext/issues/43977)) ([da6c6dc](https://github.com/frappe/erpnext/commit/da6c6dcfcbbce9f1f5e1addbf102301f5f51abf3)) ### Features * Partly billed status in Purchase Receipt ([#39543](https://github.com/frappe/erpnext/issues/39543)) ([3e2fa16](https://github.com/frappe/erpnext/commit/3e2fa16d84efb7ababdcd242a33310574b60dad6)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index a45f2985c7b..95993250641 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.75.2" +__version__ = "14.76.0" def get_default_company(user=None):