Änderungen durchgeführt
This commit is contained in:
@@ -313,7 +313,7 @@ namespace SanSystem
|
||||
foreach(SavedBilder bild in schacht.SavedBilders)
|
||||
{
|
||||
string komment = String.Empty;
|
||||
if (schacht.SchachtNummer != null)
|
||||
if (schacht.SchachtNummer != null && !schacht.SchachtNummer.Equals(String.Empty))
|
||||
{
|
||||
komment = string.Format("{0} von Schacht: {1}", bild.Bildname, schacht.SchachtNummer);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user