Added better error handling + added bulk handling of payable import BOD-152
This commit is contained in:
@@ -33,6 +33,7 @@ namespace BodyshopPartner.ViewModels
|
||||
|
||||
Growler = new GrowlNotification(this);
|
||||
Utils.JobProcessingQueue.SetGrowler(Growler);
|
||||
Utils.QuickBooksInterop.SetGrowler(Growler);
|
||||
}
|
||||
|
||||
private void Bw_RunWorkerCompleted(object sender, RunWorkerCompletedEventArgs e)
|
||||
@@ -227,7 +228,7 @@ namespace BodyshopPartner.ViewModels
|
||||
{
|
||||
Notification _n = new Notification()
|
||||
{
|
||||
Id = 123,
|
||||
Id = new Random().Next(),
|
||||
Title = "This is a title",
|
||||
Subtitle = "Subtitle",
|
||||
Message = "Somethin"
|
||||
|
||||
Reference in New Issue
Block a user