mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 11:49:10 +00:00
[fix] name decorator as allow_regional
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import unittest, frappe, erpnext
|
||||
|
||||
@erpnext.regional
|
||||
@erpnext.allow_regional
|
||||
def test_method():
|
||||
return 'original'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user