taxtank-core 0.29.21 → 0.29.22

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.
@@ -19776,7 +19776,7 @@
19776
19776
  if (data === void 0) { data = {}; }
19777
19777
  if (includeDisabledFields === void 0) { includeDisabledFields = false; }
19778
19778
  // remove property/business allocations if empty
19779
- return _super.prototype.submit.call(this, Object.assign({ bankAccountProperties: [], businessAllocations: [] }, this.value));
19779
+ return _super.prototype.submit.call(this, Object.assign(data, { bankAccountProperties: [], businessAllocations: [] }, this.value));
19780
19780
  };
19781
19781
  return BankAccountAllocationForm;
19782
19782
  }(AbstractForm));