diff --git a/application/controllers/GiantController.php b/application/controllers/GiantController.php index ba5062be9..652430d97 100644 --- a/application/controllers/GiantController.php +++ b/application/controllers/GiantController.php @@ -111,6 +111,7 @@ class GiantController extends Zend_Controller_Action $CommandeP->typeReport = GiantFunction::getTypeReport($this->getRequest()->getParam('Type')); $CommandeP->price = 150; $CommandeP->rapportId = 1; + $CommandeP->pays = 'fr'; if(!$Commande->getCommandeExistToday($CommandeP->login, $CommandeP->date, $CommandeP->rapportId, $CommandeP->typeReport)) { $Commande->setCommandes($CommandeP);