瀏覽代碼

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

refactoring
Guillaume 3 年之前
父節點
當前提交
4531346f94
共有 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) {

Loading…
取消
儲存