vers: 1.1.3
- aggiornato ncu -u
This commit is contained in:
@@ -7352,12 +7352,13 @@ export const tools = {
|
||||
}
|
||||
}
|
||||
},
|
||||
getFullFileNameByImageFile(imagefile: string, table: string) {
|
||||
getFullFileNameByImageFile(table: string, imagefile: string) {
|
||||
// console.log('arrimage', arrimage)
|
||||
|
||||
if (shared_consts.TABLES_IMAGEFILE_SINGOLO.includes(table)) {
|
||||
return costanti.DIR_UPLOAD + `products/` + imagefile
|
||||
}
|
||||
return imagefile
|
||||
},
|
||||
canModifyThisRec(rec: any, tablesel: string) {
|
||||
// console.log('rec', rec)
|
||||
@@ -8964,7 +8965,7 @@ export const tools = {
|
||||
return originalString.replace(regex, replaceString);
|
||||
},
|
||||
|
||||
getStringaConto(mov: IMovQuery) {
|
||||
getStringaConto_NonUsata(mov: IMovQuery) {
|
||||
|
||||
let mystr = ''
|
||||
let mystrfrom = ''
|
||||
|
||||
Reference in New Issue
Block a user