Mise a jours de Giant avec quelques nouvelles fonctionnalités
This commit is contained in:
parent
85deba5f9b
commit
069a1764ef
@ -111,6 +111,7 @@ class GiantController extends Zend_Controller_Action
|
|||||||
$CommandeP->typeReport = GiantFunction::getTypeReport($this->getRequest()->getParam('Type'));
|
$CommandeP->typeReport = GiantFunction::getTypeReport($this->getRequest()->getParam('Type'));
|
||||||
$CommandeP->price = 150;
|
$CommandeP->price = 150;
|
||||||
$CommandeP->rapportId = 1;
|
$CommandeP->rapportId = 1;
|
||||||
|
$CommandeP->pays = 'fr';
|
||||||
|
|
||||||
if(!$Commande->getCommandeExistToday($CommandeP->login, $CommandeP->date, $CommandeP->rapportId, $CommandeP->typeReport)) {
|
if(!$Commande->getCommandeExistToday($CommandeP->login, $CommandeP->date, $CommandeP->rapportId, $CommandeP->typeReport)) {
|
||||||
$Commande->setCommandes($CommandeP);
|
$Commande->setCommandes($CommandeP);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user