Skip to content
Snippets Groups Projects
Commit 8ade86fb authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

bug mep

parent 61a4a330
No related branches found
No related tags found
No related merge requests found
Pipeline #35556 passed
......@@ -4,3 +4,11 @@
* @var $this \Application\View\Renderer\PhpRenderer
* @var $container \Psr\Container\ContainerInterface
*/
//select * from v_tbl_paiement where intervenant_id = 826844 AND service_referentiel_id = 21673
$stbl = $container->get(\UnicaenTbl\Service\TableauBordService::class);
$data = ['INTERVENANT_ID' => 826844];
$stbl->calculer('paiement', $data);
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment