@@ -57,7 +57,7 @@ public static void LoadReportValidationRules(List<FieldValidationRule> rules)
57
57
FieldName = RentalListingReportFields . BusLicNo ,
58
58
FieldType = FieldTypes . String ,
59
59
Required = false ,
60
- MaxLength = 230
60
+ MaxLength = 320
61
61
} ) ;
62
62
63
63
rules . Add ( new FieldValidationRule
@@ -111,7 +111,7 @@ public static void LoadReportValidationRules(List<FieldValidationRule> rules)
111
111
FieldName = RentalListingReportFields . PropertyHostNm ,
112
112
FieldType = FieldTypes . String ,
113
113
Required = false ,
114
- MaxLength = 230
114
+ MaxLength = 320
115
115
} ) ;
116
116
117
117
rules . Add ( new FieldValidationRule
@@ -158,7 +158,7 @@ public static void LoadReportValidationRules(List<FieldValidationRule> rules)
158
158
FieldName = RentalListingReportFields . SupplierHost1Nm ,
159
159
FieldType = FieldTypes . String ,
160
160
Required = false ,
161
- MaxLength = 230
161
+ MaxLength = 320
162
162
} ) ;
163
163
164
164
rules . Add ( new FieldValidationRule
@@ -214,7 +214,7 @@ public static void LoadReportValidationRules(List<FieldValidationRule> rules)
214
214
FieldName = RentalListingReportFields . SupplierHost2Nm ,
215
215
FieldType = FieldTypes . String ,
216
216
Required = false ,
217
- MaxLength = 230
217
+ MaxLength = 320
218
218
} ) ;
219
219
220
220
rules . Add ( new FieldValidationRule
@@ -270,7 +270,7 @@ public static void LoadReportValidationRules(List<FieldValidationRule> rules)
270
270
FieldName = RentalListingReportFields . SupplierHost3Nm ,
271
271
FieldType = FieldTypes . String ,
272
272
Required = false ,
273
- MaxLength = 230
273
+ MaxLength = 320
274
274
} ) ;
275
275
276
276
rules . Add ( new FieldValidationRule
@@ -326,7 +326,7 @@ public static void LoadReportValidationRules(List<FieldValidationRule> rules)
326
326
FieldName = RentalListingReportFields . SupplierHost4Nm ,
327
327
FieldType = FieldTypes . String ,
328
328
Required = false ,
329
- MaxLength = 230
329
+ MaxLength = 320
330
330
} ) ;
331
331
332
332
rules . Add ( new FieldValidationRule
@@ -382,7 +382,7 @@ public static void LoadReportValidationRules(List<FieldValidationRule> rules)
382
382
FieldName = RentalListingReportFields . SupplierHost5Nm ,
383
383
FieldType = FieldTypes . String ,
384
384
Required = false ,
385
- MaxLength = 230
385
+ MaxLength = 320
386
386
} ) ;
387
387
388
388
rules . Add ( new FieldValidationRule
0 commit comments