Browse Source

Merge branch 'dev'

prodstable
Guillaume 3 years ago
parent
commit
231dbee469
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      common/models/Order.php

+ 1
- 1
common/models/Order.php View File

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

Loading…
Cancel
Save