diff --git a/BookAStar/BookAStar/ViewModels/EditEstimateViewModel.cs b/BookAStar/BookAStar/ViewModels/EditEstimateViewModel.cs index cef7746a..521851b9 100644 --- a/BookAStar/BookAStar/ViewModels/EditEstimateViewModel.cs +++ b/BookAStar/BookAStar/ViewModels/EditEstimateViewModel.cs @@ -31,7 +31,7 @@ namespace BookAStar.ViewModels private void Bill_CollectionChanged(object sender, System.Collections.Specialized.NotifyCollectionChangedEventArgs e) { - Data.Bill = Bill; + Data.Bill = new List( Bill ); NotifyPropertyChanged("FormattedTotal"); } private Estimate data;