From 042dcc8e833dc9668f711ccee324f94ce1e3f6a4 Mon Sep 17 00:00:00 2001 From: cesare Date: Thu, 30 Nov 2023 15:35:35 +0100 Subject: [PATCH] =?UTF-8?q?aggiunto=20campo=20con=20num=20verso/i=20a=20cu?= =?UTF-8?q?i=20=C3=A8=20riferito=20il=20commento?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/utils.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/utils.js b/js/utils.js index 3cdd686..7d26b6a 100644 --- a/js/utils.js +++ b/js/utils.js @@ -982,6 +982,7 @@ function getVersiConCitazioni(canticapar='', cantopar=''){ commentsItem['RapportoSoggettoOggetto'] = item['RSO']; commentsItem['NomeAutoreCitazione'] = item['NomeAutore']; commentsItem['TitoloFonteCitazione'] = item['TitoloFonte']; + commentsItem['VersoCitazione'] = item['Verso']; citazionitemp.push(commentsItem)