From e9dbbbe324bd69abd09a3b9d72b9655ab6d860e0 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 10 Oct 2024 00:48:02 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.74.4 ## [14.74.4](https://github.com/frappe/erpnext/compare/v14.74.3...v14.74.4) (2024-10-10) ### Bug Fixes * add parenttype condition for item table in Purchase Register Report ([4586f03](https://github.com/frappe/erpnext/commit/4586f03bdcd17bd14e42b2f4cee9cef6447ef4f0)) * Add removed test code `https://github.com/frappe/erpnext/commit/b41f10c1b98b01a181a6f9dbdf2531b108dc3bae` ([8f5c191](https://github.com/frappe/erpnext/commit/8f5c19113661bab89babdb95039964408a0c650e)) * create Account Closing Balance even though there are no transaction in period ([2fc776d](https://github.com/frappe/erpnext/commit/2fc776d0f5f1ad3c841cd88b5b955b72466b20c7)) * deduct advances adjusted for threshold check for tcs ([de15728](https://github.com/frappe/erpnext/commit/de15728741758db984585091bfa325223b21ad4c)) * do not include advances for tds vouchers ([9d950a9](https://github.com/frappe/erpnext/commit/9d950a9b771c355da06918ba9e0a9542e20b64e5)) * get company from ref doc as it's not available in payment request ([078eb46](https://github.com/frappe/erpnext/commit/078eb46eb80d2c367828fbe69b25a21d40896a31)) * multiple issues in Payment Request ([#42427](https://github.com/frappe/erpnext/issues/42427)) ([ef52be2](https://github.com/frappe/erpnext/commit/ef52be2f1771081bc326818acbefb85ea88dbb0a)) * Remove `advance_payment_status` uses ([36b4f68](https://github.com/frappe/erpnext/commit/36b4f68566082e5c41b5b0cbbdf78e11fd6e6b72)) * Remove unreference method ([d4421da](https://github.com/frappe/erpnext/commit/d4421dade1d89a4b2ead8b2c673e06b2ce05e242)) * Remove unused field ([3a51cf4](https://github.com/frappe/erpnext/commit/3a51cf4e1a0261ad9b43766389ac35bdad55a61e)) * Remove unused function `get_paid_amount_against_order` ([677aadd](https://github.com/frappe/erpnext/commit/677aadde7c7fbcea65e50800e5d75c31e35fa3a6)) * Separate `on_submit` and `before_submit` of PR ([d828ea6](https://github.com/frappe/erpnext/commit/d828ea6a1a986a07f82c117405940b164cbf2e7c)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 126ac6de490..fbb82922339 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.74.3" +__version__ = "14.74.4" def get_default_company(user=None):