- Corretta query di estrapolazione libri su GM (Marco)
- aggiornato bestseller su fatlast1Y - non mostrare piu i libri che non hanno l'immagine (sul catalogo). - metti online i compressi
This commit is contained in:
@@ -657,7 +657,7 @@ export default defineComponent({
|
||||
const numfatturati =
|
||||
props.scheda.etichette?.bestseller?.quantiFattRaggiunti ?? 50;
|
||||
|
||||
return myproduct.value!.productInfo.fatLast6M > numfatturati;
|
||||
return myproduct.value!.productInfo.fatLast1Y > numfatturati;
|
||||
}
|
||||
} catch (e) {
|
||||
return false;
|
||||
|
||||
@@ -2015,9 +2015,6 @@
|
||||
map-options
|
||||
>
|
||||
</q-select>
|
||||
LL: {{Products.getFilePathByLinkIdTemplate(
|
||||
recscheda.scheda.linkIdTemplate
|
||||
)}}
|
||||
<q-btn
|
||||
v-if="recscheda.scheda.linkIdTemplate"
|
||||
icon="fas fa-edit"
|
||||
|
||||
Reference in New Issue
Block a user