Parcourir la source

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

refactoring
Guillaume il y a 3 ans
Parent
révision
4531346f94
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      common/models/Order.php

+ 1
- 1
common/models/Order.php Voir le fichier

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

Chargement…
Annuler
Enregistrer