Skip to content

Commit

Permalink
Update price_calculation.rb: lc false
Browse files Browse the repository at this point in the history
  • Loading branch information
mjavurek authored Dec 17, 2024
1 parent 9f11da4 commit 2ec322e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/concerns/price_calculation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def gross_deposit
end

def fc_deposit
deposit_with_markup = FALSE # FoodsoftConfig[:deposit_with_markup]
deposit_with_markup = false # FoodsoftConfig[:deposit_with_markup]
if deposit_with_markup
add_percent(gross_deposit, FoodsoftConfig[:price_markup])
else
Expand Down

0 comments on commit 2ec322e

Please sign in to comment.