mail DE: Always use Maxibrief, ignore Grossbrief

It's hard to predict if the thickness will be > 2 cm, so let's always
go for Maxibrief.
This commit is contained in:
Harald Welte 2019-02-05 15:54:44 +01:00
parent f84867df64
commit a5dc694967
1 changed files with 2 additions and 4 deletions

View File

@ -29,10 +29,8 @@ module Spree
def postage_for_weight_DE(weight)
# Grossbrief Einschreiben: 3.95; Maxibrief Einschreiben: 5.10 / 7.30
if weight < 500
return 3.95
elsif weight < 1000
# Maxibrief Einschreiben: 5.10
if weight < 1000
return 5.10
elsif weight < 2000
return 7.30