adamsaghy commented on code in PR #4487:
URL: https://github.com/apache/fineract/pull/4487#discussion_r2030981832


##########
fineract-provider/src/main/java/org/apache/fineract/infrastructure/bulkimport/populator/centers/CentersWorkbookPopulator.java:
##########
@@ -95,10 +95,10 @@ private void setLayout(Sheet worksheet) {
         writeString(CenterConstants.ACTIVATION_DATE_COL, rowHeader, 
"Activation Date*");
         writeString(CenterConstants.SUBMITTED_ON_DATE_COL, rowHeader, 
"Submitted On Date");
         writeString(CenterConstants.MEETING_START_DATE_COL, rowHeader, 
"Meeting Start Date* (On or After)");
-        writeString(CenterConstants.IS_REPEATING_COL, rowHeader, "Repeat*");
-        writeString(CenterConstants.FREQUENCY_COL, rowHeader, "Frequency*");
-        writeString(CenterConstants.INTERVAL_COL, rowHeader, "Interval*");
-        writeString(CenterConstants.REPEATS_ON_DAY_COL, rowHeader, "Repeats 
On*");
+        writeString(CenterConstants.IS_REPEATING_COL, rowHeader, "Repeat");

Review Comment:
   I am assuming * means it is mandatory, arent these fields mandatory?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to