This commit is contained in:
2022-07-01 00:31:26 +00:00
parent 096413c165
commit 2aa4b6d28b
2 changed files with 6 additions and 3 deletions

View File

@@ -1047,7 +1047,7 @@ namespace AyaNovaQBI
#region QB InvoiceTemplate
//Templates are only supported in xml 3 or greater (all countries)
//if Set everything (first run) then display a dialog about it
if (QVersion > 3 && SetEverything == true)
if (QVersion < 3 && SetEverything == true)
{
SetInfoOnly s3a = new SetInfoOnly();