Skip to content

Commit

Permalink
B-21671
Browse files Browse the repository at this point in the history
Fix reference to re_fsc_multipliers table in mto_service_items
  • Loading branch information
msaki-caci committed Nov 19, 2024
1 parent 02ac75f commit 5fbc0c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/models/mto_service_items.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ type MTOServiceItem struct {
StandaloneCrate *bool `db:"standalone_crate"`
LockedPriceCents *unit.Cents `db:"locked_price_cents"`
ServiceLocation *ServiceLocationType `db:"service_location"`
FscMultiplier *uuid.UUID `db:"re_fsc_multiplier"`
FscMultiplier *uuid.UUID `db:"re_fsc_multipliers"`
}

// MTOServiceItemSingle is an object representing a single column in the service items table
Expand Down Expand Up @@ -101,7 +101,7 @@ type MTOServiceItemSingle struct {
CustomerExpenseReason *string `db:"customer_expense_reason"`
SITDeliveryMiles *unit.Miles `db:"sit_delivery_miles"`
PricingEstimate *unit.Cents `db:"pricing_estimate"`
FscMultiplier *uuid.UUID `db:"re_fsc_multiplier"`
FscMultiplier *uuid.UUID `db:"re_fsc_multipliers"`
}

// TableName overrides the table name used by Pop.
Expand Down

0 comments on commit 5fbc0c5

Please sign in to comment.