[fix] name decorator as allow_regional

This commit is contained in:
Rushabh Mehta
2017-07-13 15:49:37 +05:30
parent 8f2e21def2
commit 393becce0b
2 changed files with 8 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
import unittest, frappe, erpnext
@erpnext.regional
@erpnext.allow_regional
def test_method():
return 'original'