taxtank-core 2.1.29 → 2.1.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -613,6 +613,7 @@ let SoleBusiness$1 = class SoleBusiness extends ObservableModel {
613
613
  super(...arguments);
614
614
  this.isPrimaryProduction = false;
615
615
  this.isTaxFree = false;
616
+ this.isGST = false;
616
617
  }
617
618
  static { this.className = 'SoleBusiness'; }
618
619
  };