Sorting fixed

- added tables Skills, Sectors,
This commit is contained in:
Paolo Arena
2021-10-05 00:20:12 +02:00
parent 177489521d
commit 3d7471f2d2
8 changed files with 286 additions and 14 deletions

View File

@@ -1971,4 +1971,11 @@ module.exports = {
return shared_consts.PaymentTypes[idmetodo]
},
getVersionint(versionstr) {
let version = versionstr.replace('.', '');
version = version.replace('.', '');
return parseInt(version);
}
};