Skip to content

Commit

Permalink
#10095 Added Property for BelegSalde (Templatetext)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdl-gruendig committed Oct 19, 2023
1 parent 97da9cb commit 167dfd0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Gandalan.IDAS.WebApi.Client/DTOs/Belege/BelegSaldoDTO.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using Gandalan.IDAS.WebApi.Util;

Expand Down Expand Up @@ -46,6 +46,10 @@ public class BelegSaldoDTO : IDTOWithApplicationSpecificProperties
/// Rabatt, der in der Salde verrechnet wurde
/// </summary>
public decimal Rabatt { get; set; }
/// <summary>
/// TemplateText mit z.B. Platzhalter aus der Standardsalde der benötigt wird um beim ändern einer Salde den Text neu zu generieren.
/// </summary>
public string TemplateText { get; set; }

public Dictionary<string, PropertyValueCollection> ApplicationSpecificProperties { get; set; }
}
Expand Down

0 comments on commit 167dfd0

Please sign in to comment.