mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 09:02:59 +01:00
Fix warnings
This commit is contained in:
@@ -33,14 +33,17 @@
|
||||
*/
|
||||
abstract class ModeleNumRefTakepos
|
||||
{
|
||||
/**
|
||||
* @var string Version
|
||||
*/
|
||||
public $version = '';
|
||||
|
||||
/**
|
||||
* @var string Error code (or message)
|
||||
*/
|
||||
public $error = '';
|
||||
|
||||
|
||||
public $version = '';
|
||||
|
||||
/**
|
||||
* Return if a module can be used or not
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user