From 9aaa6e3ea064143259dd1160b727bcab7174e290 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Wed, 17 Feb 2016 12:26:28 +0530 Subject: [PATCH] [change-log] --- erpnext/change_log/v6/v6_22_0.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 erpnext/change_log/v6/v6_22_0.md diff --git a/erpnext/change_log/v6/v6_22_0.md b/erpnext/change_log/v6/v6_22_0.md new file mode 100644 index 00000000000..5c07d893553 --- /dev/null +++ b/erpnext/change_log/v6/v6_22_0.md @@ -0,0 +1,4 @@ +- **Compact Item Print**: Show only "Description", "Quantity", "Rate" and "Amount" field in Print for the Item table. This can be enabled from *Setup > Customize > Features Setup*. Contributed by [Shasha Qin](https://github.com/ShashaQin). +- **Make Employee** from an Offer Letter +- **View Bank Entries** for an Expense Claim +- Fix: Get open Sales Orders for a specific Item in Production Planning Tool. Contributed by [Javier Wong](https://discuss.erpnext.com/users/bohlian/activity).