New: task #7560 : Droit et definition d'un filtre d'export des interventions

This commit is contained in:
Laurent Destailleur
2008-10-13 16:39:53 +00:00
parent c71ecc5577
commit 8104948dce
13 changed files with 121 additions and 104 deletions

View File

@@ -153,6 +153,7 @@ class ExportExcel extends ModeleExports
{
$alias=$array_export_fields_label[$code];
//print "dd".$alias;
if (empty($alias)) dolibarr_print_error('','Bad value for field with code='.$code.'. Try to redefine export.');
$this->worksheet->write($this->row, $this->col, $langs->transnoentities($alias), $formatheader);
$this->col++;
}