瀏覽代碼

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

refactoring
Guillaume 3 年之前
父節點
當前提交
0163e410ff
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      common/models/Order.php

+ 2
- 2
common/models/Order.php 查看文件

@@ -435,8 +435,8 @@ class Order extends ActiveRecordCommon
$amount = $this->getAmountWithTax(self::AMOUNT_PAID)
- $this->getAmountWithTax(self::AMOUNT_TOTAL);
break;
default:
throw new NotFoundHttpException('Type de montant inconnu : '.$type) ;
/*default:
throw new NotFoundHttpException('Type de montant inconnu : '.$type) ;*/
}

if ($format) {

Loading…
取消
儲存