Skip to content
Snippets Groups Projects
Commit b775cfb8 authored by Armand Bahi's avatar Armand Bahi
Browse files

Correction génération rapport controle se fait sur le mauvais controle

parent f509e1b4
Branches
Tags
No related merge requests found
......@@ -139,7 +139,7 @@ var generateReport = function(oPrintReport) {
if (angular.isDefined(oVmap.generatePrintReport)) {
oVmap.generatePrintReport({
'printReportId': oPrintReport['printreport_id'],
'ids': envSrvc['sId']
'ids': [envSrvc['sId']]
});
} else {
var sMessage = 'Module vMap requis pour effectuer cette opération';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment