From ec2f3d6e633b195c9312f29768072612555ab09d Mon Sep 17 00:00:00 2001 From: Neil Trini Lasrado Date: Fri, 8 May 2015 14:28:29 +0530 Subject: [PATCH] leave_allocation layout changed --- .../leave_allocation/leave_allocation.json | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/erpnext/hr/doctype/leave_allocation/leave_allocation.json b/erpnext/hr/doctype/leave_allocation/leave_allocation.json index cbb8997f7c..0bb9b4a6aa 100644 --- a/erpnext/hr/doctype/leave_allocation/leave_allocation.json +++ b/erpnext/hr/doctype/leave_allocation/leave_allocation.json @@ -47,6 +47,22 @@ "reqd": 1, "search_index": 1 }, + { + "fieldname": "description", + "fieldtype": "Small Text", + "hidden": 0, + "label": "Description", + "oldfieldname": "reason", + "oldfieldtype": "Small Text", + "permlevel": 0, + "width": "300px" + }, + { + "fieldname": "column_break1", + "fieldtype": "Column Break", + "permlevel": 0, + "width": "50%" + }, { "default": "Today", "fieldname": "posting_date", @@ -74,22 +90,6 @@ "reqd": 1, "search_index": 1 }, - { - "fieldname": "description", - "fieldtype": "Small Text", - "hidden": 0, - "label": "Description", - "oldfieldname": "reason", - "oldfieldtype": "Small Text", - "permlevel": 0, - "width": "300px" - }, - { - "fieldname": "column_break1", - "fieldtype": "Column Break", - "permlevel": 0, - "width": "50%" - }, { "fieldname": "carry_forward", "fieldtype": "Check", @@ -138,7 +138,7 @@ "icon": "icon-ok", "idx": 1, "is_submittable": 1, - "modified": "2015-04-06 06:03:27.883985", + "modified": "2015-05-08 03:44:08.092937", "modified_by": "Administrator", "module": "HR", "name": "Leave Allocation",