adamsaghy commented on code in PR #4487:
URL: https://github.com/apache/fineract/pull/4487#discussion_r2035588589
##########
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:
If these are mandatory, then why do you remove the * from the names?
--
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]