created GetMiscLookupByKey

for values we do not want hard coded but that are not worth its own struct
This commit is contained in:
2026-01-14 21:13:25 +01:00
parent 7775170634
commit c0a4b656d4
6 changed files with 100 additions and 27 deletions
+1 -1
View File
@@ -998,7 +998,7 @@ func TestGetDatasheetOptions(t *testing.T) {
/*
// Populate misc lookup data
err = models.PopulateMiscLookupData()
err = gsmaster.PopulateMiscLookupData()
assert.NoError(t, err)
*/