Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1397 → Rev 1398

/trunk/jrest/services/InventoryExport.php
69,7 → 69,7
$worksheet->write(0,17,'Identifiant');
$numero_page = isset($criteres['numero_page']) ? $criteres['numero_page'] : 0;
$limite = isset($criteres['limite']) ? $criteres['limite'] : 50;
$limite = isset($criteres['limite']) ? $criteres['limite'] : 0;
 
$observations = $chercheur_observations->rechercherObservations($uid[0], $criteres, $numero_page, $limite);