From 40c58d120f808cd5bcf0549b9df69aabe368e3c9 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Mon, 16 Jul 2012 15:16:00 +0530 Subject: [PATCH] fixes in print format permissions --- py/core/doctype/print_format/print_format.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/py/core/doctype/print_format/print_format.txt b/py/core/doctype/print_format/print_format.txt index 2cd7b6aa9b..ab06d1783c 100644 --- a/py/core/doctype/print_format/print_format.txt +++ b/py/core/doctype/print_format/print_format.txt @@ -5,7 +5,7 @@ { 'creation': '2012-05-15 12:14:24', 'docstatus': 0, - 'modified': '2012-05-16 13:29:26', + 'modified': '2012-07-16 12:48:22', 'modified_by': u'Administrator', 'owner': u'Administrator' }, @@ -71,7 +71,7 @@ # DocPerm { 'amend': 0, - 'cancel': 0, + 'cancel': 1, 'create': 1, 'doctype': u'DocPerm', 'permlevel': 0, @@ -82,7 +82,7 @@ # DocPerm { - 'cancel': 0, + 'cancel': 1, 'create': 1, 'doctype': u'DocPerm', 'execute': 0, @@ -96,15 +96,15 @@ { 'doctype': u'DocPerm', 'permlevel': 1, - 'role': u'System Manager' + 'role': u'Administrator', + 'write': 1 }, # DocPerm { 'doctype': u'DocPerm', 'permlevel': 1, - 'role': u'Administrator', - 'write': 1 + 'role': u'System Manager' }, # DocField