This commit is contained in:
Peter Maquiran
2022-12-30 15:24:49 +01:00
parent a1aeab4a84
commit 26ab492937
4 changed files with 20 additions and 26 deletions
-6
View File
@@ -282,10 +282,4 @@ export class DespachoService {
}
/* sortArrayISODate(myArray: any) {
return myArray.sort(function(a, b) {
return (a.CreateDate < b.CreateDate) ? -1 : ((a.CreateDate > b.CreateDate) ? 1 : 0);
});
} */
}