Package updates & added quickbooks path selection.

This commit is contained in:
Patrick Fic
2020-11-24 15:21:07 -08:00
parent 7967032fae
commit d75f6d414c
9 changed files with 131 additions and 54 deletions

View File

@@ -37,7 +37,7 @@ namespace BodyshopPartner.Utils.Queries
}
catch(ArgumentOutOfRangeException Ex)
{
logger.Trace("No vehicles returned in GQL query.");
logger.Trace(Ex,"No vehicles returned in GQL query.");
return "";
}
catch (Exception Ex)