Quellcode durchsuchen

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

refactoring
Guillaume vor 3 Jahren
Ursprung
Commit
0163e410ff
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. +2
    -2
      common/models/Order.php

+ 2
- 2
common/models/Order.php Datei anzeigen

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

Laden…
Abbrechen
Speichern