Finish Hotfix-100
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good

This commit is contained in:
2025-11-03 12:54:39 +01:00

View File

@@ -352,7 +352,7 @@ public class PassiveInvoiceRecapObject {
}
public String getFormattedDates(String format) {
return new SimpleDateFormat(format).format(getDate());
return UtilityLocalDate.formatDate(getDate(), format);
}
public BigDecimal getTotDoc() {