merged with slow branch

This commit is contained in:
Nabin Hait
2013-07-18 12:28:09 +05:30
10 changed files with 60 additions and 23 deletions

View File

@@ -0,0 +1,7 @@
def execute():
import webnotes
webnotes.reload_doc("setup", "doctype", "global_defaults")
gd = webnotes.bean('Global Defaults')
gd.doc.maintain_same_sales_rate = 1
gd.save()