diff --git a/erpnext/hr/doctype/expense_claim_type/expense_claim_type.json b/erpnext/hr/doctype/expense_claim_type/expense_claim_type.json index 3affbc41649..688fa393549 100644 --- a/erpnext/hr/doctype/expense_claim_type/expense_claim_type.json +++ b/erpnext/hr/doctype/expense_claim_type/expense_claim_type.json @@ -29,7 +29,7 @@ ], "icon": "icon-flag", "idx": 1, - "modified": "2015-02-05 05:11:38.794964", + "modified": "2015-04-19 06:47:51.860833", "modified_by": "Administrator", "module": "HR", "name": "Expense Claim Type", @@ -45,6 +45,19 @@ "role": "HR Manager", "share": 1, "write": 1 + }, + { + "create": 0, + "delete": 0, + "email": 0, + "export": 0, + "permlevel": 0, + "print": 0, + "read": 1, + "report": 0, + "role": "All", + "share": 0, + "write": 0 } ] } \ No newline at end of file diff --git a/erpnext/hr/doctype/expense_claim_type/test_expense_claim_type.py b/erpnext/hr/doctype/expense_claim_type/test_expense_claim_type.py new file mode 100644 index 00000000000..1d894308d3a --- /dev/null +++ b/erpnext/hr/doctype/expense_claim_type/test_expense_claim_type.py @@ -0,0 +1,12 @@ +# -*- coding: utf-8 -*- +# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors and Contributors +# See license.txt +from __future__ import unicode_literals + +import frappe +import unittest + +# test_records = frappe.get_test_records('Expense Claim Type') + +class TestExpenseClaimType(unittest.TestCase): + pass diff --git a/erpnext/patches.txt b/erpnext/patches.txt index b62f65aa092..615af13772b 100644 --- a/erpnext/patches.txt +++ b/erpnext/patches.txt @@ -139,3 +139,4 @@ execute:frappe.delete_doc("DocType", "Style Settings") erpnext.patches.v5_0.update_opportunity erpnext.patches.v5_0.opportunity_not_submittable execute:frappe.permissions.reset_perms("Purchase Taxes and Charges Master") #2014-06-09 +execute:frappe.permissions.reset_perms("Expense Claim Type") #2014-06-19