tuain-ng-forms-lib 13.0.4 → 13.0.5

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.
@@ -1007,7 +1007,7 @@ class TableRecordData {
1007
1007
  for (const word of words) {
1008
1008
  const term = word.toUpperCase();
1009
1009
  let fieldValue;
1010
- if (columnDef.fieldType.toUpper().includes('DATE')) {
1010
+ if (columnDef.fieldType.toUpperCase().includes('DATE')) {
1011
1011
  fieldValue = this.recordData[fieldCode].substring(0, 16);
1012
1012
  }
1013
1013
  else {