Explorar el Código

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

refactoring
Guillaume hace 3 años
padre
commit
0163e410ff
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      common/models/Order.php

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

@@ -435,8 +435,8 @@ class Order extends ActiveRecordCommon
$amount = $this->getAmountWithTax(self::AMOUNT_PAID)
- $this->getAmountWithTax(self::AMOUNT_TOTAL);
break;
default:
throw new NotFoundHttpException('Type de montant inconnu : '.$type) ;
/*default:
throw new NotFoundHttpException('Type de montant inconnu : '.$type) ;*/
}

if ($format) {

Cargando…
Cancelar
Guardar