From f76277a00c99064d1eef4eafe7a6183d14248a7d Mon Sep 17 00:00:00 2001 From: Raphael Odini Date: Fri, 4 Oct 2024 11:02:10 +0200 Subject: [PATCH] fix(Stats): fix stat counts. ref #922 --- src/views/Stats.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/Stats.vue b/src/views/Stats.vue index 6d09bd19be2..559b5a14cf6 100644 --- a/src/views/Stats.vue +++ b/src/views/Stats.vue @@ -105,14 +105,16 @@ export default { return { stats: { price_count: 0, - price_barcode_count: 0, - price_category_count: 0, + price_type_product_code_count: 0, + price_type_category_tag_count: 0, product_count: 0, product_with_price_count: 0, location_count: 0, location_with_price_count: 0, proof_count: 0, proof_with_price_count: 0, + proof_type_price_tag_count: 0, + proof_type_receipt_count: 0, user_count: 0, user_with_price_count: 0, updated: null,