refactor-location #134

Closed
trunglam wants to merge 270 commits from refactor-location into master
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 61498e1594 - Show all commits

View File

@ -15,6 +15,7 @@ var prefixes = struct {
SupplierRole string SupplierRole string
SupplierPermission string SupplierPermission string
Withdraw string Withdraw string
Notification string
}{ }{
Communication: "communication", Communication: "communication",
Order: "order", Order: "order",
@ -30,4 +31,5 @@ var prefixes = struct {
SupplierRole: "supplier_role", SupplierRole: "supplier_role",
SupplierPermission: "supplier_permission", SupplierPermission: "supplier_permission",
Withdraw: "withdraw", Withdraw: "withdraw",
Notification: "notification",
} }