Skip to content

Commit 239d9a6

Browse files
committed
Move PileOfStickersItem under warehouse
1 parent 7df283e commit 239d9a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/controllers/admin/fulfillment_dashboard_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def send_letter_mail
2020

2121
def fulfillment_type_filters
2222
{
23-
"hq_mail" => [ "ShopItem::HQMailItem", "ShopItem::PileOfStickersItem", "ShopItem::LetterMail" ],
23+
"hq_mail" => [ "ShopItem::HQMailItem", "ShopItem::LetterMail" ],
2424
"third_party" => "ShopItem::ThirdPartyPhysical",
2525
"warehouse" => [ "ShopItem::WarehouseItem", "ShopItem::PileOfStickersItem" ],
2626
"other" => [

app/controllers/admin/super_mega_dashboard_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def load_fulfillment_stats
7474

7575
@fulfillment = {
7676
all: calculate_type_totals(type_counts),
77-
hq_mail: calculate_type_totals(type_counts, %w[ShopItem::HQMailItem ShopItem::PileOfStickersItem ShopItem::LetterMail]),
77+
hq_mail: calculate_type_totals(type_counts, %w[ShopItem::HQMailItem ShopItem::LetterMail]),
7878
third_party: calculate_type_totals(type_counts, %w[ShopItem::ThirdPartyPhysical]),
7979
warehouse: calculate_type_totals(type_counts, %w[ShopItem::WarehouseItem ShopItem::PileOfStickersItem]),
8080
other: calculate_type_totals(type_counts, %w[ShopItem::HCBGrant ShopItem::SiteActionItem ShopItem::BadgeItem ShopItem::AdventSticker ShopItem::HCBPreauthGrant ShopItem::SpecialFulfillmentItem])

0 commit comments

Comments
 (0)