OK gestione IMG x template row (prodotto a catalogo)

This commit is contained in:
Samuele Locatelli
2026-03-13 12:29:36 +01:00
parent 5d072b15a2
commit 4b55421d74
7 changed files with 169 additions and 82 deletions
@@ -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>