mergeDev/campaign #73

Closed
Ghost wants to merge 208 commits from mergeDev/campaign into develop
1 changed files with 2 additions and 0 deletions
Showing only changes of commit ca99cdad86 - Show all commits

View File

@ -14,6 +14,7 @@ var prefixes = struct {
SupplierUser string
SupplierRole string
SupplierPermission string
Withdraw string
}{
Communication: "communication",
Order: "order",
@ -28,4 +29,5 @@ var prefixes = struct {
SupplierUser: "supplier_user",
SupplierRole: "supplier_role",
SupplierPermission: "supplier_permission",
Withdraw: "withdraw",
}