[opencourrier-Commits] r1059 - branches/5.0.0/obj

0 views
Skip to first unread message

ludo...@adullact.net

unread,
Oct 6, 2017, 9:17:56 AM10/6/17
to openmairie-...@googlegroups.com
Author: ludovicb
Date: 2017-10-06 15:17:50 +0200 (Fri, 06 Oct 2017)
New Revision: 1059

Added:
branches/5.0.0/obj/tachenonsolde.class.php
Log:
fonctionne avec widget tache non solde


Added: branches/5.0.0/obj/tachenonsolde.class.php
===================================================================
--- branches/5.0.0/obj/tachenonsolde.class.php (rev 0)
+++ branches/5.0.0/obj/tachenonsolde.class.php 2017-10-06 13:17:50 UTC (rev 1059)
@@ -0,0 +1,24 @@
+<?php
+//$Id: tachenonsolde.class.php,v 1.2 2008-11-08 22:26:22 fraynaud Exp $
+require_once ("tache.class.php");
+
+class tachenonsolde extends tache {
+
+ function tachenonsolde($id,$db,$debug)
+ {
+ $this->constructeur($id,$db,$debug);
+ } // fin constructeur
+
+
+ //type de champ
+ function setType(&$form,$maj)
+ {
+ parent::setType($form,$maj);
+ if($maj<2){
+ $form->setType('datebutoir','date');
+ $form->setType('dateexecution','date');
+ }
+ }
+
+}// fin de classe
+?>
\ No newline at end of file


Property changes on: branches/5.0.0/obj/tachenonsolde.class.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Reply all
Reply to author
Forward
0 new messages