- aggiornamento catalogo: lista titoli del catalogo
- scheda prodotto libro - migliorata tabella prodotto
This commit is contained in:
@@ -390,6 +390,10 @@ module.exports.findAllIdApp = async function (idapp, code, id, all) {
|
||||
|
||||
try {
|
||||
|
||||
if (id === 'undefined') {
|
||||
return [];
|
||||
}
|
||||
|
||||
if (idapp) {
|
||||
myfind = { idapp };
|
||||
}
|
||||
|
||||
@@ -158,6 +158,7 @@ const productInfoSchema = new Schema({
|
||||
|
||||
descrizione_breve_macro: String,
|
||||
descrizione_completa_macro: String,
|
||||
descr_trafiletto_catalogo: String,
|
||||
sottotitolo: String,
|
||||
link_macro: String,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user