Przeglądaj źródła

Merge branch 'dev'

master
Guillaume 3 lat temu
rodzic
commit
231dbee469
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      common/models/Order.php

+ 1
- 1
common/models/Order.php Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz