This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user