mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 16:54:25 +08:00
add default currency option in user profile
This commit is contained in:
@@ -44,3 +44,7 @@ func GetParameterInvalidUsernameMessage(field string) string {
|
||||
func GetParameterInvalidEmailMessage(field string) string {
|
||||
return fmt.Sprintf("parameter \"%s\" is invalid email format", field)
|
||||
}
|
||||
|
||||
func GetParameterInvalidCurrencylMessage(field string) string {
|
||||
return fmt.Sprintf("parameter \"%s\" is invalid currency", field)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user