Do not include material for explicitly selected items.

- VERÄNDERUNG: Laborwerte, die explizit (also nicht mit "*") ausgewählt werden, werden jetzt ohne vorangestelltes Material-Kürzel eingefügt (z.B. jetzt "Sammelurin: Volumen" anstatt "Sammelurin: SU-Volumen").
This commit is contained in:
Daniel Kraus 2015-08-14 16:01:52 +02:00
parent 32d4e8d955
commit 7a105d7aad
1 changed files with 1 additions and 0 deletions

View File

@ -199,6 +199,7 @@ namespace zaaReloaded2.Controller.Elements
// item with itemName.
ItemFormatter i = tpf.ItemFormatters[name];
i.HasBeenUsed = true;
i.IncludeMaterial = false;
items.Add(i);
}
return items;