From eb8b03f5901a95cabe6a9c11d4a4e1d68207c89f Mon Sep 17 00:00:00 2001 From: Rohit Waghchaure Date: Thu, 2 Dec 2021 20:26:13 +0530 Subject: [PATCH] chore: change log for v12.27 --- erpnext/change_log/v12/v12_27_0.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 erpnext/change_log/v12/v12_27_0.md diff --git a/erpnext/change_log/v12/v12_27_0.md b/erpnext/change_log/v12/v12_27_0.md new file mode 100644 index 00000000000..d02c0cfb184 --- /dev/null +++ b/erpnext/change_log/v12/v12_27_0.md @@ -0,0 +1,9 @@ +## ERPNext Version 12.27.0 Release Notes + +### Fixes & Enhancements +- Always expect signature in webhook requests for WooCommerce ([#28367](https://github.com/frappe/erpnext/pull/28367)) +- Debit & Credit currency in bank transaction ([#28574](https://github.com/frappe/erpnext/pull/28574)) +- Incorrect balance in "Warehouse Wise Item Balance and Age" report ([#28583](https://github.com/frappe/erpnext/pull/28583)) +- Check if gst_category exists while validating GSTIN ([#28065](https://github.com/frappe/erpnext/pull/28065)) +- Skip empty rows while updating unsaved BOM cost ([#28136](https://github.com/frappe/erpnext/pull/28136)) +- Remove warehouse filter on Batch field for Material Receipt ([#28195](https://github.com/frappe/erpnext/pull/28195)) \ No newline at end of file