Update inventory detail #31

Merged
trunglt251292 merged 4 commits from update-inventory-detail into master 2022-09-22 10:58:29 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 4452be1474 - Show all commits

View File

@ -3,7 +3,7 @@ package subject
import "fmt"
func getNewsValue(val string) string {
return fmt.Sprintf("%s.%s", prefixes.Order, val)
return fmt.Sprintf("%s.%s", prefixes.News, val)
}
var News = struct {