Add Type in AttributeProfile

This commit is contained in:
TeoV
2019-04-03 18:22:16 +03:00
committed by Dan Christian Bogos
parent 6b79c01287
commit ff49c8997e
15 changed files with 95 additions and 64 deletions

View File

@@ -1148,6 +1148,7 @@ type TPSupplierProfile struct {
type TPAttribute struct {
FilterIDs []string
FieldName string
Type string
Substitute string
}