Correction impression surveillance
This commit is contained in:
parent
4f9cde8043
commit
619d8b01ba
@ -76,6 +76,7 @@ class PrintController extends Zend_Controller_Action
|
||||
switch($action){
|
||||
case 'fichier':
|
||||
$params['nomFic'] = $elements[2];
|
||||
$params['filtre'] = $elements[3];
|
||||
break;
|
||||
}
|
||||
break;
|
||||
|
@ -31,7 +31,7 @@ class PagePrint
|
||||
'giant-full' => 'Pays,Type,CompanyId',
|
||||
'giant-compact' => 'Pays,Type,CompanyId',
|
||||
'giant-creditrecommendation' => 'Pays,Type,CompanyId',
|
||||
'surveillance-fichier' => 'nomFic',
|
||||
'surveillance-fichier' => 'nomFic,filtre',
|
||||
);
|
||||
|
||||
protected $pagePDF = array(
|
||||
|
Loading…
Reference in New Issue
Block a user