Projet

Général

Profil

Révision 08132581 plugins/anet_epacks/front/plugin_anet_epacks.view_recap_mensuel_rvd.php

Voir les différences:

plugins/anet_epacks/front/plugin_anet_epacks.view_recap_mensuel_rvd.php
35 35
LEFT JOIN glpi_entities AS g3 ON FK_client=g3.ID
36 36
LEFT JOIN glpi_computers AS g4 ON FK_serveur=g4.ID
37 37
WHERE creation_date>'0000-00-00'
38
AND creation_date<'" . $_GET['year'] . "-" . $_GET['month'] . "-00'
38
AND activation_date>'2009-01-01'
39
AND activation_date<'" . $_GET['year'] . "-" . $_GET['month'] . "-00'
39 40
AND FK_clientderyxeo='" . $id . "'
40 41
AND FK_contract>='0'
41 42
ORDER BY activation_date";

Formats disponibles : Unified diff

Redmine Appliance - Powered by TurnKey Linux