Merged dev into feature/CE-1405-zero-day-ledger-billing

This commit is contained in:
2024-08-16 16:57:26 -05:00
184 changed files with 2099 additions and 692 deletions

View File

@ -158,8 +158,7 @@ public class TestUtils
.withName(TABLE_NAME_PERSON)
.withType(QPossibleValueSourceType.TABLE)
.withTableName(TABLE_NAME_PERSON)
.withValueFormatAndFields(PVSValueFormatAndFields.LABEL_ONLY)
);
.withValueFormatAndFields(PVSValueFormatAndFields.LABEL_ONLY));
}