From 6931db98f19b039d5cd53002c4070dce75dc5ca9 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 19 Oct 2023 11:36:28 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.44.1 ## [14.44.1](https://github.com/frappe/erpnext/compare/v14.44.0...v14.44.1) (2023-10-19) ### Bug Fixes * billed_qty to show a sum of all invoiced qty from the purchase order item. (backport [#37539](https://github.com/frappe/erpnext/issues/37539)) ([#37558](https://github.com/frappe/erpnext/issues/37558)) ([ac7d6d6](https://github.com/frappe/erpnext/commit/ac7d6d6d59c96a2e05ba8f68ce47b3576ba4aa48)) * consider received qty while creating SO -> MR (backport [#37414](https://github.com/frappe/erpnext/issues/37414)) ([#37514](https://github.com/frappe/erpnext/issues/37514)) ([1b94510](https://github.com/frappe/erpnext/commit/1b94510f08cb50dd786eddc6a20f1ef5f321beb0)) * don't set finance books if gross_purchase_amount is not set (backport [#37480](https://github.com/frappe/erpnext/issues/37480)) ([#37482](https://github.com/frappe/erpnext/issues/37482)) ([0590f21](https://github.com/frappe/erpnext/commit/0590f21814c189df07d87bc08a33c9d4fed4b95e)) * e-commerce permissions for address ([#37554](https://github.com/frappe/erpnext/issues/37554)) ([022f85d](https://github.com/frappe/erpnext/commit/022f85dd085c530955207e77d533f6d136f28156)) * german tranlations of "Is Return" ([f9b2355](https://github.com/frappe/erpnext/commit/f9b2355066b04489b7f4a69270eeac5032d5c32c)) * GL Entries not getting created for PR Return (backport [#37513](https://github.com/frappe/erpnext/issues/37513)) ([#37516](https://github.com/frappe/erpnext/issues/37516)) ([c32258e](https://github.com/frappe/erpnext/commit/c32258e4b690758b4a2e667edd85caa99083ab62)) * **gp:** wrong `allocated_amount` on multi sales person invoice ([d266423](https://github.com/frappe/erpnext/commit/d266423011ff4c16f3e12231df34ffeeed56cf62)) * Incorrect vat amount in KSA VAT report ([44f7de0](https://github.com/frappe/erpnext/commit/44f7de0f31f4464f2823038356bb52f479fa3d5b)) * inflated total amt in TDS report using back calculation ([78e22af](https://github.com/frappe/erpnext/commit/78e22af3caf6b07be1b80a03f3cd78ee874e1925)) * Issues related to RFQ and Supplier Quotation on Portal (backport [#37565](https://github.com/frappe/erpnext/issues/37565)) ([#37577](https://github.com/frappe/erpnext/issues/37577)) ([e1504ef](https://github.com/frappe/erpnext/commit/e1504efd406398f5688f705c863fc1e9bc49dae5)) * keep customer/supplier website role by default ([76ef61c](https://github.com/frappe/erpnext/commit/76ef61c24fab6190790034da0e5e8ea1d3d2e242)) * keyerror on gl and pl comparision report ([6f143d3](https://github.com/frappe/erpnext/commit/6f143d35aab7258832acf8ded0ab42d339e33dc0)) * payment entry count on supplier dashboard (backport [#37571](https://github.com/frappe/erpnext/issues/37571)) ([#37575](https://github.com/frappe/erpnext/issues/37575)) ([95abd79](https://github.com/frappe/erpnext/commit/95abd7908f7548e14401390f3c74fc8679eaf8c2)) * same Serial No get mapped while creating SO -> DN ([#37527](https://github.com/frappe/erpnext/issues/37527)) ([5025850](https://github.com/frappe/erpnext/commit/50258502585d30791bd6716b4d2e2935721047f9)) * serial and batch no get removed on save of return DN ([#37476](https://github.com/frappe/erpnext/issues/37476)) ([f1814a1](https://github.com/frappe/erpnext/commit/f1814a1a2a1c82c83c0f04fcc27b3b92526dd906)) * Stock Reconciliation Insufficient Stock Error ([#37494](https://github.com/frappe/erpnext/issues/37494)) ([9406ddb](https://github.com/frappe/erpnext/commit/9406ddbff08d895a01aa2b9cd132879bea3a0fbc)) * **test:** project test case (backport [#37541](https://github.com/frappe/erpnext/issues/37541)) ([#37543](https://github.com/frappe/erpnext/issues/37543)) ([e23710b](https://github.com/frappe/erpnext/commit/e23710bf005c83abd84a1bc5cdaefcd17e3c7427)) * use `flt` to ignore TypeError ([#37481](https://github.com/frappe/erpnext/issues/37481)) ([d2b22db](https://github.com/frappe/erpnext/commit/d2b22db5001ae6544e872234c6c3434f24c5a6b1)) ### Performance Improvements * index `dn_detail` in `Delivery Note Item` (backport [#37528](https://github.com/frappe/erpnext/issues/37528)) ([#37530](https://github.com/frappe/erpnext/issues/37530)) ([001c230](https://github.com/frappe/erpnext/commit/001c230688b6cd757c7f0bd39afc2c1543c21080)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 26f7360563a4..31f1fa066e42 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import frappe -__version__ = "14.44.0" +__version__ = "14.44.1" def get_default_company(user=None):