From 7ac656d73797d82b7e04cbdb20dc034524b696ac Mon Sep 17 00:00:00 2001 From: Rohit Waghchaure Date: Sat, 30 Oct 2021 14:44:31 +0530 Subject: [PATCH] chore: change log for v12.26.0 --- erpnext/change_log/v12/v12_26_0.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 erpnext/change_log/v12/v12_26_0.md diff --git a/erpnext/change_log/v12/v12_26_0.md b/erpnext/change_log/v12/v12_26_0.md new file mode 100644 index 00000000000..a681e56d41e --- /dev/null +++ b/erpnext/change_log/v12/v12_26_0.md @@ -0,0 +1,8 @@ +## Version 12.26.0 Release Notes + +### Fixes & Enhancements +- Make Gross Profit Report more readable ([#27124](https://github.com/frappe/erpnext/pull/27124)) +- Set item uom as stock_uom if it isn't set ([#27623](https://github.com/frappe/erpnext/pull/27623)) +- Adding empty row on new maintenance visit ([#27626](https://github.com/frappe/erpnext/pull/27626)) +- Employee Leave Balance report should only consider ledgers of transaction type Leave Allocation ([#28017](https://github.com/frappe/erpnext/pull/28017)) +- Validate if item exists on uploading items in stock reco ([#27538](https://github.com/frappe/erpnext/pull/27538)) \ No newline at end of file