OK gestione IMG x template row (prodotto a catalogo)
This commit is contained in:
@@ -58,7 +58,7 @@ namespace EgwCoreLib.Lux.Data.DbModel.Sales
|
||||
[NotMapped]
|
||||
public string ImgUID
|
||||
{
|
||||
get => ImgUrl(TemplateRowID);
|
||||
get => ImgType == ImageType.Fixed ? FileName : ImgUrl(TemplateRowID);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user