Fixes a bug case
This commit is contained in:
parent
a53bfc0c61
commit
c1fb8a9c48
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ namespace BookAStar.ViewModels
|
||||||
|
|
||||||
private void Bill_CollectionChanged(object sender, System.Collections.Specialized.NotifyCollectionChangedEventArgs e)
|
private void Bill_CollectionChanged(object sender, System.Collections.Specialized.NotifyCollectionChangedEventArgs e)
|
||||||
{
|
{
|
||||||
Data.Bill = Bill;
|
Data.Bill = new List<BillingLine>( Bill );
|
||||||
NotifyPropertyChanged("FormattedTotal");
|
NotifyPropertyChanged("FormattedTotal");
|
||||||
}
|
}
|
||||||
private Estimate data;
|
private Estimate data;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue