aggiunta bioregione

This commit is contained in:
kiki 2020-03-12 16:57:06 +01:00
parent c71d09cd3e
commit 733b7d6eab
4 changed files with 5 additions and 8 deletions

BIN
chrome_scheda_singola.pdf Normal file

Binary file not shown.

Binary file not shown.

View file

@ -65,7 +65,6 @@
window.print();
location.reload();
}
// stampa con grafica per Banco - orizzontale. meno dati
function schedeBanco(){
@ -74,9 +73,7 @@
$('#grid').attr("style","");
window.print();
location.reload();
location.reload();
}

View file

@ -339,7 +339,7 @@ function Aziende(stringexel) {
schede_info.append("p")
.append("span")
.attr("class", "info")
.text("Desidera mercato:")
.text("Desidera un altro mercato:")
.append("span")
.text(function(d) {
return " " + d["Situazione mercato"].replace(/"/g, "");
@ -352,14 +352,14 @@ function Aziende(stringexel) {
.text(function(d) {
return " " + d["note"].replace(/"/g, "");
});
/*schede_info.append("p")
schede_info.append("p")
.append("span")
.attr("class", "info")
.text("Bioregione:")
.append("span")
.text(function(d){
return " "+d["Bioregione"].replace(/"/g,"");
});*/
return " "+d["checkbox-666"].replace(/"/g,"");
});
coseshuffle();