[Enterprise] Patch and child table changes (#13656)

* [patch] rename field

* Employee Property History child table

* remove child tables
This commit is contained in:
Shreya Shah 2018-04-14 12:33:01 +05:30 committed by Shreya
parent 2f77ccce1b
commit 24e8f31be1
5 changed files with 13 additions and 3 deletions

View File

@ -189,7 +189,7 @@
"label": "Employee Promotion Detail",
"length": 0,
"no_copy": 0,
"options": "Employee Promotion Detail",
"options": "Employee Property History",
"permlevel": 0,
"precision": "",
"print_hide": 0,

View File

@ -0,0 +1,10 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2018, Frappe Technologies Pvt. Ltd. and contributors
# For license information, please see license.txt
from __future__ import unicode_literals
import frappe
from frappe.model.document import Document
class EmployeePropertyHistory(Document):
pass

View File

@ -221,7 +221,7 @@
"label": "Employee Transfer Detail",
"length": 0,
"no_copy": 0,
"options": "Employee Transfer Detail",
"options": "Employee Property History",
"permlevel": 0,
"precision": "",
"print_hide": 0,

View File

@ -113,7 +113,7 @@
"bold": 0,
"collapsible": 0,
"columns": 0,
"fieldname": "max_days_allowed",
"fieldname": "max_continuous_days_allowed",
"fieldtype": "Int",
"hidden": 0,
"ignore_user_permissions": 0,