[opencourrier-Commits] r919 - in branches/test_5.0.0-a1: app gen/obj gen/sql/pgsql sql/pgsql

1 view
Skip to first unread message

fray...@adullact.net

unread,
May 11, 2017, 12:13:44 PM5/11/17
to openmairie-...@googlegroups.com
Author: fraynaud
Date: 2017-05-11 18:13:41 +0200 (Thu, 11 May 2017)
New Revision: 919

Modified:
branches/test_5.0.0-a1/app/diffusion_courrier.php
branches/test_5.0.0-a1/gen/obj/categorie_courrier.class.php
branches/test_5.0.0-a1/gen/sql/pgsql/categorie_courrier.form.inc.php
branches/test_5.0.0-a1/gen/sql/pgsql/categorie_courrier.inc.php
branches/test_5.0.0-a1/sql/pgsql/courrier_depart.inc.php
branches/test_5.0.0-a1/sql/pgsql/diffusion_envoi.inc.php
Log:
correction




Modified: branches/test_5.0.0-a1/app/diffusion_courrier.php
===================================================================
--- branches/test_5.0.0-a1/app/diffusion_courrier.php 2017-04-27 12:00:31 UTC (rev 918)
+++ branches/test_5.0.0-a1/app/diffusion_courrier.php 2017-05-11 16:13:41 UTC (rev 919)
@@ -26,7 +26,7 @@
echo "<fieldset class=\"cadre ui-corner-all ui-widget-content\">\n";
echo "<form method=\"POST\" action=\"diffusion_courrier.php?validation=".
$validation."\" name=f1>";
- echo _("Date limite d'envoi ");
+ echo _("Date d arrivée ");
echo "<input type='text' name='datesaisie' id=\"datesaisie\" placeholder=\"".date("d/m/Y")
."\" value=\"".date("d/m/Y")."\"";
echo " size=\"15\" class=\"champFormulaire datepicker\" onkeyup=\"\" onclick=\"\" />\n";

Modified: branches/test_5.0.0-a1/gen/obj/categorie_courrier.class.php
===================================================================
--- branches/test_5.0.0-a1/gen/obj/categorie_courrier.class.php 2017-04-27 12:00:31 UTC (rev 918)
+++ branches/test_5.0.0-a1/gen/obj/categorie_courrier.class.php 2017-05-11 16:13:41 UTC (rev 919)
@@ -1,6 +1,6 @@
<?php
//$Id$
-//gen openMairie le 02/12/2016 14:48
+//gen openMairie le 11/05/2017 14:17

require_once "../obj/om_dbform.class.php";


Modified: branches/test_5.0.0-a1/gen/sql/pgsql/categorie_courrier.form.inc.php
===================================================================
--- branches/test_5.0.0-a1/gen/sql/pgsql/categorie_courrier.form.inc.php 2017-04-27 12:00:31 UTC (rev 918)
+++ branches/test_5.0.0-a1/gen/sql/pgsql/categorie_courrier.form.inc.php 2017-05-11 16:13:41 UTC (rev 919)
@@ -1,6 +1,6 @@
<?php
//$Id$
-//gen openMairie le 02/12/2016 14:48
+//gen openMairie le 11/05/2017 14:17

$DEBUG=0;
$ico="../img/ico_application.png";

Modified: branches/test_5.0.0-a1/gen/sql/pgsql/categorie_courrier.inc.php
===================================================================
--- branches/test_5.0.0-a1/gen/sql/pgsql/categorie_courrier.inc.php 2017-04-27 12:00:31 UTC (rev 918)
+++ branches/test_5.0.0-a1/gen/sql/pgsql/categorie_courrier.inc.php 2017-05-11 16:13:41 UTC (rev 919)
@@ -1,6 +1,6 @@
<?php
//$Id$
-//gen openMairie le 02/12/2016 14:48
+//gen openMairie le 11/05/2017 14:17

$DEBUG=0;
$serie=15;

Modified: branches/test_5.0.0-a1/sql/pgsql/courrier_depart.inc.php
===================================================================
--- branches/test_5.0.0-a1/sql/pgsql/courrier_depart.inc.php 2017-04-27 12:00:31 UTC (rev 918)
+++ branches/test_5.0.0-a1/sql/pgsql/courrier_depart.inc.php 2017-05-11 16:13:41 UTC (rev 919)
@@ -30,8 +30,9 @@
// pas de taches
if ($f->getParameter("dematerialisation") == "true")
$sousformulaire = array(
- 'diffusion',
+ //'diffusion',
'dossier',
+ 'note',
);
else
$sousformulaire = array(

Modified: branches/test_5.0.0-a1/sql/pgsql/diffusion_envoi.inc.php
===================================================================
--- branches/test_5.0.0-a1/sql/pgsql/diffusion_envoi.inc.php 2017-04-27 12:00:31 UTC (rev 918)
+++ branches/test_5.0.0-a1/sql/pgsql/diffusion_envoi.inc.php 2017-05-11 16:13:41 UTC (rev 919)
@@ -88,7 +88,7 @@
'libelle' => _('adresse'));

$champs['service_origine'] = array(
- 'table' => 'service',
+ 'table' => 'service2',
'colonne' => 'service',
'type' => 'select',
'libelle' => _('service origine')

Reply all
Reply to author
Forward
0 new messages