mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-09 19:18:22 +01:00
Merge remote-tracking branch 'upstream/develop' into camelCaps
This commit is contained in:
@@ -36,8 +36,16 @@ class ImportCsv extends ModeleImports
|
||||
var $db;
|
||||
var $datatoimport;
|
||||
|
||||
var $error='';
|
||||
var $errors=array();
|
||||
/**
|
||||
* @var string Error code (or message)
|
||||
*/
|
||||
public $error='';
|
||||
|
||||
/**
|
||||
*
|
||||
* @var string[] Error codes (or messages)
|
||||
*/
|
||||
public $errors = array ();
|
||||
|
||||
var $id; // Id of driver
|
||||
var $label; // Label of driver
|
||||
|
||||
@@ -36,8 +36,16 @@ class ImportXlsx extends ModeleImports
|
||||
var $db;
|
||||
var $datatoimport;
|
||||
|
||||
var $error='';
|
||||
var $errors=array();
|
||||
/**
|
||||
* @var string Error code (or message)
|
||||
*/
|
||||
public $error='';
|
||||
|
||||
/**
|
||||
*
|
||||
* @var string[] Error codes (or messages)
|
||||
*/
|
||||
public $errors = array ();
|
||||
|
||||
var $id; // Id of driver
|
||||
var $label; // Label of driver
|
||||
|
||||
Reference in New Issue
Block a user