Finish Hotfix-100
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user