Selaa lähdekoodia

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

refactoring
Guillaume 3 vuotta sitten
vanhempi
commit
0163e410ff
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +2
    -2
      common/models/Order.php

+ 2
- 2
common/models/Order.php Näytä tiedosto

@@ -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…
Peruuta
Tallenna