Sfoglia il codice sorgente

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

prodstable
Guillaume 3 anni fa
parent
commit
0163e410ff
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      common/models/Order.php

+ 2
- 2
common/models/Order.php Vedi File

@@ -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…
Annulla
Salva