ソースを参照

Merge branch 'dev'

master
Guillaume 3年前
コミット
231dbee469
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      common/models/Order.php

+ 1
- 1
common/models/Order.php ファイルの表示

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

読み込み中…
キャンセル
保存