MH: VacationService Urlaubskonto Verbesserung
This commit is contained in:
@@ -545,7 +545,7 @@ namespace BeWo.Service.Plugins
|
||||
var tempDate = eintrag.Date.ToString().Split(' ');
|
||||
dcs.Add(new UrlaubskontoDarstellungDC()
|
||||
{
|
||||
Erlaeuterung = string.Format("Tage geschenkt am {0} von {1}", tempDate[0], eintrag.InsUser),
|
||||
Erlaeuterung = string.Format("Tage geschenkt am {0} von {1} ({2})", tempDate[0], eintrag.InsUser, eintrag.GeschenkterUrlaubstagNotice),
|
||||
AnzahlTage = eintrag.AnzahlTage > 0 ? string.Format("+{0:0.00}", eintrag.AnzahlTage) : string.Format("{0:0.00}", eintrag.AnzahlTage),
|
||||
Herkunft = string.Format("GeschenkterUrlaubstagOid:{0}", eintrag.GeschenkterUrlaubstagOid),
|
||||
Tooltip = eintrag.GeschenkterUrlaubstagNotice,
|
||||
|
||||
Reference in New Issue
Block a user