mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-03 07:32:32 +01:00
New: task #7560 : Droit et definition d'un filtre d'export des interventions
This commit is contained in:
@@ -161,6 +161,7 @@ class ExportCsv extends ModeleExports
|
||||
foreach($array_selected_sorted as $code => $value)
|
||||
{
|
||||
$alias=$array_alias[$code];
|
||||
if (empty($alias)) dolibarr_print_error('','Bad value for field with code='.$code.'. Try to redefine export.');
|
||||
$newvalue=$objp->$alias;
|
||||
|
||||
// Translation newvalue
|
||||
|
||||
Reference in New Issue
Block a user