From 4cffbe26dc852e8c102e5f9e9a72068404b91dc6 Mon Sep 17 00:00:00 2001 From: Neil Trini Lasrado Date: Wed, 15 Apr 2015 17:33:26 +0530 Subject: [PATCH] rate removed from time log batch --- .../time_log_batch/time_log_batch.json | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/erpnext/projects/doctype/time_log_batch/time_log_batch.json b/erpnext/projects/doctype/time_log_batch/time_log_batch.json index c53b1e9622..93726ee7ec 100644 --- a/erpnext/projects/doctype/time_log_batch/time_log_batch.json +++ b/erpnext/projects/doctype/time_log_batch/time_log_batch.json @@ -14,18 +14,6 @@ "permlevel": 0, "reqd": 1 }, - { - "description": "For Sales Invoice", - "fieldname": "rate", - "fieldtype": "Currency", - "label": "Rate", - "permlevel": 0 - }, - { - "fieldname": "column_break_3", - "fieldtype": "Column Break", - "permlevel": 0 - }, { "default": "Draft", "fieldname": "status", @@ -37,6 +25,11 @@ "permlevel": 0, "read_only": 1 }, + { + "fieldname": "column_break_3", + "fieldtype": "Column Break", + "permlevel": 0 + }, { "description": "Will be updated after Sales Invoice is Submitted.", "fieldname": "sales_invoice", @@ -107,7 +100,7 @@ "icon": "icon-time", "idx": 1, "is_submittable": 1, - "modified": "2015-04-15 06:07:41.771962", + "modified": "2015-04-15 08:00:52.746961", "modified_by": "Administrator", "module": "Projects", "name": "Time Log Batch",