[opencourrier-Commits] r632 - branches/test_4.2.0/obj

0 views
Skip to first unread message

fray...@adullact.net

unread,
Jul 31, 2015, 6:55:48 AM7/31/15
to openmairie-...@googlegroups.com
Author: fraynaud
Date: 2015-07-31 12:55:46 +0200 (Fri, 31 Jul 2015)
New Revision: 632

Modified:
branches/test_4.2.0/obj/diffusion.class.php
Log:
correction




Modified: branches/test_4.2.0/obj/diffusion.class.php
===================================================================
--- branches/test_4.2.0/obj/diffusion.class.php 2015-07-31 10:52:30 UTC (rev 631)
+++ branches/test_4.2.0/obj/diffusion.class.php 2015-07-31 10:55:46 UTC (rev 632)
@@ -16,6 +16,15 @@
and $form->val['courrier'] == $this->getParameter('idxformulaire')) {
$form->setType('courrier','selecthiddenstatic');
}
+ if($this->retourformulaire=='courrier_depart'
+ and $form->val['courrier'] == $this->getParameter('idxformulaire')) {
+ $form->setType('courrier','selecthiddenstatic');
+ }
+ if($this->retourformulaire=='service'
+ and $form->val['service'] == $this->getParameter('idxformulaire')) {
+ $form->setType('courrier','selecthiddenstatic');
+ $form->setType('service','selecthiddenstatic');
+ }
}

}

Reply all
Reply to author
Forward
0 new messages