7 lines
191 B
Plaintext
7 lines
191 B
Plaintext
Pour un THELIA < 1.5.2, modifier fonctions/port.php
|
|
|
|
Remplacer return $port->calcule() par
|
|
|
|
$frais = $port->calcule();
|
|
ActionsModules::instance()->appel_module("port", $frais);
|
|
return $frais; |