Ajout de définition de page pour l'impression et les exports
This commit is contained in:
parent
cc63c89d88
commit
3900f0e1d6
@ -6,14 +6,23 @@ class PagePrint
|
||||
|
||||
protected $pagePRINT = array(
|
||||
'identite-fiche' => 'siret,id',
|
||||
'identite-etablissements' => 'siret,id,actif',
|
||||
'identite-liens' => 'siret,id',
|
||||
'identite-evenements' => 'siret,id',
|
||||
);
|
||||
|
||||
protected $pagePDF = array(
|
||||
'identite-fiche' => 'siret,id',
|
||||
'identite-etablissements' => 'siret,id,actif',
|
||||
'identite-liens' => 'siret,id',
|
||||
'identite-evenements' => 'siret,id',
|
||||
);
|
||||
|
||||
protected $pageXML = array(
|
||||
'identite-fiche' => 'siret,id',
|
||||
'identite-etablissements' => 'siret,id,actif',
|
||||
'identite-liens' => 'siret,id',
|
||||
'identite-evenements' => 'siret,id',
|
||||
);
|
||||
|
||||
public function __construct($controller, $action)
|
||||
|
Loading…
x
Reference in New Issue
Block a user