LebenshilfeBadKreuznachWohnstaette/Quittierungsbeleg - Ausweis der Maßnahmen statt DokuText
This commit is contained in:
@@ -217,7 +217,7 @@ namespace LebenshilfeBadKreuznachWohnstaette
|
||||
// xrTableCell7
|
||||
//
|
||||
this.xrTableCell7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
|
||||
new DevExpress.XtraReports.UI.XRBinding("Text", null, "Services.Notice")});
|
||||
new DevExpress.XtraReports.UI.XRBinding("Text", null, "Services.Notice5")});
|
||||
this.xrTableCell7.Name = "xrTableCell7";
|
||||
this.xrTableCell7.StylePriority.UseTextAlignment = false;
|
||||
this.xrTableCell7.Text = "xrTableCell7";
|
||||
|
||||
@@ -145,6 +145,13 @@ namespace LebenshilfeBadKreuznachWohnstaette
|
||||
{
|
||||
value = m.Abbreviation;
|
||||
}
|
||||
// AB, 22.10.2025: Bisher waren Maßnahmen nur wichtig, damit kein Ziel vergessen wird.
|
||||
// ab jetzt werden Maßnahmen zusätzlich selbst aufgeführt
|
||||
if (sd.Notice5 != null)
|
||||
{
|
||||
sd.Notice5 += ", ";
|
||||
}
|
||||
sd.Notice5 += value;
|
||||
if (m.ParentOid.HasValue)
|
||||
{
|
||||
var goalParent = DAOFactory.GenericDAO.LoadByID<ValueListEntry>(m.ParentOid.Value);
|
||||
@@ -197,7 +204,6 @@ namespace LebenshilfeBadKreuznachWohnstaette
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
foreach (var item in ziel2kapitel)
|
||||
{
|
||||
key2Value[item.Value] += ", " + ziel2value[item.Key];
|
||||
|
||||
Reference in New Issue
Block a user