[openads-Commits] r9542 - branches/4.14.0-develop_evo_9410_date_depot_mairie/sql/pgsql

0 views
Skip to first unread message

gmal...@hephaestos.ovh.adullact.org

unread,
Sep 18, 2020, 11:10:43 AM9/18/20
to openmairi...@googlegroups.com
Author: gmalvolti
Date: 2020-09-18 17:10:42 +0200 (Fri, 18 Sep 2020)
New Revision: 9542

Modified:
branches/4.14.0-develop_evo_9410_date_depot_mairie/sql/pgsql/dossier.inc.php
Log:
* Ajout de la date de depot en mairie dans la recherche multi-critere.


Modified: branches/4.14.0-develop_evo_9410_date_depot_mairie/sql/pgsql/dossier.inc.php
===================================================================
--- branches/4.14.0-develop_evo_9410_date_depot_mairie/sql/pgsql/dossier.inc.php 2020-09-18 14:50:20 UTC (rev 9541)
+++ branches/4.14.0-develop_evo_9410_date_depot_mairie/sql/pgsql/dossier.inc.php 2020-09-18 15:10:42 UTC (rev 9542)
@@ -222,6 +222,19 @@
'where' => 'intervaldate',
);
//
+ if ($f->is_option_date_depot_mairie_enabled() === true) {
+ $champs['date_depot_mairie'] = array(
+ 'colonne' => 'date_depot_mairie',
+ 'table' => 'dossier',
+ 'libelle' => _('date_depot_mairie'),
+ 'lib1'=> _("debut"),
+ 'lib2' => _("fin"),
+ 'type' => 'date',
+ 'taille' => 8,
+ 'where' => 'intervaldate',
+ );
+ }
+ //
$champs['date_rejet'] = array(
'colonne' => 'date_rejet',
'table' => 'dossier',

Reply all
Reply to author
Forward
0 new messages