intégration taux réduction dans index.tpl
FossilOrigin-Name: 8c48a54785b11f3109f0ca66e5a8fe5220a632352333399477522fba9ed78662
This commit is contained in:
parent
d7faf06f10
commit
a3e855870c
2 changed files with 24 additions and 11 deletions
|
|
@ -20,7 +20,7 @@ $tauxSelectionnes = array();
|
|||
foreach ($tarifsSelectionnes as $idTarif) {
|
||||
$nomRadio = "taux_reduction_" . $idTarif;
|
||||
$valRadio = f("$nomRadio");
|
||||
$tauxSelectionnes[] = $valRadio ? $valRadio: $plugin->getConfig()->reduction[0]->taux;
|
||||
$tauxSelectionnes[] = $valRadio ? $valRadio: $plugin->getConfig('reduction')[0]->taux;
|
||||
}
|
||||
// obtenir les instances de tarifs correspondant à la sélection
|
||||
$lesTarifs = array();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue