Ver código fonte

update comment

master
Samar Hassan 1 ano atrás
pai
commit
d6787583b0
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/oscar/apps/basket/abstract_models.py

+ 1
- 1
src/oscar/apps/basket/abstract_models.py Ver arquivo

959
 
959
 
960
         excl_tax_discounts = self.discounts.excl_tax
960
         excl_tax_discounts = self.discounts.excl_tax
961
         if excl_tax_discounts:
961
         if excl_tax_discounts:
962
-            # there are discounts that return a value excluding tax, we can simply
962
+            # these are discounts that return a value excluding tax, we can simply
963
             # subtract this value from line_price_excl_tax to get to line_price_excl_tax_incl_discounts
963
             # subtract this value from line_price_excl_tax to get to line_price_excl_tax_incl_discounts
964
             return max(0, self.line_price_excl_tax - excl_tax_discounts)
964
             return max(0, self.line_price_excl_tax - excl_tax_discounts)
965
 
965
 

Carregando…
Cancelar
Salvar