Explorar el Código

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

master
Guillaume hace 3 años
padre
commit
4531346f94
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      common/models/Order.php

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

@@ -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) {

Cargando…
Cancelar
Guardar