Skip to content

Commit

Permalink
fix(Stats): fix stat counts. ref #922
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Oct 4, 2024
1 parent 8870c9e commit f76277a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/views/Stats.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f76277a

Please sign in to comment.