- il catalogo si aggiorna in base alle impostazioni del template anche per la "Stampa"
This commit is contained in:
@@ -208,6 +208,13 @@ export default defineComponent({
|
||||
}
|
||||
}
|
||||
|
||||
if (optcatalogo.value.print_linkIdTemplate) {
|
||||
const reccatalog = globalStore.sovrascriviAreadistampaFromTemplate(optcatalogo.value.print_linkIdTemplate, optcatalogo.value);
|
||||
if (reccatalog) {
|
||||
optcatalogo.value.areadistampa = { ...reccatalog.areadistampa};
|
||||
}
|
||||
}
|
||||
|
||||
// LINK SCHEDA
|
||||
for (const recscheda of optcatalogo.value.arrSchede!) {
|
||||
if (recscheda.scheda?.linkIdTemplate) {
|
||||
|
||||
Reference in New Issue
Block a user