'Ordering' field to 'Site' definition

This commit is contained in:
Alex Lushpai 2022-05-24 12:28:19 +03:00 committed by GitHub
commit f6b4a15f78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -897,6 +897,7 @@ type Site struct {
CatalogLoadingAt string `json:"catalogLoadingAt,omitempty"` CatalogLoadingAt string `json:"catalogLoadingAt,omitempty"`
Contragent *LegalEntity `json:"contragent,omitempty"` Contragent *LegalEntity `json:"contragent,omitempty"`
DefaultForCRM bool `json:"defaultForCrm,omitempty"` DefaultForCRM bool `json:"defaultForCrm,omitempty"`
Ordering int `json:"ordering,omitempty"`
} }
// Store type. // Store type.