Version 0.5.15: ONLINE !
This commit is contained in:
@@ -2592,6 +2592,7 @@ export const colTableCircuit = [
|
||||
fieldtype: costanti.FieldType.currency, required: true, visulabel: true }),
|
||||
AddCol({ name: 'qta_max_default', label_trans: 'circuit.qta_max_default',
|
||||
fieldtype: costanti.FieldType.currency, required: true, visulabel: true }),
|
||||
AddCol({ name: 'valuta_per_euro', label_trans: 'circuit.valuta_per_euro', fieldtype: costanti.FieldType.number }),
|
||||
AddCol({ name: 'totCircolante', label_trans: 'circuit.totCircolante',
|
||||
fieldtype: costanti.FieldType.currency, visulabel: true,
|
||||
showWhen: costanti.showWhen.InPage + costanti.showWhen.InView,
|
||||
|
||||
@@ -3500,7 +3500,7 @@ export const tools = {
|
||||
return tools.getServerHost() + `/uploadnew/${this.getvers()}/`
|
||||
},
|
||||
escapeslash(mystr: string) {
|
||||
return mystr.replace(/\//g, '-')
|
||||
return mystr.replace(/\//g, 'Ç')
|
||||
},
|
||||
geturlrelativeprofile() {
|
||||
return costanti.DIR_UPLOAD + 'profile'
|
||||
@@ -5901,6 +5901,7 @@ export const tools = {
|
||||
symbol: 'RIS',
|
||||
fido_scoperto_default: 100,
|
||||
qta_max_default: 500,
|
||||
valuta_per_euro: 1,
|
||||
totTransato: 0,
|
||||
totCircolante: 0,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user