Tätigkeiten bearbeitet
This commit is contained in:
@@ -105,6 +105,7 @@ namespace KanSan.ViewModel
|
||||
{
|
||||
lvPositionen.Add(referenz.LVPosition);
|
||||
}
|
||||
var x = LVPositionen.Equals(leistungsverzeichnis);
|
||||
}
|
||||
|
||||
public void Speichern()
|
||||
@@ -116,7 +117,7 @@ namespace KanSan.ViewModel
|
||||
model.Fahrzeug = fahrzeug;
|
||||
model.LeistungsverzeichnisPosition = leistungsverzeichnis;
|
||||
|
||||
unitOfWork.TaetigkeitenRepository.Update(model);
|
||||
unitOfWork.TaetigkeitenRepository.Update(model,false);
|
||||
unitOfWork.Commit();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user