Changeset 1203 for cpc/trunk/project/apps
- Timestamp:
- May 26, 2010, 4:19:19 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/apps/frontend/modules/api/actions/actions.class.php
r1201 r1203 87 87 $depute['mandat_debut'] = $dep->debut_mandat; 88 88 $this->champs['mandat_debut'] = 1; 89 if ($request->getParameter('type') == 'csv' &&$dep->fin_mandat)89 if ($request->getParameter('type') == 'csv' || $dep->fin_mandat) 90 90 $depute['mandat_fin'] = $dep->fin_mandat; 91 91 $this->champs['mandat_fin'] = 1;
Note: See TracChangeset
for help on using the changeset viewer.