From 8064792b8ce02a4e219a8ed6667eea191630b03b Mon Sep 17 00:00:00 2001 From: Rohit Waghchaure Date: Thu, 19 Aug 2021 18:43:28 +0530 Subject: [PATCH] chore: change log for v12.24.0 --- erpnext/change_log/v12/v12_24_0.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 erpnext/change_log/v12/v12_24_0.md diff --git a/erpnext/change_log/v12/v12_24_0.md b/erpnext/change_log/v12/v12_24_0.md new file mode 100644 index 00000000000..5b2b4e7bd52 --- /dev/null +++ b/erpnext/change_log/v12/v12_24_0.md @@ -0,0 +1,13 @@ +## Version 12.24.0 Release Notes + +### Fixes & Enhancements +- Sales order qty update fails in "Update Items" button ([#26992](https://github.com/frappe/erpnext/pull/26992)) +- Speed up validate_account_for_perpetual_inventory ([#26730](https://github.com/frappe/erpnext/pull/26730)) +- Deadlock while doing payment reconciliation ([#26674](https://github.com/frappe/erpnext/pull/26674)) +- Remove incorrect condition in GLE comparison ([#26713](https://github.com/frappe/erpnext/pull/26713)) +- Cannot cancel invoice if IRN cancelled on portal ([#26880](https://github.com/frappe/erpnext/pull/26880)) +- Item name is missing into job card ([#26956](https://github.com/frappe/erpnext/pull/26956)) +- Removed company filter for Loan Type ([#26463](https://github.com/frappe/erpnext/pull/26463)) +- Exchange rate revaluation posting date and precision fixes ([#26629](https://github.com/frappe/erpnext/pull/26629)) +- Fixed clearing issue of payment references on setting cost center ([#26548](https://github.com/frappe/erpnext/pull/26548)) +- Increase number of supported currency exchanges ([#25722](https://github.com/frappe/erpnext/pull/25722)) \ No newline at end of file