Browse Source

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

dev
Guillaume 3 years ago
parent
commit
4531346f94
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      common/models/Order.php

+ 1
- 1
common/models/Order.php View File

- $this->getAmountWithTax(self::AMOUNT_TOTAL); - $this->getAmountWithTax(self::AMOUNT_TOTAL);
break; break;
default: default:
throw new NotFoundHttpException('Type de montant inconnu.') ;
throw new NotFoundHttpException('Type de montant inconnu : '.$type) ;
} }


if ($format) { if ($format) {

Loading…
Cancel
Save