taxtank-core 0.30.1 → 0.30.2
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.
- package/esm2020/lib/db/Models/transaction/transaction-base.mjs +5 -1
- package/fesm2015/taxtank-core.mjs +4 -0
- package/fesm2015/taxtank-core.mjs.map +1 -1
- package/fesm2020/taxtank-core.mjs +4 -0
- package/fesm2020/taxtank-core.mjs.map +1 -1
- package/lib/db/Models/transaction/transaction-base.d.ts +4 -0
- package/package.json +1 -1
|
@@ -381,6 +381,10 @@ class TransactionBase extends ObservableModel {
|
|
|
381
381
|
return TankTypeEnum.OTHER;
|
|
382
382
|
}
|
|
383
383
|
}
|
|
384
|
+
/**
|
|
385
|
+
* @TODO remove when AllocateForm is refactored and not merging with Transaction class which cause the issue
|
|
386
|
+
*/
|
|
387
|
+
set tankType(tankType) { }
|
|
384
388
|
/**
|
|
385
389
|
* Check if current tank is Property
|
|
386
390
|
*/
|