소스 검색

[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…
취소
저장