Fix parsing again.
This commit is contained in:
@ -155,6 +155,10 @@ namespace zaaReloaded2.Medication
|
||||
{
|
||||
s += "-" + Night;
|
||||
}
|
||||
if (!String.IsNullOrEmpty(Comment))
|
||||
{
|
||||
s += " " + Comment.Trim();
|
||||
}
|
||||
return s;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user