Ver código fonte

[backend] Facture : debug "type de montant inconnu"

refactoring
Guillaume 3 anos atrás
pai
commit
4531346f94
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      common/models/Order.php

+ 1
- 1
common/models/Order.php Ver arquivo

@@ -436,7 +436,7 @@ class Order extends ActiveRecordCommon
- $this->getAmountWithTax(self::AMOUNT_TOTAL);
break;
default:
throw new NotFoundHttpException('Type de montant inconnu.') ;
throw new NotFoundHttpException('Type de montant inconnu : '.$type) ;
}

if ($format) {

Carregando…
Cancelar
Salvar